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

Re: Problem with module pool

$
0
0

Hi Srikant,

 

Modify your internal table. and its better to use work area if possible.

Sample code to modify

 

MODIFY ITRGPDET
     FROM WARGPDET
     INDEX RGPTBL1021-CURRENT_LINE.
     IF SY-SUBRC <> 0.
       APPEND ITRGPDET.
     ENDIF.



Here ITRGPDET is internal table and WARGPDET is work area.

Thanks,

Ranjit K.


Viewing all articles
Browse latest Browse all 8990

Trending Articles



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