2023 Jul 12 1:54 PM
Hi Everyone,
I would like to add custom code on fm MATERIAL_WRITE_DOCUMENT whenever entry change gets recorded in material master. From ST05, I understood that MM02 is making RFC call after leaving transaction. I have set external break-point but debugger is not stopping. Any suggestion how to debug this?
Regards,
Bharat
2023 Jul 12 2:47 PM
Did you try to change the debugger settings and enable System/Update Debugging?
You could also use BAdI BDCP_BEFORE_WRITE.
2023 Jul 12 2:47 PM
Did you try to change the debugger settings and enable System/Update Debugging?
You could also use BAdI BDCP_BEFORE_WRITE.
2023 Jul 13 9:35 AM
MATERIAL_WRITE_DOCUMENT is an update function module, part of function group which is not flagged as a "System" program, is not called inside tRFC, so only Update Debugging is necessary.
2023 Jul 12 3:39 PM
MATERIAL_WRITE_DOCUMENT is an update V1 FM.