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

Re: HELP TO GET A OUTPUT

$
0
0

Hi Sathish,

Hope you have to use the read statement as shown below.

READ TABLE ITAB1 INTO WA_ITAB1 WITH   KEY PERSA = WA_ITAB-WERKS.

   IF sy-SUBRC = 0.

     FINAL-NAME1 = WA_ITAB1-NAME1.

   ENDIF.

  

APPEND FINAL.

 

Regards

 

Rajkumar Narasimman


Viewing all articles
Browse latest Browse all 9052