I am usign the following code for seetign pritn paramaters for the smartform
DATA : st_control_parameters TYPE ssfctrlop.
st_control_parameters-no_dialog = 'X'.
st_control_parameters-getotf = 'X'.
st_control_parameters-device = 'PRINTER'.
st_control_parameters-preview = 'X'.
st_control_parameters-tddest = 'LP01'.
st_control_parameters-tdnoprint = 'X'.
but:
The data object "ST_CONTROL_PARAMETERS" does not have a component called | "TDDEST". |
what is the problem ?