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
714

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

6 REPLIES 6
Read only

Former Member
0 Likes
679

sorry i didnt get it , u mean you want to insert logo in ALV ? rht?

Read only

Former Member
0 Likes
679

and if u want to insert it into ALV here is the answer/code:

Write this in Top-of-page event in ALV.

Code:

FORM TOP_OF_PAGE.

CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'

EXPORTING

I_LOGO = 'ENJOYSAP_LOGO'

IT_LIST_COMMENTARY = GT_LIST_TOP_OF_PAGE.

ENDFORM.

Read only

Former Member
0 Likes
679

no,

insert the logo in the form of the sap script programme

means, in IDES already standard logo is there in the purchase order i.e. IDES logo, in that logo i have to change and put our company logo, hope u will understand and let me know how to do the same in details.

thanks

sujatha'

Read only

0 Likes
679

HI,

To insert logo in SAP script, follow the steps below:

/: INCLUDE Z_YOUR_LOGO OBJECT TEXT ID ST LANGUAGE E

These are the steps to be followed for uploading graphics in R/3 system

1. First save the file as BMP

2. Open the BMP file in IMaging (Goto -> Programs -> Accessories -> Imaging) and

make it Zoom as 100% and save as *.TIFF

3. Open SE38 and execute program RSTXLDMC

4. Give your TIFF file path name

5. Select Bcol (for Color)

6. TEXT ID will be ZHEX-MACRO-*.

7. Inplace of * write your own logo name (ZCOMPANYLOGO)

8. Execute the program

9. Now Goto SE71 create your ZFORM

10. Create logo window

11. Goto text element of logo window

or

In 4.6x :-

1. Goto SE71 Change the mode to GRAPHICAL

2. Choose the Graph Tabstrips

3. Now type in some name for the LOGO WINDOW

4. Press the IMPORT BUTTON and then IMPORT the BMP file from your DESKTOP

5. The code will be written automatically. You just need to drag and drop wherever you want

the graphics to be.

Regards,

Omkar.

Read only

0 Likes
679

hello,

thanks for yr suggestions once again thanks, while doing so, i could not able to upload the logo, and getting the erros of

Uploading TIFF Files to SAPscript Texts

Load File

C:\ UNIVERSITY LOGO.TIF

Error when Loading File

pls let me know how to avoid the erros.

do the needful urgently.

thanks

sujatha

Read only

0 Likes
679

Hi,

we have maintained ZA output types corresponding to partner number as Personnel number and we have not maintained the address for the Pernr as thats how our business works. now the issue is when we process the output type ZA , we get an error in "output processing analysis" that adrnr is not maintained how can we suppress the error ??

the error comes after it does not receives adrnr in FM 'ADDR_GET_NEXT_COMM_TYPE' for the form output.