How to replace SAP logo with customer logo

Hi Gurus,
How  to replace or insert a customer logo when creating input schdules EvDRE function.
Cheers,
Reddy.

Reddy,
  You  shld  be  able  to copy and  paste  your  logo (after deleting  the  SAP  logo). ..as you  would  do  in  regular  excel.  If sometimes  it doesn't  work...use the   insert  picture  functionality......regular  excel/MS  way.
Hope  this  helps.
Vishal.

Similar Messages

  • How to replace or insert a customer logo when creating a journal template?

    Hi Experts,
    How to replace or insert a customer logo when creating a journal template?
    Thanks in advance.
    Best regards,
    Mila

    Hi Dzmitry,
    Thank a lot for your reply.
    We have already tried to download the journal template and insert our logo. The problem is that the journal template is protected and we do not have the password.
    Kind regards,
    Mila

  • Toolbar: replace SAP icon with custom icon

    Hello,
    in the account overview (component BP_HEAD, view BPHEADOverview), the implementation class (CL_BP_HEAD_BPHEADOVERVIEW_IMPL) contains method IF_BSP_WD_TOOLBAR_CALLBACK~GET_BUTTONS where the buttons for the account overview are collected.
    Here you can check which buttons are used by SAP standard, e.g. for the PDF fact sheet, an icon is added:
    ls_button-icon_src = '/sap/bc/bsp/sap/crm_ppm/w_pdf__s.gif' .
    Now, I wanted to replace the given icon by another, customer-specific icon. I've tried to change the given URL to anything else, however, it didn't work. I even found out that the given URL is not necessary, it even works with this:
    ls_button-icon_src = 'w_pdf__s.gif' .
    ls_button-icon_src = 'i_do_not_exist/w_pdf__s.gif' .
    Thus, I assume that there's some kind of mapping of the icon name (e.g. "w_pdf__s.gif") is mapped to any table entry or whatever hard-coded.
    Does anyone having experience with replacing the icon with a custom-specific one and can provide the necessary steps?
    Regards
    Wolfgang

    Hi Wolfgang,
               You can use below sample code to get corresponding url for any standard sap icon:
    lv_icon = 'ICON_LED_GREEN'.
    *   Convert icon code into URL and prepare bee
        lv_icon = cl_bsp_mimes=>sap_icon( id = lv_icon ).
        lr_image->src = lv_icon.
    Also, all the icons are available in the database table 'ICON'.
    I hope that helps.
    Thanks,
    Rohit

  • Replace Oracle Logo with client logo

    Oracle Forms wizard created a form with "Oracle" logo at the upper-right corner.
    How do I replace the "Oracle" logo with another logo?

    create your own menu in forms, save it as lety say MYMENU.mmb, generate it and then assign MYMENU in the menu-property of your form-module (the mmx-file of the menu must be in your forms-path)

  • REPLACING ORACLE LOGO WITH MY LOGO

    REPLACING ORACLE LOGO WITH MY LOGO
    hi i tried to replace the oracle logo with my custom logo......but still tht logo is not appearinmg........i followed the steps mentioned in the following note in metalink......can u tell me wht went wrong.i have also attached my config settings in formsweb.cfg.
    You can either replace the Oracle logo with your custom logo, or just
    delete the Oracle logo. Both of these options are described below.
    Replacing the Oracle Logo with a Custom Logo
    ============================================
    Forms 6i(6.0.8.8 or above), has a new look when using the Oracle
    lookAndFeel parameter. An Oracle logo appears in the menu when you run
    the form on web. The logo is visible, even if you use a default menu
    or custom menu.
    Follow this procedure to that logo with your custom logo:
    1) Backup the following files:
    oracle_home/forms60/java/f60all.jar
    oracle_home/forms60/java/forms/icons/oracle_logo.gif
    2) Create your custom logo in gif format and rename it to oracle_logo.gif
    3) Copy your gif to the oracle_home/forms60/java/forms/icons directory.
    4) Open the f60all.jar in WinZip.
    5) Find a file called oracle_logo.gif in the archive and delete it.
    6) Create the following directory structure:
    c:\oracle\forms\icons
    7) Copy your custom logo(renamed to oracle_logo.gif) to:
    c:\oracle\forms\icons.
    8) In WinZip, choose Add a file, then select the oracle_logo.gif from:
    c:\oracle\forms\icons
    9) Add the file to the f60all.jar archive and close the jar file.
    10) Stop and restart your forms server.
    11) Clear the cache from your browsers.
    Now when you run the form on the web, your custom logo will appear in
    place of the Default Oracle logo.
    Removing the Oracle Logo from the Menu
    ======================================
    Use one of the following methods to remove the Oracle logo from the
    menu:
    -- If you do not need to use the "Oracle" lookAndFeel, use the
    "generic" lookAndFeel. When you use the generic look and feel, you
    do not see the Oracle logo in the menu. However, you do see the
    canvas in the windows default gray color. Also, the menu toolbar
    icons are gray.
    -- If you want to retain the Oracle look and feel but remove the
    Oracle logo only, add the following parameter in your html file,
    or add it in your URL:
    Logo="no"
    For example, in Netscape:
    lookAndFeel="Oracle"
    Logo="no"
    For example, in IE:
    <PARAM NAME="lookAndFeel" VALUE="Oracle">
    <PARAM NAME="Logo" VALUE="no">
    This suppresses the Oracle logo at runtime on the web.
    Solution Explanation
    ====================
    With the oracle lookAndFeel parameter, the Oracle logo is always
    inserted in the menu. You must remove the logo or add another logo
    with the same name if you want to replace the Oracle logo.
    ---MY CONFIG FILE-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    [myconfig]
    serverURL=/forms90/l90servlet
    codebase=/forms90/java
    userid=sdbuser/sdb1@sdb
    form=C:\MYFORM.FMX
    imageBase=DocumentBase
    width=100%
    height=100%
    separateFrame=false
    splashScreen=no
    background=oracle_logo.gif
    #lookAndFeel=Oracle
    colorScheme=teal
    logo=oracle_logo.gif
    formsMessageListener=
    recordFileName=
    --------------------------------------------------------------------------------

    hey,
    u can try making your own .jar with your icons inside and put it on the3 forms60/java directory.
    Include also the following line in cfg file:
    archive_jini = f90all_jinit.jar, [youriconsarchive].jar
    and maybe you should change imagebase to 'codebase' instead of documentbase.
    I have it like this and works ok. I can use every icon in my jar as logo or anything else..
    hope this helps
    regards,
    teo

  • How to replace key value with character

    Hi Experts
    Can any one tell me, how to replace key value with character, whether it is possible are not. My present report is displaying below format.
    country--city-area-flatnocountry--City-Flatno
    Customer--USACOst1111---UK--HD20--
    C100--11---11--
    C200--11---1--
    For the above example format i am able to display. But now i want to replace 1 with character value for example. For C100
    country is USA at presnt 1 but it should replace with USA.
    You find required format below.
    country--city-area-flatnocountry--City-Flatno
    Customer--USACOst1111---UK--HD20--
    C100--USACOst1111--
    C200--UK--HD20--
    thanks .
    Regards,
    Vishal.

    Hi Markus,
    Thanks for reply,
    Actually i dont have attribute for the customer, the data is maintained in ods, in the form, customer name one info-object and customer value one more info-object this value got text. This value stored in the ods as below
    costomer number  customer value
    C100--USA
    -C100CO
    C100--11-
    C200----
    UK
    C200----
    20
    Please let me know any clarification you need.
    Thanks and Regards,
    Vishal.

  • How to replace a movieclip with another movieclip

    How to replace a movieclip with another movieclip
    Hi,
    I am having a swf called tchild.swf... in this i got a
    movclip 'child1'. i am loading this tchild.swf into another swf
    tparent.swf within 'mcloader' movie clip.. i got another movclip
    called 'picture1'
    i am loading tchild.swf into mcloader movclip.. and i want to
    load 'child1' moviclip into picture1..
    how to replace a picture1 movieclip with child1 mc..
    PS: i dont want to load picture1 from library.. its on the
    stage.

    AWT or Swing?

  • How to create sap query with "or" relationship

    dear experts,
    I need a report to display the employee whoese WSR is
    changed in the month for infotype 0007.
    that is ,we want to search with selection
    begda OR endda between 2008-01-01 and 2008-01-31.
    how to create sap query with "or" relationship?

    hi use like this,
    CALL FUNCTION 'HR_READ_INFOTYPE'
      EXPORTING
        pernr                 =  p_pernr
        infty                   =  '0007'
       BEGDA                =  p_date1
       ENDDA                 = p_date2
      TABLES
        infty_tab             = itab .
    hi use this by passing the pernr to fm and giving the dates low and high in the p_date1 and p_date2.
    loop at itab where condition.
    endloop.
    may it helps u,
    regards,
    venkat.

  • How to get in touch with customer service?

    How to get in touch with customer service? Twice I had a chat and I would get an answer in a few days. Never heard a thing! I need an invoice for my book-keeping but I can't download it. It says: get in touch with the customer service. But I chatted for 2 times, tried to phone, They won't answer the phone. Where is the customer service!!!!!!!!!

    Hi Regine43b,
    Please refer to the following link for help with your monthly invoice: http://helpx.adobe.com/x-productkb/policy-pricing/print-creative-cloud-receipt.html
    If in case you still face issues, please contact support @ https://helpx.adobe.com/contact
    Regards,
    Sheena.

  • To replace SAP script with smartform in customer statement using t-code F.27

    Hi, I have a requirement to replace SAP script while generating a customer statement form using F.27 with Smartform. The standard program which triggers the SAP script is RFKORD11. Can anyone tell me how can we achieve this. Thanks in advance. BR, Karthik.

    Hi
    do you find a solution for your issue? Or did anyone else know how to send raw data instead of the pdf or fixed file from transaction F.61?
    Thanks for any ideas or help
    Axel

  • Banner with customer logo in top of E-Recruiting

    <b>I am trying to find out how to add a banner in the top of the E-Recruiting BSP applications containing a customer logo</b>
    I have looked into various documentation, older topics and blogs on how to modify themese for BSP - but I have not been able to find anything specifically explaining how to add a banner containing a logo.
    <i>Does anybody know of an easy procedure for solving my problem?</i>

    Christian,
    Let me tell you something.Basically,all E-recruiting applications are developed using BSPs.So whatever customer modifications you do need to be done with BSP.
    Secondly,themes are the only concept used out there.so ,if you are comfortable with creating themes using Eclipse editor and uploading them into BSP MIME repository it should solve the problem.
    HINT: one good idea to solve this problem is just use the home page of your clients website,check for exact colors,etc. while preparing MIMEs.
    Please go ahead with the discussion of the issue as it is important.
    regards,
    Bharat

  • How to replace the arrow with a custom graphic on a TitledPane?

    The TitledPane has an arrow that changes state (rotates) to show whether the pane is collapsed or expanded. Is there a way to replace this arrow with a custom graphic for each state?

    Most definitely. Everything in the controls is style-able from CSS. The region you are attempting to style can be addressed via:
    .titled-pane > .title > .arrow-buttonSo you could specify images here for example, or you can just change the arrow path by adding another > .arrow on the end. Below I've posted the entire CSS style that is built in for TitledPane so you can see how the whole thing is styled. You can create your own stylesheet, copy/paste this in there, and then start tweaking things and see how it affects the look of the TitledPane.
    Cheers
    Richard
    * TitledPane                                                                  *
    .titled-pane {
        -fx-skin: "com.sun.javafx.scene.control.skin.TitledPaneSkin";
    .titled-pane > .title {
        -fx-background-color: -fx-box-border, -fx-inner-border, -fx-body-color;
        -fx-background-insets: 0, 1, 2;
        -fx-background-radius: 5 5 0 0, 4 4 0 0, 3 3 0 0;
        -fx-padding: 0.166667em 0.833333em 0.25em 0.833333em; /* 2 10 3 10 */
    .titled-pane > .title > .arrow-button {
        -fx-background-color: null;
        -fx-background-insets: 0;
        -fx-background-radius: 0;
        -fx-padding: 0.0em 0.25em 0.0em 0.0em; /* 0 3 0 0 */
    .titled-pane > .title > .arrow-button .arrow {
        -fx-background-color: -fx-mark-highlight-color, -fx-mark-color;
        -fx-background-insets: 1 0 -1 0, 0;
        -fx-padding: 0.25em 0.3125em 0.25em 0.3125em; /* 3 3.75 3 3.75 */
        -fx-shape: "M 0 0 h 7 l -3.5 4 z";
    .titled-pane:collapsed > .title > .arrow-button .arrow {
        -fx-rotate: -90;
    .titled-pane > *.content {
        -fx-background-color:
            -fx-box-border,
            linear-gradient(to bottom, derive(-fx-color,-02%), derive(-fx-color,65%) 12%, derive(-fx-color,23%) 88%, derive(-fx-color,50%) 99%, -fx-box-border);
        -fx-background-insets: 0, 0 1 1 1;
        -fx-padding: 0.167em;
    .titled-pane:focused > .title {
        -fx-color: -fx-focus-color;
    .titled-pane:focused > .title > .text {
        -fx-text-fill: white;
    .titled-pane:focused > .title > .arrow-button .arrow {
        -fx-background-color: white;
    }

  • How to replace the '&' character with '&' in xi

    Hi,
    i need to replace the '&' character with ' &amp;'.but i f i am converting it is displaying as '&' because internally '&amp;' = '&'.
    beacuse of this it is not converting.
    is there any possiblity to change the  standard conversion in xi.

    Graphical mapping does not support special character like & , <,> to be mapped.
    You can encode & as and in UTF-8 only.
    if you want the special character to be used, Opt XSLT mapping with ISO-8859-1 encoding
    <xsl:stylesheet version="1.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:output method="xml" encoding="ISO-8859-1"/>
    <xsl:template match="/">
    <xsl:copy-of select="*" />
    </xsl:template>
    </xsl:stylesheet>
    How to Work with Character Encodings in Process Integration (NW7.0)
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/502991a2-45d9-2910-d99f-8aba5d79fb42

  • How to link existing PG with custom VO at design time

    Hi,
    I want to customzie counter group seach page of Counters modules. Here instead of searching thorugh apps schema i want to search groups through my custom schema 'XYZ'. To achieve this, i did following task:
    (i) exported GroupSearchPG from apps server to jdeveloper/myprojects directory.
    (ii) Created workspace and project in jdeveloper and imported PG to this project.
    (ii) downloaded GroupingSearchAM , GroupSearchVO and GroupSearchCO from $JAVA_TOP to Jdev myclasses directory, its working fine for apps schema from jdeveloper
    (iii) Created BC4J package with existing name oracle.apps.csi.counter.grouping.schema
    (iv) created custom VO (GroupSearchVO) with custom schema 'XYZ' (Since this is expert VO, I need not to extend base EO/VO)
    Now, While trying to substitute my custom VO with existing VO. I could not see existing VO to replace with.
    My question is how do we link components with exported page? I mean how does the linking happens with GroupSearchPG with its CO/EO/VO or AM.
    Can you please let me know which step did i miss?
    Thanks in advance
    Tripti

    For your situation,
    VO needs to be substituted,
    CO needs to be substituted and
    AM needs to be extended.
    To make your custom VO available in substitution process, add them to the extended AM. Custom CO can be attached through personalization.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • How to replace double quotes with a single quote in a string ?

    Hi All:
    Can some one tell me how to replace double Quote (") in a string with a single quote (') ? I tried to use REPLACE function, but I couldn;t get it worked.
    My example is SELECT REPLACE('STN. "A"', '"', ''') FROM Dual --This one throws an error
    Thanks,
    Dima.

    Whether it is maybe not the more comfortable way, I like the quoting capabitlity from 10g :
    SQL> SELECT REPLACE('STN. "A"', '"', q'(')') FROM Dual;
    REPLACE(
    STN. 'A'{code}
    Nicoals.                                                                                                                                                                                                                                                                                                                                                                                                                                       

Maybe you are looking for

  • How do I get firefox sto fill the whole screen

    When I bring up Firefox Mozilla, it only fill about 60 % of the screen, enlarging the text (Through the options button) just creates overwrites. Many of the texts are so small I can not read them.

  • Printing a chart in many pages

    Hello everyone!! I was hoping someone could help me... here's the thing I'm trying to do: I have a column chart that its horizontal axis has a maximum of 42000 values. The problem is that if the user prints this chart it will show many values togethe

  • Error with "on-the-fly" controls in waveform generation

    I am trying to output a waveform in which I can change amplitude while the VI is running. When trying to do so, however, I am allowed to change the amplitude only once, and then I get error #-10880. What does this mean? I am using AO Write, and placi

  • Class A extends B- where is paintComponent(Graphics) supposed to paint?

    Hi, i have the following problem: I thought ControlPanel.paintComponent(Graphics) was supposed to paint the GraphArea (since ConrolPanel.paintComponent(Graphics) overrides GraphAreaExtension.paintComponent(Graphics) ), but lines AND vertices appear o

  • Web.xml problem in web hosting site

    Hi i need help in this... its urgent currently i just subscribe to a web hosting site and i need to start the private tomcat in the web server.. The followings are the instructions and i have follow them but i do not know how to create a web.xml file