‎2007 Jul 16 9:26 PM
Hello,
Im working on tcode VT01N, and I need all the possible values of sy-ucomm, is it a place on abap memory to know this values?
10nks
Gabriel
‎2007 Jul 16 9:30 PM
Hi,
You can go to transaction SE41 and enter program SAPMV56A (main program for transaction VT01N). Then select function list option and click on display. Now you should be able to see all function codes (sy-ucomm) for VT01N.
Regards,
Ferry Lianto
‎2007 Jul 16 9:33 PM
You cannot read it from ABAP memory. The values in the SY-UCOMM are filled based on the customer action. Each element of the screen has a function code
attached to it and when the user clicks on the element SY-UCOMM is populated
with the function code assigned to it. So the best place to find all the possible
values is to go to the GUI status of the screen and findout the function codes.
Regards,
Sudhir Atluru.