cancel
Showing results for 
Search instead for 
Did you mean: 

create purchase order in backend ECC5

Former Member
0 Kudos

Hi,

have the following scenario:

we have a SRM-system(SRM 4.0) with many R/3 backend (46B, 46C, 4.7, ECC5)

  • I need to save some customer fields in Purchase Order item, when it is generated by SRM.

  • When SRM will generate a PO in backend (R/3) with release ECC5, it calls B470_PO_CREATE function module and inside it calls BAPI_PO_CREATE1 in R/3.

  • in SRM the system using Badi BBP_PO_CREATE_BACK method FILL_PO_CREATE1_INTERFACE, but we have a problem: the parameter is empty. Anyone know why?

Can you help me?

Best regards

Alessio

Accepted Solutions (0)

Answers (3)

Answers (3)

Ramki
Active Contributor
0 Kudos

Hi Alessio

I could be wrong in assuming your scenario to be ECS...but could not resist.

BADI BBP_ECS_PO_OUT_BADI is relevant in ECS.

Otherwise, Pl check note 867018

Best regards

Ramki

Former Member
0 Kudos

in function module B470_PO_CREATE before badi BBP_CREATE_PO_BACK~FILL_PO_CREATE1_INTERFACE the system does mapping to the BAPI structures. This step is necessary for the function BAPI_PO_CREATE1.

In my case the structure ET_XXXXXXXXXXXXXXX is empty.

I looked in OSS but have not found anything.

Former Member
0 Kudos

Hi

Please go through the links as well ->

Regards

- Atul

Former Member
0 Kudos

Bug.. Look for SAP OSS Notes..