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

dialog progamming

Former Member
0 Likes
584

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
554

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

3 REPLIES 3
Read only

Former Member
0 Likes
554

Hi,

When 'PRIN'

call function 'GET_PRINT_PARAMETERS'.

Regards

Amole

Read only

Former Member
0 Likes
555

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

Read only

Former Member
0 Likes
554

Hi gopan,

you cat use SET USER-COMMAND '%PRI'.

Regards, Dieter