cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

PO creation in ECC - SRM Classic scenario

Former Member
0 Likes
285


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

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Likes

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

Former Member
0 Likes

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.