Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

po enhancement!

Former Member
0 Kudos

Dear Experts!!

My requirement is to verify the PO date w.r.t item delivery date i.e. delivery date should not be beyond PO date, i've tried using BADI's ME_PROCESS_PO & ME_PROCESS_PO_CUST and others but either they are already implemented and cannot be changed or are meant for sap internal use.

How to go ahead with my requirement , any other way out?

Kindly suggest.

Thanks and regards,

Parwez

5 REPLIES 5

Former Member
0 Kudos

Hi Mizra,

Use enhancement MM06E005 & probably exit: EXIT_SAPMM06E_012 .

--

Reddy

former_member536879
Active Contributor
0 Kudos

Hi,

Use the BADI ME_PROCESS_PO_CUST.

In there u will have various no of methods.

process_header,

process_item etc.

so do the validation according to that.

With Regards,

Sumodh.P

Former Member
0 Kudos

Dear ,,

The BADI ME_PROCESS_PO_CUST is not a mulitple use badi , so u cant create a multiple implementaion for it .

Rather u can use the existing implementtaion if already created and u can exten the implemenation with ur logic.

or else see with this exits

MM06E001

MM06E002

MM06E003

MM06E004

MM06E005

MM06E007

MM06E008

MM06E009

MM06E010

Rajendra

0 Kudos

Dear All,

i've tried with all the above options but in vain.

Could you suggest me any other alternatives i.e. enhancements or other exits.

i just need to check the item delivery date against the po date.

Thanks in advance,

Parwez

0 Kudos

Dear All,

i've tried with all the above methods but in vain.

Could you suggest me any other alternatives. i.e enhancements or exits or else...

i just need to check the item delivery date against the po date.

thanks in advance .

parwez