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

Re: Update Table control in PAI

$
0
0

Hello Oleg Su.

     Since initially there won't be any record in table control, you need to append that data to itab.

     For instance,

 

      MODULE TC_MODIFY INPUT.

        MODIFY ITAB INDEX TC-CURRENT_LINE.

 

        if sy-subrc <> 0.

            APPEND itab.

        endif.

      ENDMODULE.                    "TC_MODIFY INPUT

Regards.


Viewing all articles
Browse latest Browse all 8122

Trending Articles



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