SRM gurus,
We are in SRM 4.0 (SRM_SERVER 500).
I use t code SE38 to run program CLEAN_REQREQ_UP in SRM to convert shopping carts into purchase requisitions in R3 backend. I put our customized codes in BADI BBP_CREATE_REQ_BACK and I thought that this BADI will be called when a shopping carts was converted into a purchase requisition.
I put a ABAP statement 'break-point.' in the BADI but the program CLEAN_REQREQ_UP did not stop at the BADI BBP_CREATE_REQ_BACK at all.
Will BADI BBP_CREATE_REQ_BACK be executed when the program CLEAN_REQREQ_UP runs?
If the BADI will be called, how can I stop the program when the BADI was executed, so I can debug the codes?
I did put a hard code statement "break-point." in there but it did not work.
If the BADI will not be called by the program CLEAN_REQREQ_UP, when the BADI be called?
Thanks in advance!
Fisher Li