Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Insert the logo

Former Member
0 Likes
666

hello,

i wanto insert our logo in the standard format of the purchase order right, before that i made the z file ok, in that z file i want to insert our logo, how to do the same and let me know in details.

pls do the needful urgently.

thanks

sujatha

5 REPLIES 5
Read only

Former Member
0 Likes
607

Hi Sujatha

Hope this will help you.

Pls reward pts if help.

Regards

Deepanker

In the transaction OAOR, you should be able to insert your company Logo.

GOTO - OAOR (Business Document Navigator)

Give Class Name - PICTURES Class Type - OT..... then Execute

It will show you the list, then select ENJOYSAP_LOGO.

On that list, you will find one control with a "create" tab.

Click std. doc types.

Select SCREEN and double-click.

It will push FILE selection screen.

Select your company logo (.gif) and press OK.

It will ask for a description- for instance: "company logo".

It will let you know your doc has been stored successfully.

You can find your logo under ENJOYSAP_LOGO->Screen->company logo.

Just run your ALV program, you should find your company logo in place of the EnjoySAP logo.

FORM TOP-OF-PAGE.

CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'

EXPORTING

IT_LIST_COMMENTARY = HEADING[]

I_LOGO = 'ENJOYSAP_LOGO'

I_END_OF_LIST_GRID ='GT_LIST_TOP_OF_PAGE'.

.

ENDFORM. "TOP-OF-PAGE

Here 'ENJOYSAP_LOGO' will replace by ur created logo.

Refer this link

http://www.sapdevelopment.co.uk/reporting/alv/alvgrid_enhanced.htm

http://www.sap-img.com/abap/alv-logo.htm

http://www.sap-img.com/fu002.htm

Pls reward pts if help.

Read only

0 Likes
607

hello,

thanks for your reply, also i want to let u know that, i want to insert our logo in the form of the sap script no the programme, let me know how to do the same in details.

thanks

suja

Read only

0 Likes
607

Hi Sujatha,

go to SE78->expand Graphics->double click on BMAP->press F5(import)->browse the bmp file from where u want to import(Filename)->Enter the name of logo on which u want to save->enter description->select color radio button if u want->click on Enter->Save.

go to ur sap script then add the logo which u saved in se78.

Remember the logo which u want to display in scripts is having with ".bmp" file.

award points,if it is useful.

thank you

chandu.

Read only

Former Member
0 Likes
607

Hi Sujatha,

i didn't get u,can u plz tl me clearly.

Thank you,

chandu.

Read only

Former Member
0 Likes
607

Hi,

If I had got the requirement correct,

you want to insert a logo in a standard script for PO,

I think for this requirement, first thing you need to do is,

Identify the script that gets triggered, Copy that standard script into a Z script,

Make some configure changes that your Zscript gets triggered and then goto se78 and upload the logo.

create a logo window in your Zscript and then go to text editor and print the logo

: INCLUDE Z_COMPANY_LOGO OBJECT GRAPHICS ID BMON LANGUAGE EN

also check out the below link, its very useful:

http://www.sap-img.com/ts001.htm

Reward points if useful