How to Client Change Company Logo in SAP BEx

Hi Guys,
Could You please How to change Client Company Logo in Sap BW bex broadcaster buy Using the transaction Code:SE80
Thanks
Sankar Reddy K

Hi Sankar,
Try this:
1. Goto T.code SMW0.
2. select radiobutton 'BINATRY DATA FOR WEBRFC...'----> F8
3. Again execute .
4. goto create(F5)
5. enter Object name and Description
6. Press IMPORT(shift + F6)
7. Select Picture to import
Regards,
Loed

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

  • Can any one tell me how to include the company logo and some poictures into the Teststand report

    1. Can any one tell me how to include the company logo and some pictures into the Teststand report?
    2. How to include the waveforms into the report?

    http://zone.ni.com/devzone/cda/epd/p/id/3619
    jigg
    CTA, CLA
    teststandhelp.com
    ~Will work for kudos and/or BBQ~

  • How do apply my company logo to the signature of my iPhone?

    How do apply my company logo to the signature of my iPhone?

    Unfortunately you don't, as the iOS signature settings are limited and downright crappy.  You can't even use a color other than black.
    There's a few signature apps in the App Store that might suit your needs though.

  • How to change company logo dynamically using login information of the user in flex4 CSS styl method?

    hi all,
    I am doing mxml flex4 web application. i am using a login in my application. this login for multi user  purpose.
    My need is when a user login using his username and password his company logo should show the top of my application and his copyright details show the bottom of my application
    if another user login means his company logo and copywrights should show in my application.
    This logo and copyrights details should change dynamically based on the login information.
    I want to create this using CSS file (skins and sparks)
    How to do this,i am struck in this place,
    Looking for useful and helpful suggession or snippet code,
    Thanks in advance,
    Cheers,
    B.Venkatesan.

    If the user is logging in, presumably you are having the user hit a back end web-server and database and using something like Blaze to connect? Right?
    I personally would not do this with CSS. I would map the company icons to the users in the DB, retrieve the proper company icon and then pass it down (or embed it in the app) when the user logs in. Then, I would just set the source of the icon to be what I passed down:
    Add your image where you want it to go:
    <s:Image id="emptyImage" x="locationx" y="locationy".../>
    Then in your ActionScript, when the user logs in and you know what company the user belongs you could do this:
    private function loginUserBlazeResponse(resultEvent:ResultEvent):void {
    var bytes:ByteArray = ByteArray(resultEvent.target);
    emptyImage.source = bytes;
    addElement(img);
    img.visible = false;
    img.addEventListener(FlexEvent.UPDATE_COMPLETE, imageLoaded);

  • How to change existing logo in SAP which has already been edited

    Dear All,
    I've been given the task of changing the logo on the SAP logon screen. i know the steps to do it...going to SMW0, changing MIME editor etc.
    My problem is: that there's an edited logo already existing which is on display. i've found out the name and it is visible in the SMW0. i've gone to settings-->Assign MIME Editor
    and have done setting: MIME TYPE: image/bmp; Editor: C:\Windows\System32\mspaint.exe
    after saving this setting, when i click on that particulat obj. name and click on disp or change, it displays following message:
    c:\windows\system32\~wwwtmp.bmp was not found
    nothing else happens!
    where am i going wrong...what should i do...please help.
    Regards,
    Tejasav

    Hi Tejasav,
    For assistance with this issue please see the following link which should help you out;
    https://service.sap.com/sap/support/notes/1292374
    Best of luck,
    Derrick Hurley
    ABAP Development Workbench
    SAP

  • Want to change company logo and address.

    Hi all,
    Here i have one Standard print report "SAPF130K" for customer or vendor balance conformation . But when i run this report this time i get logo of company "IDES HOLDING AG" and getting address of this company. but customer number and his address get properly but now i want to get my company logo place of this "ides holding ag" . For this i find many thing in SE71 tcode but i am still not able to change this logo and address so can u please kindly help me out how can i change this both.
    Thanks in Advance.
    Keyur

    @  Anurag_N: This is not ALV, but SAP SCRIPT report.
    Hello,
    This standard report is using form F130_CONFIRM_01 for the printing purpose.
    Please check in this form, how you can handle ur logo.
    R u doing any config for printing this report for the form etc?
    This text is coming from the window ADDRESS and the below inlude:
    INCLUDE &T001G-TXTAB& OBJECT TEXT ID ADRS LANGUAGE &T001-SPRAS&, where &T001G-TXTAB& for me is coming as
    ADRS_SENDER.
    So, just add ur logo in the standard text ADRS_SENDER in SO10, you will c it in the sap script layout.
    But, i am not sure how this variable &T001G-TXTAB&  gets populated and if it will get changed for soem other value.
    Edited by: Kanwardeep Singh Gill on Apr 9, 2010 12:30 PM
    Edited by: Kanwardeep Singh Gill on Apr 9, 2010 12:35 PM

  • How to print a company logo on top right corner in pdf

    Hello together,
    how can I print a company logo in a PDF-Document (Print Version; 0Analysis_Pattern_Export) on the top right corner. I created a own web template which just contains the company logo and included this template in the ZAnalysis_Pattern_Export (a copy of 0Analysis_Pattern_Export). I don't know what I have to change to get this logo (I have the path of the MIME and all that...) at the top right corner in the PDF-Document. In the own template I can change it from left, through middle to right, but without any consequences to the final PDF-Document.
    Thanks in advance and kind regards
    Boris

    Hello Beat,
    thanks for your answer. But maybe I described it wrong. I have the logo still on my PDF-Document. I just want to have it on the top right corner and not, like it is now, on the left side of the paper. So the only question is how to move the logo to the top right corner?
    Kind regards
    Boris

  • Change of Logo in SAP Easy Access

    Hello All
    I am trying to change the image seen on the right side of the SAP Easy Access initial screen. I need to display my company's logo there. FOr this reason, I was going through the include LSMTR_NAVIGATIONFOE. In this include, there is a function module NAVIGATION_READ_PARAMETERS. Thsi function module, upon execution is giving me the name of initial image that is getting populated now. It is ZIDESLOGO. I want to know form where this image is getting populated. I have seen SE78 also, but there is no such image available there. I want to know where from this image is getting so that I can change the image there and I will get my own designed image. Please let me know the proces.
    Thanks
    M A
    Message was edited by:
            Mohammed Ahmed

    This is the sap recommended procedure:
    Change the logo in the right-hand side of the initial screen
    -   To put your company logo in the right-hand side of the initial
        screen:
        Put your picture in the database with the transaction SMW0
        "Binary data" options, e.g. in ".GIF" format.
        Put a record with the picture name in the key "START_IMAGE" of
        the table SSM_CUST in the View maintenance transaction SM30.
    -   You can adjust the picture to the window size automatically or
        center it in the right-hand side of the initial screen
        ("RESIZE_IMAGE" "YES" or "NO" in the table SSM_CUST).
    -   You can deactivate the picture globally so that noone sees it
        with "HIDE_START_IMAGE" "YES" in the table SSM_CUST.
        User-specific picture display settings are then ignored.
    Regards,
    ravi

  • Changing Company Logo

    Can you please assist in helping me change the company logo on the buyside screen.  This is the logo that is located in the top left hand corner of the buyside screen.  I've uploaded the gif. file to the company profile page and I've changed the property value to reflect  custom/companylogo/<company.id>/<image.gif>, where <company.id> specifies the External ID from the company and the <image.fig> specifies the name of the image file.      I've also refreshed the cache.    I've gotten the biogenyx logo to leave however now there is only a small box with a red x in it??
    Thanks,

    Hi Kamalakar,
    Can you please explain it in detail..
    Like I was trying to add a jar file into existing ear file but getting errors...
    Please tell me how to deploy this companylogos.jar file into ear file..
    Thanks and regards,
    Himanshu Sharma

  • How can I change the logo in a template?

    Hello everyone,
    I have searched the Oracle Reports documentation, these forums and the Metalink forums, but I really can't find an answer to what should be a really simple question. My question is: How can I set a logo (an image) in a report template (*.tdf file)? Defining things like a company logo is exactly the purpose of using templates, I think, so I find it strange that is is so difficult to do this. I must be missing something very obvious...
    All help will be much appreciated!
    By the way, I use reports builder 10.1.2.
    Regards,
    Frans

    I have got it!
    In the template editor, there is a button 'Edit Margin' which you can press to edit the margin of a template. This is needed because the log is a part of the report margin.
    Bye,
    Frans

  • How can client change link to external file in in-browser editing

    Hi, I made a website for a client. It has links to pdf files. Obviously they can change the text, but how can they change the link to another pdf file. Thank you.

    Sorry, this is not supported currently. Please vote for this idea: http://forums.adobe.com/message/5552091#5552091
    This helps the product team prioritize.
    Thanks,
    Abhishek

  • Dynamically Change Company Logo

    I want to create one form used by both of our companies. When the user selects their location, the cooresponding company logo displays at the top of the form including all new pages generated. I was able to get this working with JavaScript but ran into a problem when merging the data to a spreadsheet using Acrobat. The image data exports and creates a huge column of data in my spreadsheet. How do I prevent the image data from exporting to the spreadsheet? This problem does not happen with Acrobat version 10.0.0 but does occur with versions 10.1.11 and 10.1.12.

    If the user is logging in, presumably you are having the user hit a back end web-server and database and using something like Blaze to connect? Right?
    I personally would not do this with CSS. I would map the company icons to the users in the DB, retrieve the proper company icon and then pass it down (or embed it in the app) when the user logs in. Then, I would just set the source of the icon to be what I passed down:
    Add your image where you want it to go:
    <s:Image id="emptyImage" x="locationx" y="locationy".../>
    Then in your ActionScript, when the user logs in and you know what company the user belongs you could do this:
    private function loginUserBlazeResponse(resultEvent:ResultEvent):void {
    var bytes:ByteArray = ByteArray(resultEvent.target);
    emptyImage.source = bytes;
    addElement(img);
    img.visible = false;
    img.addEventListener(FlexEvent.UPDATE_COMPLETE, imageLoaded);

  • How to set default company logo in bex report(analyzer)?

    hi,
    i have a requirement that i need to create default template for my queries in bex analyzer. whenever i execute my query in analyzer the company logo should be on top of the query. i know how to do it in workbook but could you explain me how to set the default company logo in bex reports?
    thanks
    vadlamudi

    See the following document on creating a workbook template with an image: [http://www.researchsummary.ca/bw/Sample_Ch10.pdf]
    In BW, there is a table that stores the default workbook. The following snippet of code allows you to identify a custom workbook template as the default template for all end users.
    *& Report Z_SET_BEX_USER_TEMPLATE *
    *& Program to update all user's default template *
    REPORT Z_SET_BEX_USER_TEMPLATE.
    TABLES: rsrwbtemplate,
            usr01.
    PARAMETER: wbid LIKE rsrwbindex-workbookid.
    SELECT
    FROM
      usr01.
      MOVE: usr01-bname TO rsrwbtemplate-templateuser,
            wbid TO rsrwbtemplate-workbookid = wbid.
      UPDATE
        rsrwbtemplate.
      IF sy-subrc 0.
        INSERT
          rsrwbtemplate.
      ENDIF.
    ENDSELECT.

  • How to enable change password feature in SAP Netweaver Portal 7?

    Hi experts,
    I would like to provide a change password link just beside the logout link after user had successfully logged in to Sap Netweaver portal. When user clicks that link, a change password screen sill appear to allow user to change his/her password.
    Question:
    1) How do i create a link in portal header just beside the logout link?
    2) Is there any default change password page for Sap Netweaver Portal that I can use for this purpose?
    Thanks,
    Kenneth

    Hi,
    To get the change password link beside logout, get the masthead PAR file from portal, import into your NWDS, make the changes in the JSP and upload PAR file back to portal. Search with keyword "Masthead customization" in SDN. You will get many documents to achieve.
    SAP has password change functionality available. Chekc the link below for details.
    Re: Change Password Functionality
    Regards,
    Yoga

Maybe you are looking for

  • Takes too long to open a database

    Dear experts, we are trying to load a lot of data into BDB JE 4.1.10, and at the moment total size of all log files is about 306Gb (~ 55mln records with keys length 15-20 bytes and values 10-30KB), total number of files is 1570. Usage pattern: big ba

  • Connected to network but not the internet

    Hi all, Earlier today when I tried to get onto the web Safari wouldn't let me. It says I am not connected to the internet, although my airport has full bars. I was using the web this morning without any problems, this just suddenly happened. I have d

  • Is there any way in Firefox for android to use native handlers?

    In Firefox for windows or Linux, I can register a URL handler (e.g. mailto:) but android takes this to a new level with intents which can register responders for individual URIs as well as for and mine types. Are there any plans to natively support a

  • 404 resource not found error

    So I'm debugging my application when I suddenly start getting this error: No resource found (404) The requested URL /content/adeparchitecture-debug/adeparchitecture.html resulted in an error in org.apache.sling.servlets.resolver.internal.defaults.Def

  • Column Sets

    We are defining FSG reports for approx 30 different entities. Each entity has been defined with its own Set Of Books. I believe Column Sets can be defined once and used across multiple sets of books, however, row sets can't. Is there a way to define