cancel
Showing results for 
Search instead for 
Did you mean: 

How can i coding in the 'form userexit' or BADI?

Former Member
0 Kudos

I am so sorry for so foolish question here~~

I want to do some customer coding for T-Code VL02N PGI pushbutton.

I found in the standard program SAPMV50A there is an include MV50AFZ1 have many exits subroutines.

How can I coding in these EXIT subroutines???

It forbids me modify it.

And I also found the BADI 'LE_SHP_GOODSMOVEMENT ' can handle it.

But how can i use the BADI??

I'm in a big trouble,plz help.

I appreciate for your help greatly!!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Goto T.Code SE38.

Enter the include program name here in program.

Click on change.You can make changes here.

Regards,

Krishna.

Former Member
0 Kudos

Sorry i think you haven't got what do i mean~~

MV50AFZ1 is a standard program which has many subroutines.

The subroutines have the names like "form userexit_refresh_document"

I guess we can code in it.

But how?

Thank you

Former Member
0 Kudos

Hi,

Just double click on the name,it will take you to that form.If that form doesn't exist then you have create it at the end of the program.

The details are form USEREXIT_REFRESH_DOCUMENT.

list of statements.

ENDFORM.

This will be called in the program with perform statement name.Please take your ABAPer help.

And for another question:

We are using SE18 T.Code for creating a new BADI.

For implementing a BADI use the T.Code SE19.

Enter your BADI name and click on change.

Hope this is what you are lookig for.

Regards,

Krishna.

Former Member
0 Kudos

Thus you do know I'm green hands in ABAP~~

Could you help me to check the standard include MV50AFZ1.

All of the subroutines are exist in it.

But each of them has no statement.

I guess we can code in it,but how?

TKS again~~

Wish you have a good day

Answers (0)