cancel
Showing results for 
Search instead for 
Did you mean: 

Scheduling Agreement Release

Former Member
0 Kudos

hi,

Scheduling agreement is Release thru ME35L txn. but by this txn normal PO can also be released and unreleased by changing the Document type from L to F,

i want to avoid the same

how can i achive the same.

abhishek

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

i found out the perfect badi for this situation:

ME_COMMTMNT_PO_REL_C.

it does get triggerred when u release a PO, so try using this.

OR

if you want to use ME_PROCESS_PO_CUST, then only the method INITIALIZE gets triggerred, so if you can raise an error message from there, then maybe u can give it a shot.

note: pls award points for helpful answers.

Former Member
0 Kudos

i have tried with BADI

ME_COMMTMNT_PO_REL_C

i have put the break point over there but its not stopping at that point

abhi

Former Member
0 Kudos

you can use METHOD: PROCESS_HEADER.

here you can check the document category, and find out if its PO, then stop the release.

Note: Pls award points if the answers were helpful.

Former Member
0 Kudos

can this be done in BADI ME_PROCESS_PO_CUST

Former Member
0 Kudos

BADI : ME_PROCESS_PO gets triggerred when you are trying to release a PO from ME35L, you can use any of the methods to trigger an error message and prevent the release of PO.

Former Member
0 Kudos

can u tell me where in badi i can put the check for ME35L