cancel
Showing results for 
Search instead for 
Did you mean: 

About Purchase order vendor confirmation

Former Member
0 Kudos

About Purchase order  vendor confirmation, we can input the confirmation date in PO item confirmation view, using  AB Order Acknowledgment

I have two question here:

  1. Can we update these confirmation date via mass Maintenance or batch upload? because we must input thousands of items everyday.
  2. Is there any report can display the difference between “Deliv date in PO item ” and  ““Deliv date in confirmation view ”?

        For example, Deliv date in PO item is 2012.05.31 and Deliv date in confirmation view is  2012.06.30

Thanks

Linfeng

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The vendor confirmation date in confirmation tab is the date which vendor acknowledges to deliver. For e.g. you have asked for goods to be delivered by 30th April (Del. date in PO), but vendor comes back saying he cannot do it on 30th but he will only be able to make it by 2nd of May (confirmation date in conf. tab).

SAP has provided confirmation tab for EDI vendors and actually confirmation tab details are automatically updated in PO if you have EDI setup with your vendor.

In case you want to track all the confirmations from vendor but you do not have EDI setup than unfortunately you will have to maintain it manually for each PO.

But I believe when you mentioned that you have thousands of items to be processed everyday...I believe you must be recording confirmations from your suppliers for all these items somewhere (either in mail or excel or something), if yes then its always possible to develop a simple lsmw or bdc to update POs, after collating details.

Regards,

Dakshesh

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Please use Idocs for automatically entering confirmations. The Message type to use is ORDRSP.

You can refer help documentation.

Please see following note for additional information.

456127  FAQ: Electronic Data Interchange (EDI) in purchasing

There is no standard report for the delivery date difference....you need to write a report..inolving tables

EKES and EKET ....

regards,

Lalita

Former Member
0 Kudos

Hi

You can use ME22  t -code for BDC , dont use ME22N , it will not support for that.

Or

In your case you can use FM BAPI_PO_CHANGE.

Thanks

former_member204661
Contributor
0 Kudos

Hi Linfeng,

I would recommend setting up EDI 855 for Purchase Order Confirmation.

In case it is not a feasible alternative, then you can develop a bdc session to update the confirmation date based on a simple tab delimited text file.

Regarding report for difference between delivery date and confirmation date, I am afraid there is no report as such, we do have a custom report developed for this.

Thanks

Shailesh