cancel
Showing results for 
Search instead for 
Did you mean: 

Docs From SRM to SAP Backend system

Former Member
0 Kudos

Hi,

We are implementing ECS and also CS for certain material groups using the BADI .SRM and ECC are linked thro ALE/RFC connections .Understand that BAPIs are used to create PR,PO & reservation in the backend system . Could you please explain what are those BAPIs from SRM side and ECC side.

Regards

Mani

Accepted Solutions (0)

Answers (1)

Answers (1)

yann_bouillut
Active Contributor
0 Kudos

Hi ,

You have :

bapi_po_create1

bapi_pr_create

bapi_reservation_create

Kind regards,

Yann

Former Member
0 Kudos

Hi Yann ,

Thanks . These BAPIs are in ECC. then what is the trigger from SRM system ...Whether SRM system also has BAPIs to pass the values these BAPIs..

Could you please explain in detail....

Regards

Mani

Former Member
0 Kudos

Hi,

In SRM go to SM30. Table BBP_FUNCTION_MAP. Check the BUS2201 entries. There are classes (from SRM 5.0 I guess.. but this table is meant for the the Function modules). Please note tha these are version dependant.

This can be a beginning point to begin with and once you go into the code, you will get all the function modules within this wrapper.

Thanks and Best regards,

DV