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
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