Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8372

Re: User exit for IH11 tcode for adding extra fields in the output

$
0
0

Hi Shilpa,

Find any enhancements points are possible before append statement. But in most of the case in standard, we won't get like this.

 

Before calling REUSE_ALV_GRID_DISPLAY, we need to fill the values for the newly added columns. The Function  REUSE_ALV_GRID_DISPLAY/REUSE_ALV_LIST_DISPLAY is written in some subroutine, at the beginning you may find some enhancement points in there, we can modify the values of final internal table using field symbol concept.

 

LOOP AT OBJECT_TAB ASSIGING <FS_OBJECT>.

 

<FS_OBJECT>-FIELD1 = 'NEW_VALUE'.

 

ENDLOOP.

 

Regards

 

Rajkumar Narasimman


Viewing all articles
Browse latest Browse all 8372

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>