Question:
Hello All, How Can I display some data between ALV list controls and the structure header for the purpose of printing. Example goes like this .
-----------------------------------------------------------------------------------
Project def: PS_ACCESS Proj Description : PS ACCESS TEST
Start Date: 06/01/2004 Finish Date : 06/30/2004
Execution Time: 06/23/2004 10:50:57 By User: SRINU
--ALV List view Controls like sort, total,subtotal, print,.........
--Structure header .....
--Internal table data.....
----------------------------------------------------------------------------------
Here bold letter only for the purpose of here posting. Not for my program. Any sort of help is greatly appreciated.....Thanks in advance
_________________
Regards / mfg
Srinu
"Anyone who has never made a mistake has never tried anything new." - Einstein
Answer:
Hi its me gain..how to enable printer menu in dialog n how to print the data along with ALV Grid in the same screen? Please ...
_________________
Regards / mfg
Srinu
"Anyone who has never made a mistake has never tried anything new." - Einstein
Answer:
You could try using the PRINT events defined in the CL_GUI_ALV_GRID Class.
There are event options for PRINT_TOP_OF_PAGE, PRINT_TOP_OF_LIST,
PRINT_END_OF_PAGE and PRINT_END_OF_LIST.
Follow the link for more information on their usage:
http://help.sap.com/saphelp_46c/helpdata/en/22/a3f5f5d2fe11d2b467006094192fe3/content.htm
_________________
Regards,
Angelis.
Answer:
Hey Angelis, Thank you very much and U'r help is greatly appreciated.
_________________
Regards / mfg
Srinu
"Anyone who has never made a mistake has never tried anything new." - Einstein