Hi,
I copied transaction VL10A to a new one ZVL10A.
This was due to the need to add a new selection-criteria in the main screen: Delivery Type field.
When I try to create the delivery for that delivery type I selected in ZVL10A main screen I am not able because I have lost the variable.
See this example please:
In my main program: ZRVV50R10C:
FORM userexit_select_options_transf "n_524424
CHANGING cx_select_options TYPE shp_vl10_select_options
cx_list_profil TYPE shp_vl10_list_profil.
cx_select_options-lfart = ST_DEVTY[].
S_DEVTY-lfart = ST_DEVTY[].
ENDFORM. "
In Include LZV50R_VIEWF34 (where we call transaction VL01N to create delivery) I want to pass this parameter ST_DEVTY, but I am not able. I dont have any variable at this moment with the
Delivery type from my main screen.
Thanks
Best regards