2022 Dec 06 1:59 PM
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.
2022 Dec 06 10:31 PM
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.