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

Debugging MIGO transaction

Former Member
0 Likes
626

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
Read only

Former Member
0 Likes
446

Hi Nikhil,

You will find it here...

Include LMIGOKE1 Line 181....

Regards,

Raj

Read only

Former Member
0 Likes
446

Hi

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

Max