How to add company logo to 11i EBS

How to add my company logo to 11i EBS
Thanks in advance

First upload  ur  required logo in  SAp  by  t-code  SE78.
Use teh  above mentioned  ALV code  for the same.
Try  to  search  on SDN for  the  u can find the  full  ALV code for the same.
..lakhan

Similar Messages

  • How to add company logo in z report

    Hi !
    i want to know how to add company logo into custom report ...
    generally we used below mentioned code for sap logo
    CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
    EXPORTING
    IT_LIST_COMMENTARY       = IT_LIST[]
       I_LOGO                   = 'ENJOYSAP_LOGO'.
    ENDFORM.            "top_of_page"
    what changes we need to do to add company logo into custom report
    Please guide
    Regards
    Sheetal

    First upload  ur  required logo in  SAp  by  t-code  SE78.
    Use teh  above mentioned  ALV code  for the same.
    Try  to  search  on SDN for  the  u can find the  full  ALV code for the same.
    ..lakhan

  • Want to add company logo in sharepoint site 2013 login page..

    hi,
    I am trying to setup a customize SharePoint login page with company logo, while searching I found that it requires FBA authentication enabled which I did. now I have challenge, how to add company logo in SharePoint login page so while heats to site users should
    able to see company logo on the login page. I would like to use AD accounts only to login. I do not need FBA authentication..
     can you please help me further..

    Hi Romeo,
    I have deployed same project ("http://sp2013customloginpage.codeplex.com/") to my SharePoint
    firm & able to see login page but am not able to login in my SharePointsite. Any clue?

  • Add Company Logo to BCM Chat Window

    Hi Experts,
    I am working on BCM 7.0. We have a requirement to add company logo on BCM Chat Window. Could you please guide me how to achieve this?
    Thanks in Advance.
    Thanks,
    Amit

    Hello Amit,
    to Add Company Logo to BCM chat window you should:
    1. Create a chat welcome prompt in SC> Queue Management>Prompts
    2. Set a link to a particular image under created prompt, under particular language.
    3. Create a queue schedule with default calendar (all days).
    4. See the result.
    BR,
    Anton.

  • 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);

  • Add company logo to login page in SRM 7.02

    Hey,
    I'm trying to add the company logo to the SRM login page.
    I've been searching in the forum but I can't find a real response on how to do this.
    Does anyone knows how to add the company logo to the login page in SRM 7.02?
    Best Regards.

    Hello Filipe,
    you have to maintain two points:
    1/ appropriate MIME repository for image,
    2/ specify the correct path for correct ICF service.
    1/ Appropriate MIME repository for image
    Create a new custom repository in repository /sap/public/bc/ur/Login/assets/.
    Upload image in this new repository
    2/ Specify the correct path for correct ICF service
    Either create a Z SRM NWBC service as reference to SRM service or directly modify the SRM service.
    Then, logon screen is handled through "Configuration" button:
    On new screen, click onto "Adjust Links and Images". Now, populate "Image" field from "Adjustment of the Logon Page" with your image path "/sap/public/bc/ur/Login/assets/myrepository/myimage.jpg"
    For NWBC_CFG table, find below SAP.HELP documentation:
    Configuration in Table NWBC_CFG
    Regards.
    Laurent.

  • How to add a logo to 'PO Output for Communication' report

    Dear All,
    There is a Standard Concurrent Program 'PO Output for Communication' in PO module.
    Can you please let me know which rtf template is being used for this report?
    Actually I need to add a company logo to this report, but I am not able to find out the layout where we need to place the logo.
    Thanks in adavance.

    Hi,
    There is a Standard Concurrent Program 'PO Output for Communication' in PO module.
    Can you please let me know which rtf template is being used for this report?
    Actually I need to add a company logo to this report, but I am not able to find out the layout where we need to place the logo.What is the application release?
    Please see these docs.
    POXPOPDF Seeded RTF Templates for the PO Output for Communication [ID 549508.1]
    How to modify XSLFO report to add Logos and also watermark the draft for non approved PO print reports which are possible in XML? [ID 420671.1]
    New Template Not Picked By PO Output For Communication [ID 416578.1]
    POXPOPDF PO Output For Communication Completes In Error when using RTF template [ID 434774.1]
    R12 : PO Output For Communication: Logo File Does Not Show Up in PDF output [ID 1121811.1]
    Thanks,
    Hussein

  • How to put Company Logo in a SAP R/3 Login Screen

    Hi,
    1)How can we put our own text in the login screen?
    2) how do we put the company logo in the post login R/3 screen?
    Regards,
    Shobhit

    Hi,
    U can insert logo in both the cases.
    Check this
    http://www.sap-img.com/abap/alv-logo.htm
    * Build report title
      PERFORM build_report_title USING gd_report_title gd_logo.
      DATA:  gd_logo             TYPE sdydo_value,
    *&      Form  BUILD_REPORT_TITLE
    *       Build table for ALVtree header
    *  <->  p1        Header details
    *  <->  p2        Logo value
    FORM build_report_title CHANGING
          pt_report_title  TYPE slis_t_listheader
          pa_logo             TYPE sdydo_value.
      DATA: ls_line TYPE slis_listheader,
            ld_date(10) TYPE c.
    * List Heading Line(TYPE H)
      CLEAR ls_line.
      ls_line-typ  = 'H'.
    * ls_line-key     "Not Used For This Type(H)
      ls_line-info = 'User Message Service'.
      APPEND ls_line TO pt_report_title.
    * Users name (Status Line- TYPE S)
      ls_line-typ  = 'S'.
      ls_line-key  = 'Name '.
      ls_line-info = gd_myname.
      APPEND ls_line TO pt_report_title.
    * Status Line(TYPE S)
      ld_date(2) = sy-datum+6(2).
      ld_date+2(1) = '/'.
      ld_date+3(2) = sy-datum+4(2).
      ld_date+5(1) = '/'.
      ld_date+6(4) = sy-datum(4).
      ls_line-typ  = 'S'.
      ls_line-key  = 'Date'.
      ls_line-info = ld_date.
      APPEND ls_line TO pt_report_title.
    ** Action Line(TYPE A)
    *  CLEAR ls_line.
    *  ls_line-typ  = 'A'.
    *  CONCATENATE 'Report: ' sy-repid INTO ls_line-info  SEPARATED BY space
    *  APPEND ls_line TO pt_report_title.
    ENDFORM.                    "build_report_title
      CALL METHOD gd_userlist->set_table_for_first_display
         EXPORTING
                   is_hierarchy_header  = gd_hierarchy_header
                   it_list_commentary   = gd_report_title
    <b>              i_logo               = gd_logo</b>
    *               i_background_id      = 'ALV_BACKGROUND'
                   i_save               = 'A'
                   is_variant            = gd_variant
         CHANGING
                   it_outtab            =  it_emptytab      "Must be empty
                   it_fieldcatalog      =  gd_fieldcat.

  • Pages 5.2.2 - how to add a logo in the page header

    Hi, how can I add a logo in the page header of each page?!
    seems header and footer only supports text and automated page numbering only...
    I need some advise on this one
    thanks

    Add an image to any page in the section, then drag it where you want it to appear on each page.
    Reduce the opacity using the slider in the Style pane of the Format inspector to change the object’s transparency.
    Choose Arrange > Section Masters > Move Object to Section Master (from the Arrange menu at the top of your computer screen).

  • How to put Company logo in the report?

    Hi,
    How am i going to include the company logo or a image file into my report?
    What is the best tools?
    I have try to use the "Link File" tool and it required me to specify the "Source Filename". So if I put the file path and filename in the "Source Filename", it's hardcoded...
    How to specify the "Source Filename" at run time or any otherway so that it won't hardcoded?
    Regards,
    Cheong

    Note that you can also use the read from file functionality.
    If you have a character based column, then any layout field based on this column will have the Read From File property. If this is set to Yes, then reports will attempt to use the value of the column to read a file from the file system. You can also specify the type of the file (image, text, or even an image URL to read an image from over the web).
    For example, if you have a column in the data model that returns a value ("c:\temp\mypicture.bmp"), and you set the Read From File property to Yes, and the File Format to be Image then at runtime, reports would look for c:\temp\myimage.bmp and return the value. And of course, since you can create a formula column in the data model then you can control the returned value as much as you like.
    Hope this helps,
    Danny

  • How to print company logo in Excel/ PDF after Enhancement Pack 1?

    Hi all,
    I realise this topic has come up time and time again but apparently this functionality has changed after Enhancement Pack 1 for BW....?
    My problem is simple.  I have a series of reports on our portal, formatted using the WAD, and there is a company logo on the reports.  When exporting to PDF or excel, the logo disappears.
    The SAP documentation states that the addition of the logo when exporting was not available previously, but it was planned, and seemed to imply that this would be possible in EHP1.
    We have just applied EHP1 to our test system however I cannot find how to switch on this functionality or how to get the logo onto the exported reports.  I can't find any documentation on how to do this.
    Is anyone else using this after applying EHP1?  Is anyone from SAP reading who can tell me where this functionality is??
    Thanks!
    Mischa

    Thanks but this doesn't work.  It works exactly as it did before the Enhancement Pack and doesn't automatically display the image.
    So I guess I am missing something - my image is a bmp. file, will this work or should I save it as something else?
    Are there any settings in the WAD (either in the Web Template itself or on the button to export) which I need to change to be able to display this logo?
    Or are there any settings I need to make in the backend of BW after the application of the Enhancement Pack?
    Any more ideas please?
    Thanks
    Mischa

  • How to upload company logo in webdynpro application

    Hi,
          I  need to upload the company logo in the View of a Webdynpro application.
    Can someone give me the steps for the same to be done?
    Thanks,
    Kundan

    Hi kundan,
    Store the images in the MIME Directory.
    -> Declare a simple type data type in the Java Dictionary.
    ->Give values and description in the enumeration type.
    -> Declare a value attribute of Simple type in View Controller.
    -> Add a image UI Element and bind it with two attributes(Ctx1 and Ctx2).
    Use the code below to get the name of image and further set it :
    String vehicleType = wdThis.wdGetContext().currentContextElement().getCtx1();
    wdThis.wdGetContext().currentContextElement().setCtx2(vehicleType+ ".jpg");
    Go through the [link|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d0e599cc-2862-2b10-54a9-dcf1376b52d7]
    Regards,
    srikanth

  • Add company logo to Windows Properties via batchfile

    do not worry. Had to run it with elevated permissions.

    Hello,
    I want to add the company logo to the Computer Properties page via a batch file. I have already successfully done this via regedit but want it via batch so as to use it via GP
    my current code is:
    REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation" /v "Logo" /d "C:/logo.bmp"
    but it is not working.
    any tips?
    This topic first appeared in the Spiceworks Community

  • How to create bulk users in 11i EBS

    We have requiremnet for create nearly 150+ users 11i EBS accounts, is there any way to automate this..?

    Hi Mate;
    Please check below link:
    Re: Creating 1000+ users in Oracle R12
    Regard
    Helios

  • Add Company Logo onto Desktop Background - RD Session Host 2012 R2

    Hi, i'm hoping someone can help
    I'm wondering if it's possible to put a company logo onto the desktop background on an RD Session Host, is there a way to do that? I remember seeing a 2008 R2 host on a Citrix farm with one. At the moment it's just a black screen so would be good to put
    a white logo on there
    Any help appreciated
    Thanks! 

    Check these articles,
    http://technet.microsoft.com/en-us/library/ee791905(v=ws.10).aspx
    http://www.webapper.com/blog/index.php/2007/10/18/enabling-desktop-wallpaper-on-remote-desktop-terminal-services/

Maybe you are looking for

  • Database Adapter

    Hi All, My requirement is, based on the input selection from the frontend we have to query the database and then display the records based on the input. Sometimes we may have to display all the records from database. So I am using a DB Adapter in a S

  • Watching TV Shows on iPod...

    I was wondering...I have the first season of Lost on DVD...could I put those disks into my computer and save the episodes to my iPod or do I have to purchase them from Apple?

  • How do I transfer the book to my kindle?

    I finally got ADE to accept my book with that whole authorization thing, but now how do I transfer the book to my kindle? Thanks

  • Dual Monitor

    Hi all, i'm going to purchase a new Mac Pro and two 24" Cinema Display. I've seen that the new Mac Pro got a Mini DisplayPort and a DVI port on the back and i would like to ask how can i connect the second Apple Cinema Display to it? Do i have to add

  • N97 v2.1 or v3.0 when will it be released?

    Not that I want to appear ungrateful, but I think most of those who have managed to upgrade to v2.0 will be a little disappointed.  It just isn't quite there yet, is it?  Still not that responsive touch and elegant feel that I was hoping for. One min