in scripts how to upload logo (it's saved in .bmp file ) i
am asking procedure?
Answer Posted / bitbit
Use transaction SE78 to import graphics to SAP.
In the form painter, you can either include directly to the
form using menu Edit->Graphic->Create or using the INCLUDE
statement in a window.
To use an INCLUDE statement, goto into the window script
editor and use menu Include->Graphic. The include can look
like this for a bitmap:
/: BITMAP MYLOGO OBJECT GRAPHICS ID BMAP TYPE BMON
Or use report RSTXLDMC
You run the report RSTXLDMC, give your logo(Saved as .tif
file) in the parameter and run the report.
Then Go to Se71 and include the image from the text
elements. For this you go to the Page windows. Press the
text elements button and the include the logo(Which actually
has been saved as a TEXT) using Insert->Text-STandard.
CHoose your LOGO.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the difference between sum and collect?
What are the uses of table pool or table cluster.
What is difference between dialog program and a report?
What are the types of the programming language used in the sap abap software?
How many lists can a program can produce?
Some Realtime Objects on Bdc.
What is the significance of hide?
What are the restrictions on subscreens?
How will you transfer data into a file in application server?
What are the relational operations that can be performed on view in sap? : abap data dictionary
What is abap dictionary or data dictionary? What is the transaction to access abap dictionary? : abap data dictionary
A subroutine can contain nested form and endform blocks. State true or false. : abap modularization
What is the first thing you do after vendor setup is complete?
what is difference between (internal table types)standard table and sorted table in sap abap....
How to combine multiple order in one Delivery ( Step by Step)?