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 debug change pointer

vikash_pathak
Participant
0 Likes
2,544

Hi,

I have to extend MATMAS Idoc , can someone tell me how to debug change pointer?

Thanks

Vikash

6 REPLIES 6
Read only

vijay_hariharan
Contributor
2,085

Hello,

Is the Change pointer already active and you are trying to Debug or are you looking to activate the change pointer and send the IDOC??

Regards,
Vijay

Read only

vikash_pathak
Participant
0 Likes
2,085

Hello vijay.hariharan,

Change pointer is already activated and i am able to generate idoc through BD21 after changing Material data from MM02,

i have to debug FM MASTERIDOC_CREATE_SMD_MATMAS which generate MATMAS Idoc but i am not able to debug

Process i followed,

Put an external break point in FM,

Changed Material data and executed Tcode BD21.

but Breakpoint is not triggering.

Please let me know how to debug changepointer.

Thanks

Vikash

Read only

Sandra_Rossi
Active Contributor
2,085

Usually, the updates are done through an update task, so you should activate the Update Debugging (please search the forum for more information).

Read only

vikash_pathak
Participant
0 Likes
2,085

Hi,

I tried with Update debugger as well but still not triggering on Breakpoint.

Read only

Sandra_Rossi
Active Contributor
0 Likes
2,085

but the debugger starts, no? Add the breakpoint from inside the update task, using "breakpoint at function module" MASTERIDOC_CREATE_SMD_MATMAS. If it doesn't stop, it means it's not triggered. Add a breakpoint at general function modules CHANGE_POINTERS_CREATE and CHANGE_POINTERS_CREATE_LONG, and debug to see what's going on.

Read only

vikash_pathak
Participant
0 Likes
2,085

Hi ,

Yes it worked with update debugger , now able to debug it.

Thanks