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

how to find ok code for save

Former Member
0 Likes
2,748

HI ALL,

I am working on MM01 Tcode . In recording I got all ok codes except save button .

can any one help me how to see the ok code for save button...I think some command is there to find.

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,273

Hi,

When you press save, go in debugging mode and find the value of SY-UCOMM. This will give the OK CODE for SAVE.

Thanks,

HArini

2 REPLIES 2
Read only

Former Member
0 Likes
1,274

Hi,

When you press save, go in debugging mode and find the value of SY-UCOMM. This will give the OK CODE for SAVE.

Thanks,

HArini

Read only

Former Member
0 Likes
1,273

before clicking SAVE. put /H on the command bar. hit enter.. debugger is switched on..

now click SAVE.

debugger starts.

now in debugger check the value of sy-ucomm

by the way, its BU for save button in MM01

Edited by: Soumyaprakash Mishra on Oct 28, 2009 4:31 PM