Application Development 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: 

Debugging MIGO transaction

Former Member
0 Kudos

Hi to all,

i am debugging standard <u><i><b>MIGO</b></i></u>. In the migo program <u><i><b>SAPLMIGO</b></i></u>

[SE38] there is a include <u><i><b>LMIGOST2</b></i></u> in that include there is a code on line 113 col 31 <u><i><b>WHEN 'OK_POST' OR 'OK_POST1'</b></i></u> <b>{ [</b> <u><i><b>OK_POST/OK_POST1</b></i></u> is the fct code for <u><i><b>SAVE</b></i></u> Button <b>] }</b>. After this code there is a method <u><i><b>CALL METHOD LCL_MIGO_GLOBALS=>KERNEL->DOCUMENT_POST.</b></i></u>. i want to enter into this method but i am unable to enter.Can anyone tell me how?

2 REPLIES 2

Former Member
0 Kudos

Hi Nikhil,

You will find it here...

Include LMIGOKE1 Line 181....

Regards,

Raj

Former Member
0 Kudos

Hi

while debbuging, try to set (from SETTING) SYSTEM DEBBUGING and/or UPDATE DEBBUGING.

Max