Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SY-UCOMM VALUES

Former Member
0 Likes
4,983

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

2 REPLIES 2
Read only

ferry_lianto
Active Contributor
0 Likes
1,190

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

Read only

Former Member
0 Likes
1,190

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.