‎2006 Aug 31 11:59 AM
Thai experts,
in a user defiened screen i have a push button.
by clicking the push button i have to call the printer.
so for that what shall we do.
regards,
gopan
‎2006 Aug 31 12:27 PM
HI,
In the PAI Module.
CASE SY-UCOMM.
WHEN 'XXXX'.
CALL FUNCTION GET_PRINT_PARAMETERS...
ENDCASE.
Here XXXX is your function code for that Push Button.
Reward if helpful.
Regards
‎2006 Aug 31 12:07 PM
Hi,
When 'PRIN'
call function 'GET_PRINT_PARAMETERS'.
Regards
Amole
‎2006 Aug 31 12:27 PM
HI,
In the PAI Module.
CASE SY-UCOMM.
WHEN 'XXXX'.
CALL FUNCTION GET_PRINT_PARAMETERS...
ENDCASE.
Here XXXX is your function code for that Push Button.
Reward if helpful.
Regards
‎2006 Aug 31 12:54 PM