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

reg:sy-ucomm

Former Member
0 Likes
774

hi,

what is the default function code for SY-UCOMM?

thanks,

raji

1 ACCEPTED SOLUTION
Read only

former_member195383
Active Contributor
0 Likes
699

Hi,

sy-ucomm by default is blank...unless its associated with perticular tcode...

hi,

what is the default function code for SY-UCOMM?

thanks,

raji

5 REPLIES 5
Read only

former_member195383
Active Contributor
0 Likes
700

Hi,

sy-ucomm by default is blank...unless its associated with perticular tcode...

Read only

Former Member
0 Likes
699

Hi,

I don't think there is any default value of SY-UCOMM, if at all then it should be SPACE / INITIAL.

It depends on the transaction and function the user is choosing.

Regards

Kiran Sure

Read only

Former Member
0 Likes
699

SY-UCOMM is used all around SAP (classes, SAP Dialog Programming, ABAP, forms, and a long etc.).

receive the contents of the corresponding screen fields means the transaction code that you assign at development time to the objects on the screen, which should trigger an event (buttons tipically or folders in a folder control).

regards

Read only

Former Member
0 Likes
699

The default value of SY-UCOMM is initial.

Read only

Former Member
0 Likes
699

Hi,

Sy-Ucomm dont have any default value.

It holds the function codes on the perform of any event.