cancel
Showing results for 
Search instead for 
Did you mean: 

logo upload

Former Member
0 Kudos

i want to upload a *.bmp file in sap system and i want to use it in sap form can anybody tell me the procedure

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Amar,

Go to Transaction SE78 and Import graphic to upload your .bmp logo.

Regards,

George

    • Reward points if you find this tip useful

Answers (1)

Answers (1)

anversha_s
Active Contributor
0 Kudos

hi,

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



CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
EXPORTING
IT_LIST_COMMENTARY = IT_LISTHEADER
i_logo = Logo name 
* I_END_OF_LIST_GRID =
.

Regards

Anver

Former Member
0 Kudos

i want to upload in sap system for sap script