cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Define status for backend purchase order in SRM7.02

Former Member
0 Likes
183

Hi,

i am working in SRM 7.02 classic scenario using PI.

When the SC is converted to Backend PO, some PO XML are failed due to various reason. Instead i need to create a PO in held status.

For the same, we have settings 'Define status for Backend purchase order' in SPRO. If we maintain the information in this setting that is enough..??It will work??

1.I heard there is some enhancement need to done for the same to work ...??if it is what is the enhancement ???

2. if it is work, then all PO will be created in Held status or only error PO will be created in Held status?? remaining in released status ???

Kindly advice me ..

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

As far as,  BAPI_PO_CREATE1, you need to pass

MEMORY_UNCOMPLETE = abap_true

MEMORY_COMPLETE   abap_false

for POHEADER, pass,

MEMORY = 'X'

MEMORYTYPE = 'H'

for POHEADERX, pass,

MEMORY = 'X'

MEMORYTYPE = 'X'

Though you will be using ESOA for this, this knowledge would help.

Regards,

Ganapathi

Former Member
0 Likes

Hi Ganpathi,

Thanks for the Response.

You mean to say that in ECC inbound Badi for PO creation, we need to pass this information.??

Thanks

Former Member
0 Likes

What exactly issue are you facing ?

You can play around with data in BADI " BP_CREATE_BE_PO_NEW "

Thanks

Ankit