‎2021 Nov 29 4:13 AM
Hi,
I have to extend MATMAS Idoc , can someone tell me how to debug change pointer?
Thanks
Vikash
‎2021 Nov 29 5:23 AM
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
‎2021 Nov 29 5:48 AM
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
‎2021 Nov 29 6:24 AM
Usually, the updates are done through an update task, so you should activate the Update Debugging (please search the forum for more information).
‎2021 Nov 29 7:16 AM
Hi,
I tried with Update debugger as well but still not triggering on Breakpoint.
‎2021 Nov 29 7:35 AM
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.
‎2021 Nov 30 12:23 PM
Hi ,
Yes it worked with update debugger , now able to debug it.
Thanks