‎2007 Jul 24 6:35 AM
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
‎2007 Jul 24 6:41 AM
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
‎2007 Jul 24 7:01 AM
‎2007 Jul 24 7:03 AM
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
‎2007 Jul 24 7:06 AM
Hi Satish,
Data selected from the ALV is not been shown in print preivew only the last column i shown.
Line
‎2007 Jul 24 7:15 AM
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.