Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_PR_CHANGE/BAPI_REQUISITION_CHANGE is not updating EBAN table for processing status field

0 Kudos
399

Hello everyone,
I have one requirement to create the Purchase requisition with processing Status 'D'. I have tried with Bapis BAPI_PR_CREATE /BAPI_REQUISITION_CREATE but always it is creating the PR with status N only(EBAN-STATU).
Can anyone suggest do we have any alternative BAPI or class method to update the processing status field in EBAN table?


Thank you.

1 REPLY 1

roberto_forti
Contributor
0 Kudos
307

Hi,

Have you implemented bapi to commit with wait = "X" to be processed after changes ?

Also, look into user exit EXIT_SAPLMEWQ_001 and see if that can help. Other way is run the ME52(N) and try to change and save the related field-value.