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: 

please please it is urgent

Former Member
0 Kudos

Dear all,

i have created one user exit for migo for post button...

but now the requirement is to display the same message which is coming after clicking the check button in post button....

is there anyway to copy the same code which is there for check button in post button..

the user wants same message in post button which is coming in check button

urgent

4 REPLIES 4

Former Member
0 Kudos

you can get messages in sy-msgv1,sy-msgv2 .... system varriables

check it. It may be helpfull.

Former Member
0 Kudos

Then write the code in a function module and call the same in both the methods .

Reward points if helpful

Former Member
0 Kudos

Hi Ishfaq,

Implement this BADI <b>MB_MIGO_BADI</b>, This BADI will get triggered when you click on POST Button. Use the same code in this BADI implementation and see.

Hope this help you.

Regards,

Satish

0 Kudos

Dear satish

when i am giving the function module ( MB_MIGO_BADI) inside se37 it is showing FM doesnt exist...