Application Development and Automation 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: 
Read only

User Exit - Create Contract

Former Member
0 Likes
482

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
409

try using Field symbol to ref to fields not refe in the user exit but are ref in the program which is still loaded.

1 REPLY 1
Read only

Former Member
0 Likes
410

try using Field symbol to ref to fields not refe in the user exit but are ref in the program which is still loaded.