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 / subramanyam immadisetty
if the tc is 'oaer',goto t.c: oaer,
give class name and class type . for example class
name:pictures, classtype : ot.
and give object key as logoname : zrama(by pressing f8 u
can get object key),save and use functionmodule :
reuse_alv_commentary_write.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between tables and structures?
Explain the session method? : abap bdc
Did you use buffering?
What are secondary indexes. How can we know which index is being used in a select query?
1.why dont use top of page. wat is the use? 2. wat is sub screen? 3. why u select the session method in bdc ? how many records wil be updated on that time? 4.why dont use start form in script? 5.wat is difference b/w dilldown and interactive report? 6. wat is pf status interactine report?
State the differences between database view & projection view? : abap data dictionary
What is the use of the raising exception? : abap modularization
What are the 3 types of tables in sap? : abap data dictionary
What are the different types of sapscript symbols?
How to debug a sapscript?
What happens when you post goods issue after delivery? How does the inventory get reduced after the delivery?
What are the types of the programming language used in the sap abap software?
What are the difference between tables and structures? : abap data dictionary
What are the components of selection table?
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?