plz listen carefully sir,in alv reports how i insert logo
into alv grid(if it is tcode 'oaer' )?tell me procedure,
in the same report how insert background logo tell me the
procedure please?
Answer Posted / sujoy pal
to show LOGO in ALV grid with header details,
in REUSE_ALV_GRID_DISPLAY,
I_CALLBACK_HTML_TOP_OF_PAGE = 'TOP_OF_PAGE'
*****at the end of main program*******
form TOP_OF_PAGE.
**********Declaration*************
data : glistheader type slis_t_listheader,
llistheader type slis_listheader.
******Populate header data************
clear llistheader.
llistheader-typ = 'H'.
llistheader-info = 'This is Grid Title'.
append llistheader to glistheader.
CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
EXPORTING
it_list_commentary = glistheader
I_LOGO = 'ENJOY_SAP_LOGO'
* I_END_OF_LIST_GRID =
.
endform.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
I need some information regarding Vcentric Test pattern ? with questions.
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
How can we send data to external programs?
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
How to find the return code of an stmt in abap programs?
How can we declare a table control in the abap/4 program?
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
2)In production what is the user exit?
what are the two methods of modifying sap standard tables ?
Explain how to create any functions? How to go about it?
What is read line in abap?
What are the functional modules used in sequence in bdc? : abap hr
What are the two methods for modifying sap standard tables?
wat is the difference between A-gate & W-gate?where are they used?
What is time constraint ? : abap hr