cancel
Showing results for 
Search instead for 
Did you mean: 

Fill in order acknowledgement: several lines at once

Former Member
0 Kudos

Hello,

Is it possible to fill in more than 1 acknowledgement-orderlines at once?

Accepted Solutions (0)

Answers (2)

Answers (2)

Ramki
Active Contributor
0 Kudos

Hello Dave,

There is no transaction to do order acknowledgements for multiple PO items at once. You need to develop your own programs.

There is a old link which has the answer.

https://archive.sap.com/discussions/thread/246789

"You can use BAPI_PO_CHANGE (see Table Parameter POCONFIRMATION). Otherwise you can use FM ME_CONFIRMATION_UPDATE_AVIS (please be careful as this FM updates table EKES - make sure that the Confirmation Control (EKPO-BSTAE) is populated - you can use BAPI_PO_CHANGE to do this first)."

Hope this helps.

Rgds,Ramki

mmcisme1
Active Contributor
0 Kudos

Yes, there are user exits in the system that will allow the vendor to send several acknowledgment and then in the user exit split out the lines. You will have to have a developer to help. This is not standard behavior.