cancel
Showing results for 
Search instead for 
Did you mean: 

BAdI for creating PR in ECS

Former Member
0 Kudos

Hi

We are using the ECS.But for some material groups we want to use classic scenario where the SC created a PR in the backend.

The BAdis activated are BBP_CREATE_BE_PO_NEW and BBP_EXTLOCALPO_BADI

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

You can do it technically by making use of BADIs using SE18 Transaction.

Use 
BBP_TARGET_OBJECTS BADI.

or 

You can use the Business Add-In BBP_TARGET_OBJTYPE if you wish to implement a different logic for creating documents in the backend system.

The following documents can be created:
->Purchase requisition
->Purchase order
-> Reservation

<u>Solution using Functional Settings</u>

<b>SPRO Configuration Path in SRM system.</b>

<u>Supplier Relationship Management -> SRM Server -> Cross-Application Basic Settings -> Define Objects in Backend System (Purch. Reqs, Reservations, Purchase Orders, etc.)</u>

Regards

- Atul

Former Member
0 Kudos

Hi,

You just need to implement the BADI "BBP_EXTLOCALPO_BADI" to control the ECS.The BADI "BBP_CREATE_BE_PO_NEW" is used to modify the date in the SC (Classic scenario) when its being transferred from SRM to R/3.

BR,

Disha.

Former Member
0 Kudos

Are these the Badis to be activated or are there any other Badi also to be activaed