‎2006 Jan 24 8:45 AM
I am amending the following user exit within MV45AFZZ
USEREXIT_SAVE_DOCUMENT_PREPARE i.e. VA41. When the
next screen (SAPLIWOL) is called you can enter objects
relating to the EQUI table. When control is passed back
to the overview screen and the save button is pressed
I want to be able o refer to the data entered against
the EQUI table. However, when I run debugger that table
EQUI or SER02 cannot be referenced as they do not exist.
The data must be stored in a work area somewhere but I
have not been able to find them. Does this make sense and
does anyone know what these work areas are called.
Thanks
‎2006 Jan 24 8:49 AM
try using Field symbol to ref to fields not refe in the user exit but are ref in the program which is still loaded.
‎2006 Jan 24 8:49 AM
try using Field symbol to ref to fields not refe in the user exit but are ref in the program which is still loaded.