on 2014 Feb 19 8:11 AM
Dear Experts,
Kindly advice where can i put break point in ECC. I need to check few entries or validate few fields before creation of PO in ECC from SRM 7.0.
Thanks & Regards
Arun.K.P
Request clarification before answering.
Hello Arun,
Please put a breakpoint in function module "BBP_PO_INBOUND" (starting point) or "BAPI_PO_CREATE1 (just before creation) in ECC.
Regards,
Arun
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Arun,
Please try using
BBP_DOC_CHECK_BADI and see if this helps you.
Break points: You have to put a external break point and please check if the user id in the debugging settings in same to that of the user who actually logged in ITS, Else the break point will not trigger.
Thanks,
Venkatesh.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.