Hi,
I would like to let user to change the printer from a Pop-up screen input in t-code VF01 to let the user to take the layout from the which printer he wants at that time .
I included the Code in user-exit RVCOMFZZ but I couldn' t find an easy way to change the value of XNAST-LDEST .
the simple code is like this :
data: ival type table of sval with header line.
ival-tabname = 'SSFPP'.
ival-fieldname = 'TDDEST'.
ival-field_obl = 'X'. " Required Field
append ival.
call function 'POPUP_GET_VALUES'
exporting
popup_title = 'Printer Name:'
tables
fields = ival.
with best regards,
Caglar.