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: 

USEREXIT_REFRESH_DOCUMENT of MV45AFZA

Former Member
0 Kudos
880

Hi,

I have used the USEREXIT_REFRESH_DOCUMENT to clear the variables.

when i create an order manually through the t-code VA01/VA02,

this is triggered and variables are cleared properly.

I have written a BDC program, when i execute that progarm, the user exit not triggered and variables holds the values even after the order is saved succesfully.

When all other user exits used in MV45AF* are getting triggered properly , why only this refresh exit is only missing in BDC program.

In other words , After the SICH Ok-Code been executed , it is supposed to pass through all the sap programs that includes user exits.

Any idea?

1 REPLY 1

Former Member
0 Kudos
212
  • FORM USEREXIT_REFRESH_DOCUMENT *

  • This form is called in dialog at the end of form *

  • BELEG_INITIALISIEREN *

This form is called in dialog mode not in back ground/BDC.

Siva