cancel
Showing results for 
Search instead for 
Did you mean: 

What is the program in SRM to convert a shopping cart to be a purchase req?

fisher_li
Participant
0 Kudos

SRM gurus,

What is the program in SRM to convert a shopping cart to be a purchase requisition?

I intented to put some break points in some related programs/BADIs and to see if those program will be called when a shopping cart is converted to a purchase requisition.

Thanks in advance!

Fisher Li

Accepted Solutions (0)

Answers (3)

Answers (3)

ricardo_cavedini
Active Contributor
0 Kudos

Hello,

During shopping cart transfer, FM META_BAPI_DISPATCH is called many times.

It is used when SRM checks some adapters to be called depending on ECC version.

Once your breakpoint stops at this FM, you can check the call stack.

Regards,

Ricardo

former_member183819
Active Contributor
0 Kudos

https://wiki.sdn.sap.com/wiki/display/SRM/Follow-ondocumentdetermination%28PR%2CPO%2CRS%29

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

Class CL_BBP_BS_ADAPTER_RQ_CRT_470, method CREATE_DOCUMENT is called.

From the method, 'BAPI_REQUISITION_CREATE' is called.

Regards,

Masa