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

printer option in selection screen (Input Parameter)

ashish_shah5
Participant
0 Likes
1,060

Hi All,

I want to give printer option in selection screen.

Please do needful help.

Regards.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
682

Hi,

Declare parametre like TSP01_SP0R-RQDESTL on the selection screen you will get the F4 help.

While passing print_params pass 'X' to PRIMM field will help the printting immediately.

Hope this works for you.

Aswarth

3 REPLIES 3
Read only

Former Member
0 Likes
682

Hi,

in the PF-STATUS if u enable the Printer Icon on Application Tool Bar and in the PAI Event in the

User Command Module get the FCODE and apply the following FM ALINK_PRINT_FRONTEND

Hope this works ....

Best of luck!!

Thanks

Ravi

Read only

Former Member
0 Likes
682

HI,


" Output device
TABLES : TSP03.
SELECT-OPTIONS : s_pdest FOR TSP03-PADEST.

Read only

Former Member
0 Likes
683

Hi,

Declare parametre like TSP01_SP0R-RQDESTL on the selection screen you will get the F4 help.

While passing print_params pass 'X' to PRIMM field will help the printting immediately.

Hope this works for you.

Aswarth