cancel
Showing results for 
Search instead for 
Did you mean: 

Own Button in VA01/02/03 for calling an own FM to show some Information

Former Member
0 Kudos

Hi,

I'm looking for an EXIT to create an own button in VA01/02/03 to trigger an own FM.

This FM shell used to give additional Information for the Materials wich are in this sales-Order.

I don't want to update sap-standart code. I only want to use EXIT or BADI.

Regards, Dieter

Accepted Solutions (1)

Accepted Solutions (1)

former_member204513
Active Contributor
0 Kudos

Dear Dieter,

Please go through these User Exits in the program MV45AFZZ

1.USEREXIT_READ_DOCUMENT

You use this user exit if further additional tables are to be read when importing TA01 or TA02.

The user exit is called up at the end of the FORM routine BELEG_LESEN.

2.USEREXIT_SAVE_DOCUMENT

Use this user exit to fill user-specific statistics update tables.

The user exit is called up by the FORM routine BELEG-SICHERN before the COMMIT command.

Note

If a standard field is changed, the field r185d-dataloss is set to X. The system queries this indicator at the beginning of the safety routine. This is why this indicator must also be set during the maintenance of user-specific tables that are also to be saved.

3.USEREXIT_SAVE_DOCUMENT_PREPARE

Use this user exit to make certain changes or checks immediately before saving a document. It is the last possibility for changing or checking a document before posting.

The user exit is carried out at the beginning of the FORM routine BELEG_SICHERN.

I hope this will help you,

Regards,

Murali.

Former Member
0 Kudos

Hi Murali,

thanks for your answer, but how can i inser/create button on the dynpros of VA01/02/03.

Do you know any exit or badi for this?

thanks.

regards, Dieter

former_member204513
Active Contributor
0 Kudos

Dear Dieter,

No Idea !!!!

Regards,

Murali.

Answers (0)