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

Re: TABLE CONTROL VALUES UPDATE

$
0
0

Hi,

 

The new record has to be updated in internal table of table control.. so that you have to have a new module inside loop at PAI.

 

MODIFY itab FROM wa INDEX tbc-current_line. "Modify existing records

IF sy-subrc <> 0.       

APPEND wa TO itab.              "Append new record

ENDIF.

 

For More... Table Control

 

Regards

Sreekanth


Viewing all articles
Browse latest Browse all 8808

Trending Articles



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