‎2006 Sep 18 7:54 AM
Can anyone give me the procedure to upload a logo from presentation server to SE78 and to sap-script form
thank you
‎2006 Sep 18 9:10 AM
Hi Pankaj,
First u have to convert logo in .TIFF file then use report RSTXLDMC for upload logo in SAP then u can use that logo in sap-script through graphics.
Regards
Gaurav
‎2006 Sep 18 7:58 AM
Go through the following Procedure
You can achieve as per below:
1) I want to upload a coloured logo from my desktop to SAP
- Upload your logo via SE78.
- Select 'Import' button from application toolbar of SE78, and perform upload.
2) Then i want to upload that coloured Logo into my SAP Script output
- At SE71, goto Text Element from your window logo (window where you locate your company logo), and place the following statement:
/: BITMAP 'COMPANY_LOGO' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 150
.
‎2006 Sep 18 8:00 AM
Hi
First u need to upload the logo into the SAP syatem and then u can use it in ur Form. For this u have use TCode SE78. Goto SE78 and expand graphics button, u will find bmap images button. Double click and give the path of ur logo. this completes the uploading of logo into the sap system.
Then u goto the form and create a window for logo and in that goto text elements and insert graphics and select tab strip stored on document server and choose clor bitmap image and select the logo u have uploaded.
With regards
Badri
Reward if helpful
‎2006 Sep 18 8:03 AM
Hi,
Check this,
call function 'REUSE_ALV_COMMENTARY_WRITE'
exporting
it_list_commentary = t_header.
i_logo = 'Z_LOGO'.
endform.
See this link also:
http://www.sapdevelopment.co.uk/reporting/alv/alvgrid_enhanced.htm
Upload Logo for REUSE_ALV_COMMENTARY_WRITE
For those who wish to upload and use a picture in your ALV abap reports.
Steps for uploading Logo :-:
1. Goto the transaction OAER
2. Enter the class name as 'PICTURES'
3. Enter the class type as 'OT'
4. Enter the object key as the name of the logo you wish to give
5. Execute
6. Then in the new screen select Standard doc. types in bottom window
Click on the Screen icon
Now, it will ask for the file path where you have to upload the logo
7. Now you can use this logo in REUSE_ALV_COMMENTARY_WRITE
or
Import Logo and Background Picture for Reporting
In this step, you can import a customer-specific logo and a background picture into the R/3 System. These will be displayed in the header area of reports in HR Funds and Position Management.
From the SPRO:
HR Funds and Position Management --> Dialog Control --> Customize Reporting Interface --> Import Logo and Background Picture for Reporting.
Activities
1. Enter the Name of your logo/background picture as an object key in the initial screen.
2. Make sure that the class name is PICTURES, and the class type is OT.
3. Choose Execute.
4. Double-click the document type Picture on the Create tab page. A dialog box will appear in which you can enter the path in which the logo/background picture can be found.
5. Enter the path and choose Open. The logo will be uploaded into the current R/3 System. If the logo/background picture is to be transported into other systems as well, choose Transport.
6. Return to the initial screen and repeat the procedure after having entered the Name of your background picture as an object key.
Please note that the logo/background picture can only be displayed in ALV-based reports with an HTML header. Manually programmed reports such as business distribution plans are not based on the ALV.
If you have selected several initial objects, ALV-based reports in HR Funds and Position Management will automatically use a hiearchical-sequential display. A logo is not displayed here either. Note also that the logo cannot be printed (see print preview in program).
Make sure that the logo does not exceed a height of 100 pixels because it would mean that the header of the report will be scrollable.
Check the below links also,
http://www.sap-img.com/fu002.htm
http://www.sap-img.com/abap/alv-logo.htm
http://www.sapdevelopment.co.uk/reporting/alv/alvgrid_rephead.htm
Thanks & regards,
Shalini
‎2006 Sep 18 8:11 AM
HI,
u can also use the program RSTXLDMC.Execute it and specify ur filename..or goto SE78
Select 'Import' button (F5)
and upload.
in Script...
goto Text Elements..
Click INSERT->Graphics-> give name.
hope this helps,
do reward if it helps,
priya.
‎2006 Sep 18 9:10 AM
Hi Pankaj,
First u have to convert logo in .TIFF file then use report RSTXLDMC for upload logo in SAP then u can use that logo in sap-script through graphics.
Regards
Gaurav