Logo resolution in SE78

Hi
We are trying to upload a logo via transaction se78.Default resolution is 75 DPI and we are not able to change it ( the matchcode to change it is grey/deactivated).
does anyone know how to change this default resolution to one higher in the upload? We dont want to change the resolution when we call the LOGO from the sapform, we want to upload it to 300dpi.
Thanks in advance.

hi,
the tricky way top approach this object is upload an image wjich suits ur requirement in the system(i mean the resolution) and then use it.trying to change an uploaded image doesnt work out .

Similar Messages

  • How to download SAP LOGO's from SE78 to Local Desktop

    Hi friends,
    I am trying to down load one of our diagram from SE78 to Local desktop, But in SE78 only Import option is there, Can anyone help me how to down load this logo into local desktop as a BMP File.
    Thnx
    Mohana

    Hi,
    You can't Download LOGO using SE78 But use the following Steps as TIP in this way you will be able to do that.
    Take the Preview of that Logo i think that there is solution for that
    --> Take a Screen Shot and past it in Paint
    --> and in this way you can save this LOGO as BMP
    Hope will help you to solve out your problem,
    Kind Regards,
    Faisal

  • Resolution setting for SE78

    HI,
    I have an old logo our system for that the resolution in SE78 is 300 DPI  now when I am trying to uplaod new logo default resolution is coming as 75 DPI  and it is in display mode only which i want to change to 300 DPI i have search thread but not found proper solution  my actual requirement is I want to uplaod new logo that is to be printed on Purchase order print out  which is a sap script.
    ref. thread.
      Cannot change Resolution on SE78
    and also some other thread.
    regards,
    zafar

    Hi,
      The problem solve by mentioning the DPI in SAP SCRIPT the code which w= iwas adding was DPI '300' the image was not coming due to this ' ' after removing of comma   DPI 300 it works.
    regards,
    zafar

  • Logo upload in SAP SCRIPT(urgent)

    can any one tell me transaction in sap to UPLOAD a logo in sap and how to include in sapscript.

    Hi,
    You can UPLOAD your logo directly in SE78.
    SE78>Graphics>BMAP grid screen. click on it.
    give ur logo name .bmp file.
    or in SE38 run prog:RSTXLDMC there you need to give your logo name saved as .tiff file in your desktop.
    Thanks.
    Message was edited by: Deepak333 k

  • Logo does not appear on the printed adobe form

    Per the solution provided by Tejaswini
    Inserting a Graphic in adobe form using SFP
    I am able to upload the logo avaialble at SE78.
    I did the binding etc as per the thread above.
    But the print preview or print of the Form does not show the Logo.
    Does this have anything to do with the printer?
    Please advise.
    Thanks,
    Ven

    Are you referring to Adobe from?
    I am not able to see any SAP Logo in the library.
    Can you please elaborate a little more?
    Thanks,
    Ven
    SAP does not seem to support SE78 texts.
    Closing the thread.
    Thanks
    Edited by: Venkatabby on Jun 18, 2010 4:23 PM

  • How to change logo in sap provided smartform

    Hi gurus,
    How to change logo in sap provided smartform
    Regards
    Naveen

    select your logo in tcode se78 and check if it is color or black and white logo , after that copy your smartfrom to zsmartfrom  then goto tocde samrtfrom and click the logo window and change the name.
    otherwise  goto smartform check logo name and   upload the new logo with same name . it will disply new logo. before overwrite the logo check this logo  was using some other forms alao..

  • Image in tcode se78.

    Well I uploaded a logo through tcode se78.
    The image was initially in .jpg format. I converted it into .bmp using paintbrush.
    The background of the logo is white. But when I upload this logo into sap through se78 the background gets a light grey shade & is also reflected in print.
    Now I don't want the grey shade & want the background of the logo to be white.
    Kindly suggest a solution.

    Hi All,
    even i am getting same problem.  I tried the same.
    conveted 256 color bitmap and then uploadded it.   not working. again   back ground is grey.
    Can any boady explainhow to seleve it.
    REgards,
    Kishan

  • Sap script address and logo change

    Dear gurus,
    I have requirment to change address and logo in existing form(z110_prenum-chck) and i don't know what you need to do to change address and logo. Please let me know what i need to know before changing any thing. Do i need to go in driver program and change something for address change.
    Thanks in advance.
    Regards
    Dave

    Hi,
    1.Please upload the new logo using tcode : SE78
    2. Go to the form, go to corresponding page--> go to pc editior --> Delete old image and insert new image which is uploaded by SE78.
    3)you can mainatain the address dynamically by calling the subroutine pool.
    the syntax is..
    /: PERFORM <form> IN PROGRAM zprog
    /: USING &FIELD1&
    /: USING &FIELD2&
    /: CHANGING &FIELD3&
    /: ENDPERFORM
    Regards
    Kiran Sure

  • Error durring Logo uploading

    Hi Friends.
    I was trying to upload logo with transaction SE78.
    But I am getting error as
    "TIFF format error: No baseline TIFF 6.0 file".
    What should I would have to do ?
    Will I have to change version of tif to 6.0 ?
    Regards,
    Amit

    Hi,
    Check whether you file is in .Tiff
    Your tif file must be a baseline 6.0 tif file. Depending on how you created it, it could be something else. Use the following converter to convert to tif. This is practically the only one that I found that actually works.
    http://www.ggcomputer.com/Tiff-converter.htm
    And Extension.
    Why don't you Upload through SE78.
    It will more eassy as well.
    Try with SE78 Tcode.Upload through it.
    Hey do one thing.
    Delete your .Tiff file completely and save it once again.
    I think this is the only thing you can do for this.
    Thanks.
    Naveen

  • Dymnamic LOgo in adobe forms

    hi ,
       i am using the following code in form interface.
    CALL METHOD cl_ssf_xsf_utilities=>get_bds_graphic_as_bmp
    EXPORTING
    p_object = v_object " 'GRAPHICS'
    p_name = v_name " Name of the logo as in se78
    p_id = v_id " 'BMAP'
    p_btype = v_btype " 'BCOL' ( whether the image is in color or black and white )
    RECEIVING
    p_bmp = v_field
    EXCEPTIONS
    not_found = 1
    internal_error = 2
    OTHERS = 3.
    g_logo = v_field.
    IN the context of adobe form i created graphic and mentioned type as graphic content.In the field name i gave g_logo and mime type as bmp.
    In the layout i created a image field and binded with the graphic. As soon as bind it the field  type is  changed from image type to text field.How to solve it?
    pls help me.
    regards,
    sreelakshmi.

    Hi Sreelakshmi,
    please refer to this link,
    http://www.saplcc.com/ABAP
    it may useful to you..
    Regards!!!

  • How to c existing logo?

    Hi,
    I am trying to c existing logo in transaction SE78. I can't find it. My requirement is replacing old logo with new logo.
    Thanks
    Shiva

    HI,
    Can you try with a program <b>RSTXLDMC</b> to replace the logo
    Regards
    Sudheer

  • Background of logo appears grey

    Hi all,
    I tried to create a logo using transaction SE78, but in window the background of the logo appears grey, which should not.
    What should I do?

    Hi Mani,
    In case you are using script(since you have not mentioned whether you are using script or smartforms) please check whether you are specifying any intensity in the include statement
    Incase you are using smartforms then please check  the output options tab of that window in which you might have specified shading %.
    Regards,
    Subodh

  • Inverted Sap Script LOGO

    Hi Gems,
    I have an SAP Script layout where in the LOGO in the output appears to be inverted.
    But for some of us we are seeing the LOGO properly.
    Can any one suggest me where it is going wrong?
    Thanks
    Dan

    Hi,
         Two things:
    1) Upload the logo again using SE78
    2) If you are seeing the Print preview and not Print out take a print out and see the same..
    Raghav

  • How to Modify medruck form to include company logo.

    explain in detail ,
        How to Modify medruck form to include company logo.

    Hi Sandeep,
    As said by Chythanya we can do modification only in the original language.
    after that goto the Text Elements (F9).
    Menu Path
    Insert ---> Graphics
    Now u get a window Include Graphics
    select the Tab Stored on Document Server . Here given the name of logo in Name Field and press Enter.
    u can see this in ur editor
    /:  BITMAP 'SAPLOGO1' OBJECT GRAPHICS ID BMAP TYPE BCOL
    U can Upload the LOGO using transaction SE78
    Best regrads,
    raam

  • Inserting a Graphic in adobe form using SFP

    Hi all,
           by using Form & Interface in SFP Transaction
           i want to display a logo(image) not by using url(not images from hard disk), i want to use the image which is present in the sap (ie., i want to use the images in se78).  How can i achieve this????
    I used the following procedure, even though i couldnt achieve:
    1.      Select an existing node in the context, under which you want to create a graphic node.
           2.      In the context menu of the node, choose Create ® Graphic.
           3.      The system creates a graphic node under the selected node. Enter the required data about the graphic in the Properties window under the form context.
    You can choose from the following graphic types:
    ○       Graphic Reference
    Choose this option if you want to insert a graphic from its address (URL). The URL can point to a Web server or to a file system. You must be able to access the graphic at the specified URL. This means that you may have to configure appropriate access rights for Adobe Document Services (ADS). Graphics stored in MIME Repository cannot be accessed through a URL. To use these graphics, choose Graphic Content.
    ○       Graphic Content
    Choose this option if you want to specify graphic content using a field. This field contains all image information at runtime. The graphics must be in MIME Repository.
           4.      The entries you need to make depend on whether you chose Graphic Reference or Graphic Content in the last step.
    ○       If you have chosen Graphic Reference as your graphic type, enter the URL of the graphic.
    Note
    In Adobe LiveCycle Designer, you can choose whether the system gets the graphic at runtime, or whether the graphic is embedded in the form. For more information, see the online help in Adobe Designer.
    ○       If you have specified Graphic Content as your graphic type, you must do the following:
    ■       In Field, enter a field name from the interface.  The field must have the type STRING (graphical data is Base64-coded) or XSTRING (for binary-coded graphical data).
    ■       Enter a valid MIME type, such as u2019image/bmpu2019.
           5.      Under Conditions, enter the prerequisites that need to be met before the graphic node is processed at runtime and displayed in the form.
    I cant get the image....................................
    Please provide the step by step details.....
    Thanks,
    Vichu

    The correct code is as follows,
    REPORT  ZTEST_GRAPHIC_MIME.
              Data Declaration           ***
    DATA: fm_name TYPE funcname,                              " Captures the Generated Function Module name
          w_sfpoutputparams TYPE sfpoutputparams,             " Print and Spool Dialog settings
          w_docparams TYPE sfpdocparams.                      " Print and Spool Dialog settings
    DATA: w_binary TYPE xstring,                              " Contains converted logo
          w_base64 TYPE string,                               " Contains image type
          v_name type STXBITMAPS-TDNAME.                      " Contains logo name which is in se78
              Function Modules            ***
    CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'                   " Will contain the name of generated Function Module Name...
      EXPORTING
        I_NAME                     = 'ZTEST_GRAPHIC'
    IMPORTING
        E_FUNCNAME                 = fm_name
      E_INTERFACE_TYPE           =
    CALL FUNCTION 'FP_JOB_OPEN'                               " To Open the Form for Printing...
      CHANGING
        IE_OUTPUTPARAMS       = w_sfpoutputparams
    EXCEPTIONS
       CANCEL                = 1
       USAGE_ERROR           = 2
       SYSTEM_ERROR          = 3
       INTERNAL_ERROR        = 4
       OTHERS                = 5
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    v_name = 'ENJOY'.                                         " Name of the logo as in se78
    w_base64 = 'image/bmp'.                                   " Image Type
    CALL METHOD CL_SSF_XSF_UTILITIES=>GET_BDS_GRAPHIC_AS_BMP  " Get a BDS Graphic in BMP Format (Using a Cache)
      EXPORTING
        P_OBJECT       = 'GRAPHICS'
        P_NAME         = v_name                               " Name of the logo as in se78
        P_ID           = 'BMAP'
        P_BTYPE        = 'BCOL'                               " BCOL'( whether the image is in color or black and white )
      RECEIVING
        P_BMP          = w_binary
      EXCEPTIONS
        NOT_FOUND      = 1
        INTERNAL_ERROR = 2
        others         = 3
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CALL FUNCTION fm_name                                     " Generated Adobe Form Function Module(/1BCDWB/SM00000173)...
      EXPORTING
        /1BCDWB/DOCPARAMS        = w_docparams
        GRAPHIC_BINARY           = w_binary
        GRAPHIC_BASE64           = w_base64
    IMPORTING
      /1BCDWB/FORMOUTPUT       =
    EXCEPTIONS
       USAGE_ERROR              = 1
       SYSTEM_ERROR             = 2
       INTERNAL_ERROR           = 3
       OTHERS                   = 4
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CALL FUNCTION 'FP_JOB_CLOSE'                              " To Close The Form For Printing
    IMPORTING
      E_RESULT             =
    EXCEPTIONS
       USAGE_ERROR          = 1
       SYSTEM_ERROR         = 2
       INTERNAL_ERROR       = 3
       OTHERS               = 4
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.

Maybe you are looking for

  • Not able to get the data in PE51

    Dear Freinds,               I have copied similar to the standard in IN01 , in the Pe51> Windows i have kept under W1 all the wage types which comes under earnings and when i execute the payslip   i.e  in the simulation run and when i view the form i

  • Displays preference pane crashes after update to 10.6.5

    After upgrading to 10.6.5, the Displays preference pane crashes whenever opened (stack trace below). It appears to be missing functions in the DisplayServices framework - perhaps the update process didn't complete successfully? Also, since this updat

  • How to use substitution variable in case of dim build

    Hi all, Lets say I have 3 sub vars - Prevmonth, prevmonth-1, prevmonth-2. These will change every quarter. I want to build a cube which will have which will have only the above 3 months in the Fiscal dimension. This will be used once at the end of qu

  • ** CONTACT MANAGER and CONTACT CATEGORIES **

    I am a 9930 owner. Is there any discussion about fixing the Contact Manager in the new OS to include more of vCard fields as in BB OS version 7x and prior? We need Contact Categories field in the Contact Manager and the tight integration with MS Outl

  • Payment medium work bench

    Hi, Any body can tell me where we can assingn payment medium workbench for all three in the following formats: XXX                    Domestic payment transations AA XXX_zzzz            Domestic Payment transaction AA XXXX_yy_ZZ         Domestic Paym