cancel
Showing results for 
Search instead for 
Did you mean: 

Mass PO delivery date Update

Former Member
0 Kudos

Hi Gurus,

I am trying to do an MASS update of delivery date for PO's. I do not find many answers on this topic in the forum.

Steps taken.

1. Did add EKET in MASSTAB for BUS2012 . Try to Execute the MASS transaction Changing the Daelivery date.

The transaction MASS is not able to change the PO's delivery date.

2. We are not on MS- Retail so i do not have option using MASS_EKKO.

3. My system is on ECC .

4. Should we go with custom program?

I would appreciate all your time. Please respond to me if you know any solution.

Regards,

Jaya.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You cannot change delivery date by using mass option ,make a seprate BDC program for the same or use below bapi to update the same.

Execute BAPI "BAPI_PO_CHANGE". from SE37

And Check Parameters - POSCHEDULE and POSCHEDULEX

Thanks & Regards,

Sandesh Sawant

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

It is not possible to change the delivery date in mass processing as

the field is not stored in tables EKKO (PO header) or EKPO (PO items).

There is no available standard program to acheive this functionality.

A custom program is required to develop this functionality. Please check note 443777 desribes which fields can be changed using MEMASSPO.

Thanks,

Ashwini.

Former Member
0 Kudos

We can use LSMW for this, since it is a single field.

Former Member
0 Kudos

This message was moderated.

JL23
Active Contributor
0 Kudos

I saw this question a couple times in the forums, but cannot really understand what the rational behind is.

A mass update is usually to replace a value by a new value, in most cases not individual new values, usually you just distribute one new value to all selected records.

And I cannot imagine why hundreds of POs with different materials and vendors have to get a new common delivery date..

Is your plant exploded and you have to postpone all receipts until it is rebuilt?

you can certainly update the delivery dates with a BAPI started from a Z-Program, or with help of LSMW.