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: 

RG BADI for ME22n SAVE

Former Member
0 Kudos

HI

I have implement BADI fro me22n for while save.

I implement BADI for ME_PROCESS_PO_CUST . and i write code for POST method in that BADI(IF_EX_ME_PROCESS_PO_CUST~post) I activated but its not trigerring while Save in ME22n . Please let me know..

if any other BADI also let me know for While SAVE me22n for Update header Text.

Thanks in advance..

Prabu

3 REPLIES 3

eduardo_hinojosa
Active Contributor
0 Kudos

Hi Prabu

I think that you need to use method IF_LONGTEXTS_MM~SET_TEXT (interface IF_PURCHASE_ORDER_MM) in method process_header. Do you refer to long text?

I hope this helps you

Regards

Eduardo

surajarafath
Contributor
0 Kudos

Hi,

You use the same BADI : ME_PROCESS_PO_CUST .

but do your validations/coding in method IF_EX_ME_PROCESS_PO_CUST~CHECK

It will be triggered while Saving...

Hope it willl solve your problem,

Thanks & Regards,

SUJI

Former Member
0 Kudos


Hi Prabhu,

If you want to update header text, write your code in method PROCESS_HEADER

IF_EX_ME_PROCESS_PO_CUST~PROCESS_HEADER

It will surly work.

Cheers,

Pravin