Uploading logo to SAP Script

Hi,
Can you please let me know the steps to upload the logo and to call it from SAP Script. I have the logo in the Word Document.
Thanks in advance,
Ishaq.

Hi,
Use TCode SE78 and import logo to R/3.
Select GRAPHICS> BMP, select ur logo on Legacy sys.> Transport.
Now ur logo has been transfrred to R/3 which is on desktop/legacy.
NOw in logo window, in script editor, under menu options, INSERT--> LOGO.
Activate and execute.
Revert back if any issues.
Reward with points if helpful
Regards
Naveen

Similar Messages

  • Problems while uploading company logo into sap script

    Hi Experts,
      When i am inserting company logo into sap scripts, i successfully uploaded, but the problem is i am getting black and white image instead of color,but in RSTXLDMC i am giving parameter as BCOL only, could anybody help to get my problem resolved. it is very urgent. The logo which i am inserting is colored.
    bye
    M.Rajendra Singh

    HI
    GOOD
    How to Upload graphics (IMAGE) to your Sapscript?
    Command in your Sapscript
    /: 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. 
    Please note that in 4.6c onwards, you can also used Windows Bitmap file ( .BMP).
    THANKS
    MRUTYUN

  • How to insert a logo in sap script?

    How to insert a logo in sap script?

    Steps to insert a logo,
    I
    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
    II
    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.
    III
    1 ) create a bmp file in local system
    2 )RSTXLDMC FM to upload image in tiff format.
    Also check these links...
    Logo in SAP SCRIPT
    Re: Uploading a (Image) Logo in your Sap Script
    Need Urgent Help for Logo Uploading the Sap Script
    sap script  logo
    http://www.sap-img.com/ts001.htm
    Regards,
    Sakthi Sri.

  • Regarding Uploading Logo into SAP

    Hi,
    I want to upload a <b>coloured logo</b> from my desktop to SAP.
    Then i want to upload that coloured Logo into my <b>SAP Script output</b>.
    Then i want to make that Coloured logo to be Printed on Layout screen visible as with same color as i uploaded.
    While printing the same form also i should get coloured output on the screen.
    Can anybody explain this whole process step wise.
    How i can achieve the same!
    Thanks in advance.
    Thanks & Regards,
    Prasad.

    HI
    GOOD
    How to Upload graphics (IMAGE) to your Sapscript?
    Command in your Sapscript
    /: 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. 
    Please note that in 4.6c onwards, you can also used Windows Bitmap file ( .BMP).
    THANKS
    MRUTYUN

  • Upload LOGO in SAP

    Hi,
    I wanted to upload logo through t-code OAER.
    I have gone through following steps.
    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.
    In this transaction the ENJOYSAP_LOGO had one default SAP logo.
    I need to replace it with our company logo.
    The problem comes when i deleted the existing logo.
    The ENJOYSAP_LOGO tab disappears from the screen.
    Now how should i upload the logo?
    Regards,
    Deepak.

    hi,
    goto OAER transaction,
    enter class name --pictures
    class type  OT
    object key  ENJOYSAP_LOGO and F8.
    then crate your company logo.
    it will store logo under ENJOYSAP_LOGO folder only.
    regards
    prajwala

  • LOGO in SAP Script

    I have a bitmap image i want to add to a standard SAPScript..I have created a Z copy of the script. I would like to add it to the header window. I used the INSERT ->GRAPHIC command, but with that the graphic is printed on the next line. The graphic needs to be right aligned. Please advise. Its urgent.

    well..it does not happen still..
    see..this is wat i do..
    i opened the form in DE(original language).
    Created a graphic window to the right of the page where i wanted.
    Added the graphic.
    Clicked on Utilities->Change to original language and converted to EN.
    Saved and opened the form in EN.
    The graphic was also not imported and the text editor is still in the display mode.
    Pl advise.

  • About sap script

    Hi,
    i need to upload logo in sap script according to company code.
    we have one sap script and we want to change logo according to company code.
    how can i write condition in sap script..
    sample code woule be appericiated.
    please neaded urgently...
    Thanks,
    Jignesh

    Hi,
    You have two options here.
    <b>[1].</b>  Write a condition for each company code and print logo accordingly. It looks like this
    /: IF &COMPANY& = 'COM1'.
       * print logo for company COM1
    /: ELSEIF &COMPANY& = 'COM2'.
       * print logo of company COM2
    /: ELSEIF &COMPANY& = 'COM3'.
       * print logo of company COM3 
    /:  ENDIF.
    <b>[2].</b> Create a custom table and maintain logo entry ( LOGO name, Object, ID, Colorm DPI ).
    Get the data from table based on company code and
    display logo. In this case your code would be line this.
    /*   *&*** Define symbol for LOGO **********************************&*
    /:   DEFINE &ZLOGO& = ' '.                                                   
    /:   DEFINE &ZOBJECT& = ' '.                                                 
    /:   DEFINE &ZID& =' '.                                                      
    /:   DEFINE &ZCOLOR& = ' '.                                                  
    /:   DEFINE &ZDPI& = ' '.                                                    
    /*   *&*** Call form routien GET_LOGO to get LOGO detail  ***********&*
    /:   PERFORM GET_LOGO IN PROGRAM ZRMM_POPOOL                                 
    /:   USING &EKKO-BUKRS&                                                      
    /:   CHANGING &ZLOGO&                                                        
    /:   CHANGING &ZOBJECT&                                                      
    /:   CHANGING &ZID&                                                          
    /:   CHANGING &ZCOLOR&                                                       
    /:   CHANGING &ZDPI&                                                         
    /:   ENDPERFORM                                                              
    /*   *&***** DISPLAY LOGO ******************************************&*
    /:   BITMAP &ZLOGO& OBJECT &ZOBJECT& ID &ZID& TYPE &ZCOLOR& DPI &ZDPI&
    We have the same situation for PO SAPScript. In fact we have logos stored based on "Company code" and "Profit center" conbination. So, we maintains on Z table with "company code' and "profit center" being key and store Logo, object, ID, color and DPI.
    You can also use the solution no 2. It is easy to implement. An in future if you add company code, just add entry in Z table, rest will work.
    Let me know if you need any other information.
    Regards,
    RS

  • Logo : SAP Script

    Hi all,
    I want to insert my company logo in SAP SCRIPT.
    Am newbie to SAPSCript .
    I am facing prob's in the foll areas.
    1)While running the pgm  'RSTXLDMC' and give the path of my TIF File ,the foll error is thrown...
    "Load File
    c:\dsf.tif
    The file contains 22,380 bytes
    This is not a TIFF file byte order <> 11 /MM
    Only TIFF files can be uploaded for type BCOL"
    I tried to chage the extension of my logo from tif to tiff,but that ext type is not supported in my system.
    Wht is the problem
    2) If uploaded successfully,Where this files will get stored .I mean in which table ?
    3) Can we insert this in my std text i.e) SO10 trans
    Valuable pts will be awarded.
    Advance thanks,
    J

    Hi,
    How to Upload graphics (IMAGE) to your Sapscript?
    Command in your Sapscript
    /: 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. 
    Please note that in 4.6c onwards, you can also used Windows Bitmap file ( .BMP).
    http://www.sap-img.com/ts001.htm
    http://www.sap-img.com/sapscripts.htm
    Refer the above links.
    Hope this helps.

  • How to create and upload logo into script

    hi guys,
                can you help me how to create logo and upload the logo into sap script please...

    Hi
    Welcome to SDN forum
         SAP SCRIPT
    To create a logo in SAP printouts just do the following
    1. Save a Logo using Imaging, Paint shop Pro or Corel Draw as Tiff file.
    2. Run  program RSTXLDMC and enter the following parameters
       Enter file name                     C:\COMPLOGO.TIF
       UOM                           CM
        Line width for text                132
        Text name                     ZHEX-MACRO-COMPLOGO
        Text ID                          ST
        Text language = E
        Number of Tiff gray levels (2,4,9) 2
    3.  Then Create a new window 'COMP' with attributes;
    Window COMP description Company Logo
    Left margin 7.00 CH window width 10.00 CH
    Upper margin LN window height 8.00 LN
    Finally in the text element, mention
            /: INCLUDE 'ZHEX-MACRO-COMPLOGO' OBJECT TEXT ID ST LANGUAGE 'E'.
    Please note that if object name is not indicated as 'ZHEX...’ the logo may not be printed!
    You will not be able to see the logo in a test print. The same will be printed in actual printout.
                          SMARTFORM
    1)     In Smart Forms Editor, In left pane, right Click any Page (say Page1) and select Create -> Window, Give it a name and Description (Say Window1)
    2) Right Click on Window (Window 1) and select Create -> Graphics, Give it a name and description
    3) In general Attributes, Select Name, get search help (F4) , you will find a list of pictures
    4) Select any picture and set its Resolution in DPI
    5) Press F9 to open Smart Forms Builder, Select window (Window1) and In Output options window set, size and   position of the Logo
    6) Set any other parameters if required, save and activate.
    7) If there is only 1 Window in the forms, set it as Main Window in general attributes.
    8) Use  TCode SE78 to upload new pictures and logos.
    look at Thread Dynamic Graph in smartforms
    Refer the links also -
    Re: Dinamic Graph in smartforms
    How to get file perperties in Unix server
    regards
    Anji

  • How to upload 'Tiff' file in scripts

    hi
    how to upload 'Tiff' file in scripts

    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,

  • Upload Logo

    How can i upload a logo in SAP Script.?
    Is there any function module to convert the amount in words with paise.? (i.e) for example 10.50 as "Rupees ten and fifty paise only".

    GOTO SE78, upload your logo in SE78..
    Come back to your SApscript, goto the window you want to place the logo, menu, insert --> graphics and give the name of the logo that you have uploaded.
    CALL FUNCTION 'HR_IN_CHG_INR_WRDS'
    check the sample code
    DATA : AMT_IN_WORDS(200).
    CALL FUNCTION 'HR_IN_CHG_INR_WRDS'
    EXPORTING
    AMT_IN_NUM = '99999999999'
    IMPORTING
    AMT_IN_WORDS = AMT_IN_WORDS
    EXCEPTIONS
    DATA_TYPE_MISMATCH = 1
    OTHERS = 2.
    WRITE : AMT_IN_WORDS
    Regards
    Kiran Sure

  • Is any way to upload logo in HR payslip application throguh PE51

    Dear friends.
       I wish to know can we upload the logo in HR payslip form developed in PE51. if it is possible please tell me how can we do?.  i know how to upload the logo in SAP script.. but here.. in PE51 i dont have idea. please tell me
    regards
    naeem

    Hi Naim.
    If you are using ESS then please look at this following discussion
    REM Statement to SMARTFORMS in ESS
    However if you are using R/3 then there are two posibilties.
    either use tcode HRFORMS to build an smart form
    or you can modify the International Remuneration Statement  program RPCEDTX0, and while you open the program, search the subroutine PERFORM PRINT-COMPLETE-PAYROLL.uncomment this subroutine and call your smart form function module using the blatt internal table for the data output that is filled by your PE51 form.
    Please reward points if it helps you out.
    Babar

  • About sap scripts

    i want to post logo in sap scripts can any guide me
    raju

    Hi Karthik,
    To create a logo in SAP printouts just do the following
    1. Save a Logo using Imaging, Paint shop Pro or Corel Draw as Tiff file.
    2. Run program RSTXLDMC and enter the following parameters
    Enter file name C:\COMPLOGO.TIF
    UOM CM
    Line width for text 132
    Text name ZHEX-MACRO-COMPLOGO
    Text ID ST
    Text language = E
    Number of Tiff gray levels (2,4,9) 2
    3. Then Create a new window 'COMP' with attributes;
    Window COMP description Company Logo
    Left margin 7.00 CH window width 10.00 CH
    Upper margin LN window height 8.00 LN
    Finally in the text element, mention
    /: INCLUDE 'ZHEX-MACRO-COMPLOGO' OBJECT TEXT ID ST LANGUAGE 'E'.
    Please note that if object name is not indicated as 'ZHEX...’ the logo may not be printed!
    You will not be able to see the logo in a test print. The same will be printed in actual printout.
    SMARTFORM
    1) In Smart Forms Editor, In left pane, right Click any Page (say Page1) and select Create -> Window, Give it a name and Description (Say Window1)
    2) Right Click on Window (Window 1) and select Create -> Graphics, Give it a name and description
    3) In general Attributes, Select Name, get search help (F4) , you will find a list of pictures
    4) Select any picture and set its Resolution in DPI
    5) Press F9 to open Smart Forms Builder, Select window (Window1) and In Output options window set, size and position of the Logo
    6) Set any other parameters if required, save and activate.
    7) If there is only 1 Window in the forms, set it as Main Window in general attributes.
    8) Use TCode SE78 to upload new pictures and logos.
    Regards,
    Satish

  • Uploading logo in se78:problem

    hi to all
    help me in this issue
    when i am uploading logo it is giving error saying no coulur table avaible .
    what is differnce between stored in document server and stored as text graphics
    thanks in advance
    kiran reddy

    Try this
    Regarding Uploading Logo into SAP
    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
    3) Then i want to make that Coloured logo to be Printed on Layout screen visible as with same color as i uploaded.
    - Answer from Step 2 has answered your question 3.
    4) While printing the same form also i should get coloured output on the screen.
    - Answer from Step 2 has answered your question 4.
    Hope the above help.

  • Sap script prgm

    . what takes most time in SapScript programming?
    . How do u use tab sets in layout sets?
    . How do u backup SapScript layout sets? Can u upload and download? HOW?

    Hi,
    1>Designing of the layout set takes a lot of time.
    2>In paragraph formats we can use the tab sets .
    3>We can do it with the help of program ->RSTXSCRP,by using this program we can upload and download SAP script.
    Award if u find useful.
    regards,
    Nagaraj

Maybe you are looking for

  • CUCM 8.6.2 - LowAvailableVirtualMemory

    Hi Guys, My Customer have the Cluster with 6 CUCM server and the Publisher is presenting LowAvailableVirtualMemory. I read the post below, but, Not stay clear what is the solution or if that another solution. Any have Idea about this? admin:show stat

  • Please help me, recover photos from computer to new ipod

    Ok, my daughter got her 4g 32gb ipod soaking wet, and it does not work anymore.  We got a replacement last night, and the old ipod had a bunch of photos on it that she needs for art class.  (We have a macbook pro for the synching).  We hooked up the

  • CRYSTAL XI SOME PARAMETERS ARE MISSING VALUES

    I have a huge problem with parameters in crystal reports XI. Iam developing using jdeveloper 10g and a jndi connection I use th following code into my jsp the report filelds are set correctly and they HAVE values but after the execution of the follow

  • Slow down every 10-20 minutes

    I just bought my MBP 13 inch with 4 gigs of ram early this month and I've been experiece slow downs that cause VLC to freeze frame and firefox to give me a loading cursor for 20-40 seconds. Any ideas what's going on?

  • GeForce 6600 & 6800 Ultra or 7800GT in G5 QUAD???

    Hello guys. What better for upgrade? I check tests-and see that 6600 better than Ultra... So... what card I need if I want change my 6600. Any ideas? Thanks for help...