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

Re: Employee Name in AR01 report

$
0
0

Hi Debasish,

 

You can create an implementation in the form FILL_OUTTAB_LINE as follows:

 

ENHANCEMENT Z_RABEST_ALV01.    "active version
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""$"$\SE:(7) Form FILL_OUTTAB_LINE, Start, Enhancement Z_RABEST_ALV01, Start                                                                                   A

data: l_nachn type pa0002-nachn,
       l_vorna type pa0002-vorna.

CLEAR: l_nachn, l_vorna.
SELECT SINGLE nachn vorna from pa0002
   into (l_nachn, l_vorna)
   WHERE pernr = anlav-pernr.

ASSIGN COMPONENT 'S4' OF STRUCTURE <itab_line> to <field>.
  <field> = l_nachn.

ASSIGN COMPONENT 'S5' OF STRUCTURE <itab_line> to <field>.
  <field> = l_vorna.

"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""$"$\SE:(8) Form FILL_OUTTAB_LINE, Start, Enhancement Z_RABEST_ALV01, End                                                                                     A
ENDENHANCEMENT.


Viewing all articles
Browse latest Browse all 9076

Latest Images

Trending Articles



Latest Images

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