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

if we prese ENTER key what value ( in the function code) will get captured

Former Member
0 Likes
1,263

Hi All,

if we prese ENTER key what value ( in the function code) will get captured in SY-UCOMM.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
870

Hi

It depends which value was assigned in the status: it usually has the value SPACE.

Max

Hi All,

if we prese ENTER key what value ( in the function code) will get captured in SY-UCOMM.

7 REPLIES 7
Read only

Former Member
0 Likes
871

Hi

It depends which value was assigned in the status: it usually has the value SPACE.

Max

Read only

premal_mistry2
Active Participant
0 Likes
870

Hi,

By default it is SPACE.

Premal Mistry.

Read only

Former Member
0 Likes
870

hi,

its not fixed..it changes with the GUI Status..

If you want to check this out, just put /h in command line.

and then press enter..

it will take you in debug mode...so while debugging, in field name put sy-ucomm , you will get the value...

Read only

Former Member
0 Likes
870

Hi,

If you see in debugging then it will be SPACE..

and if recording done through BDC the you find /00 in BDC_OKCODE value..

So it depends where you use...

So if you want to see the FUNCTION CODE of that at any time in any screen of SAP specify /H in command prompt and press enter then the screen will be in debugging mode...

This procedure actually helps when you are doing BDC program to capture and know what function code value is capture in SY-UCOMM.

Hope this would help..

Regards

Narin Nandivada

Read only

Former Member
0 Likes
870

This message was moderated.

Read only

Former Member
0 Likes
870

hi,

Sy-UCOMM is SPACE when you press enter...

BDC it is '/00'.

regards

padma

Read only

Former Member
0 Likes
870

it will get 'ENTR'.