‎2007 Oct 29 4:36 AM
Hi all,
HOW WE UPLOAD LOGO IN OUR SCRIPT FORM?
HOW WE ENTER NEW FIELD VALUE IN FORM AS WELL AS IN PRINT PROGRAM?
‎2007 Oct 29 4:39 AM
HI,
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.
rgds,
bharat.
‎2007 Oct 29 4:44 AM
Loading Logo in SAP Script -
1. Logo should be loaded to SAP - thru SE78, if not present in SAP
2. In text Element - GO TO Menu INSERT->Graphics or look for help in ABAP for keyword
INCLUDE OBJECT GRAPHICS
Hope this helps
Rajiv