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

Re: Standard buttons and Enabling mode in Table Control Wizard

$
0
0

Hi,

 

Kindly find the below standatd code:

 

*********************************************************************************************************

   *&SPWIZARD: INPUT MODULE FOR TC 'TC_WIZ1'. DO NOT CHANGE THIS LINE!
*&SPWIZARD: PROCESS USER COMMAND
MODULE TC_WIZ1_USER_COMMAND INPUT.
  OK_CODE = SY-UCOMM.
  PERFORM USER_OK_TC USING    'TC_WIZ1'
                              'LT_ZPM_WHY_WHY'
                              ' '
                     CHANGING OK_CODE.
  SY-UCOMM = OK_CODE.
ENDMODULE.

 

*********************************************************************************************************

 

Inside the above PERFORM, i can get the sy-ucomm values. But i cannot refresh my ITAB inside perform.

 

Outside the above code or at PBO, im not getting the sy-ucomm values. If so, i can refresh ITAB.

Then if i press those standard buttons also, my ITAB values wont be appended.


Viewing all articles
Browse latest Browse all 9069

Trending Articles



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