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

Printing problem

Former Member
0 Likes
706

Hi Friends,

I have a requirement like.,

I have two table controls in one screen, and the user wants to print the selected data from the table control I have used ALV to do this, now again the user want to print the data available in the second table control, I tried this using ALV, I am able to get the data in the ALV but unable to get the prinout (Checked with Print preview) for the second table control data.

Can any one please tell me how to get the prinout for the second table control.

Regards,

Line

5 REPLIES 5
Read only

Former Member
0 Likes
672

hi

from the table control, how are u displaying the alv? is it in a popup (reuse_alv_popup_to_select) or in a list or screen (reuse_alv_list or grid)? if it's the former, then make sure you are not adding the print function code in the excluding table (of type SLIS_T_EXTAB), if any.

Sathish. R

Read only

0 Likes
672

Hi,

I am using 'REUSE_ALV_GRID_DISPLAY'.

Regards,

Line

Read only

0 Likes
672

hi

what's the error you are getting? If you are getting for the first grid, then obviously u should get for the second

Sathish. R

Read only

0 Likes
672

Hi Satish,

Data selected from the ALV is not been shown in print preivew only the last column i shown.

Line

Read only

0 Likes
672

hi

r u able to display all the columns in the alv grid? is it coming only in print preview? chk the values that you have passed to these parameters I_SCREEN_START_COLUMN, I_SCREEN_START_LINE, I_SCREEN_END_COLUMN, I_SCREEN_END_LINE, if u have used

Sathish.