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

Re: line selection in table control

$
0
0

Hi Lucas,

     In PAI, you will be able to get the line selected (value as 'X') via the internal table field mapped as line selector. However PAI won't be triggered just by selecting a line.

     The line selected in the TC will be saved back into the internal table via the following statement created by table control wizard.

For instance,

PROCESS AFTER INPUT.

   LOOP AT ISSPSDATA.

     CHAIN.

       FIELD ISSPSDATA-SEL.

       FIELD ISSPSDATA-MATERIAL.

       FIELD ISSPSDATA-REMARKS.

       MODULE TC_9022_MODIFY ON CHAIN-REQUEST.

     endchain.

   ENDLOOP.

   MODULE TC_9022_USER_COMMAND.

   MODULE USER_COMMAND_9022.

 

Regards.


Viewing all articles
Browse latest Browse all 8667

Trending Articles



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