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
how to capture the errors in bdc Call transaction method?
What is the advantage of structures?
What is a table pool? : abap data dictionary
How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?
1)can any body tell the transport request number concept and 2)there are 3 screens in one screen u have uploaded the resume and second screen also u have done the same thing but when u are uploading the resume in third screen u got some error in somewhere else but whatever u have uploaded the resume in 1 and 2 should not
What does nw 7.4 sp 05/nw 7.5 sp 02 offers in abap?
What are function modules?
HOW TO DIFFERENT CALL TRANSACTION ON THE BASIS OF DOUBLE CLICKING ON DIFFERENT FIELD.
What two statements are required in an abap program to output an icon using a write statement?
What are the screen painter and menu painter?
What are the types of parameters in the function modules?
1 . how do u design technical documentation in abap ? 2 . what u currently devloped in sap abap ?
What are the function modules used in f4 help?
What is the maximum number of match code id's that can be defined for one match code object ?
What are Pull and Push Methods?