‎2009 Oct 28 10:53 AM
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.
‎2009 Oct 28 10:55 AM
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
‎2009 Oct 28 10:55 AM
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
‎2009 Oct 28 10:56 AM
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