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

How to print table-control data in dialog program

Former Member
0 Likes
534

Hi All-

I have desgined table control using dialog-program.... whatever data displays in the table control I need to give option to the users to print...

I have desgined one pushbutton in the screen(ZPRN)..Whenever user click on that button I should able to give option to the user to select the printer and print that records...

Can I use any FM to print the data of table-control?

Please advice me...I will assgin reward points...

Hi All-

I have desgined table control using dialog-program.... whatever data displays in the table control I need to give option to the users to print...

I have desgined one pushbutton in the screen(ZPRN)..Whenever user click on that button I should able to give option to the user to select the printer and print that records...

Can I use any FM to print the data of table-control?

Please advice me...I will assgin reward points...

3 REPLIES 3
Read only

Former Member
0 Likes
485

Hi,

Use the below function module

FITRV_PRINT_TABLE_CONTROL_DATA

Regards

Sudheer

Read only

0 Likes
485

Thanks Sudheer...Do you have any sample code like what are the variables to be passed to the FM?

Read only

0 Likes
485

Thanks Sudheer...I got the soln and assgined reward points....