cancel
Showing results for 
Search instead for 
Did you mean: 

Backend Communication Error - MEPO 001

Former Member
0 Kudos

After approving a shopping cart I am getting the following error reported in RZ20.

Shopping cart 0010000189 (PO 3000000023): MEPO 001 Purchase order item 00010 still contains faulty schedule lines

Can anyone give me some pointers as to why this may be happening ?

I've had POs creating in the backend previously but this problem has just started to occur.

Thanks in advance.

Keith

Accepted Solutions (0)

Answers (1)

Answers (1)

hj_bosma
Explorer
0 Kudos

Hi Keith,

Same problem here... debugging FM bbp_pd_sc_transfer gave me back the following BADI-errors:

W ME 039 Delivery date is in the past

E ME 078 Deliv. date outside period covered by factory calendar NL

I'm sure our factory calendar is allright, and the delivery date is today (not in the past)!? It looks like the deliv.date in the shopping is not correctly mapped into the BAPI.

Maybe the message can help you anyway, if I have more info I'll keep you informed.

Hendrik-Jan Bosma

Former Member
0 Kudos

Hendrik

Thanks for your pointer.

I searched for ME078 on SDN and found a hit for OSS note "Note 858316 - BAPI_PO_CREATE1: Incorrect delivery date".

We applied this in our backend system and it's cured the problem.

Regards

Keith

hj_bosma
Explorer
0 Kudos

Keith,

We did the same and it works. Thanks for the note!

Hendrik-Jan