GRC CUP, to set company logo

Hi,
How can i set or conigure company logo on requestor page of CUP.When requestor request access i want to see company logo on that link/page.
Thanks

Hi,
  The image on the requestor page is named Better1.gif. You need to save this image on your computer and make sure that the image you are trying to put in place of the original image is exactly same in height, width and pixel resolution. I have done it at multiple clients but it requires good imaging/graphics knowledge. Once you have the image ready, make sure to name it Better1.gif and then copy-paste it in 'usr/sap/<SID>/JC30/server0/apps/sap.com/grc~AEEAR/servlet_jsp/AE/root/images/'. This folder must ask you to overwrite the file as that will confirm that you are replacing the original file.
Also, this would be overwritten when you apply any support packs so make sure to replace the file again after the upgrade.
Regards,
Alpesh

Similar Messages

  • 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 does GRC CUP handle scheduled termination set up in SAP HR ?

    Dear Experts,
    We are planning to use "HR Tiggers"  for Hire, Terminate and transfer events in GRC CUP ? Can some body help me understand how does GRC CUP handle the termination requests that are scheduled in future ?
    Thanks
    Kumar

    I configured HR trigger rule for infotype 0000 & subtype Z1,field MASSN with value equal to 01 to trigger new hire...i don't see any data being populated into table /VIRSA/INT_TRIG & ?VIRSA/DATA.
    I could see the rule in table /VIRSA/RULEATTR.
    Any help would be appreciated.
    Thanks,
    Srinu

  • Future direction of User Provisioning Tools ( GRC CUP or IDM)

    Hi Security Colleagues,
    We all know that SAP has GRC CUP(Access Enforcer) and NW IDM for provisioing.
    We can use either of toll for user provisioning.
    Based on your experience , what is the best tool ? ofcourse ,It changes from one company to other depends on requirements.
    I am noticed that  lot of SAP devlopment activity going on around IDM.
    Based on SAP's future direction, what is the best tool ?
    Its a common problem for most of SAP customers as SAP is giving IDM freely as part of NW license.
    please share your thoughts..
    Thank You.

    For Futuristic product availabliliy, I always prefer the following two places to check. Can you please also check their?
    http://service.sap.com/pam
    http://service.sap.com/scl
    Check the following Two points under the 2nd Link:
    Scenario & Process Component
    SAP's Release Strategy
    Now based on your query I will also stick to the suggestions given in the Other two posts. To add few more points which you may get helpful I would like to emphasize on the below discussion:
    u2022 SAP NetWeaver Identity Management helps companies to centrally manage their user accounts (identities) in a complex system landscape. This includes both SAP and non-SAP systems.
    u2022 The solution provides an authoritative, single source of user information and enables self-service management of user information and authorizations using workflow technology.
    u2022 In many cases resources such as meeting rooms, PCs and mobile devices, which all may have their own identity in some context, can be included in an identity management solution.
    Out of all other points, lets discuss about Provisioning:
    u2022 The term provisioning is often used to denote user provisioning or account provisioning.
    u2022 The functionality includes:
    o creation of accounts
    o setting initial passwords
    o setting and modifying access rights
    o disabling (revoking) an account
    o deleting an account
    u2022 The overall purpose is to make sure an identity (for example a user) has the correct access to the applications.
    u2022 User provisioning products also include workflow capabilities to apply business rules to the account provisioning process and typically provide user self-service capabilities (e.g., password reset)
    (All these details I picked up and pasted here from different section of a Solutioning Material I prepared for my company to introduce IDM solutions to my customer... couldn't give here properly due to space constraints). You can understand the Importance SAP is imposing on this product for All aspects of Automating Security and Identity of Living and Non-Living staffs as well. By using this you can get more benefits besides of Provisioning which is available in separate Solutions under other products like Virsa etc. Please go through the relevant materials available in the IDM Forum (Bernhard provided u the link) to understand go for an realization assessment.
    regards,
    Dipanjan
    Edited by: Dipanjan Sanpui on Oct 5, 2009 11:42 AM

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

  • Converting Company Logo from PDF file to...

    Forum,
    I had my company logo emailed to me as a PDF file. Can somebody please tell me what I need to convert this to in order to:
    1) Use as a background on my desktop?
    2) and this is a big one - be able to resize it so it doesn't look to visibly small on the tv/computer screen during playback of the end product?
    Thank you very much,
    Trey

    Hey Trey, How's things?
    Open the pdf in Preview. Hit the command and + keys till you get the size you want.
    Press shift command and 3 to make a screenshot. It will land up on your Desktop with the name Picture1.
    Open the result in Preview and crop off any menus.
    Save and drag it to Hard Drive/Library/Desktop Pictures.
    Open System Preferences > Desktop & Screensaver > Desktop.
    Locate and double click your picture to set it as your background.
    For the second part of your question, make a copy of Picture1 (command D) and import it into FCP. Use the scale control to adjust if needed.
    Message was edited by: Christopher Lee

  • 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

  • Company Logo for Standard PO

    We have Ebusiness Suite I have been trying to use an external graphic from OA_MEDIA to display on Standard Purchase Order
    <fo:external-graphic src="url:{’${OA_MEDIA}/COMPANY_LOGO.GIF’}" />
    Please could someone tell me where I am going wrong with the line of code above.
    thanks

    Tim,
    I have tried a number of different paths (using OA_MEDIA, and also a fully qualified Unix file path) and the logo still won't appear. I've seen this thread and another at:
    Company logo URL using  {’${OA_MEDIA}/ORACLE_LOGO.gif’}
    I'm using Oracle Quoting, and the Quoting Implementation Guide states that the implementer needs to uncomment some lines of code in the ASOPRINT.xsl file (which I have taken a copy of and edited), and set a profile option to point at the location of the image. The image I want to reference is:
    $OA_MEDIA/companylogo.gif
    I'm not well up on this area so I don't really understand the response regarding dummy images and such like, but I would have thought that this should be quite straightforward to do (I've been guessing and using the many different pieces of syntax in the two threads I've seen).
    At the moment, my custom copy of ASOPRINT.xls includes this:
    <xsl:variable name="url({'${OA_MEDIA}/companylogo.gif'})">
    Some clarity on how to achieve this would be appreciated.
    Thanks and regards,
    Mike

  • Adding company logo to email messages?

    I'd like to add my company logo to my Apple Mail Signature, but I'm not sure how to do this without it becoming an attachment. I'm assuming I'll need to include a link to an external website that stores the logo. If so, is there a way I can use my iDisk account to facilitate this?
    Thanks!

    I would use a JPG but you could use a PNG or a GIF. If the logo has been created in Photoshop or Indesign (doesn't really matter how it has been created really) but a compressed image will save a bit of space.
    Something to be aware of is that some Mail servers are set up by some companies to convert HTML or rich text emails into plain text so any image may end up as an attachment in that scenario. While it might look nice and pretty when it leaves you, that may not be the case when delivered.
    Chris

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

  • Missing company logo when printing form

    Hi,
    We have sap script for billing document, in which company logo has been added to it.
    But at the time of printing the form the logo is getting missed by business user. However when I tried to print the form by using my user ID the logo is getting displayed.
    Is it the problem with business local printer setting or with form itself?
    Thanks in advance.

    Hi Nishad,
    The problem here is neither with the user nor with the form
    but the logo doesnot exists for the user in the location u have to place.
    so if u place the logo in their server the problem will be solved.
    Regards,
    Prakash.

  • HR triggers in GRC CUP.. How and when does this work

    Dear Experts,
    I would really appreciate if some one could shed some light on how HR triggers work in GRC CUP ?
    When does this get triggered ?
    Is it when the the user master record is saved or when the Info type 105 is linked ? Are there any pre-requisities that should be taken care from the Hr perspective so that I can set the expectations accordignly with HR team ?
    P.S I already went through the article " How to configure HR triggers with GRC CUP ?
    Thanks
    Kumar

    I configured HR trigger rule for infotype 0000 & subtype Z1,field MASSN with value equal to 01 to trigger new hire...i don't see any data being populated into table /VIRSA/INT_TRIG & ?VIRSA/DATA.
    I could see the rule in table /VIRSA/RULEATTR.
    Any help would be appreciated.
    Thanks,
    Srinu

  • Radio buttons determine which company logo is displayed

    In ES9 I created a form using the Action Builder feature where the first line is two radio buttons for the user to select which of our two companies they work for. Depending on their selection, the corresponding company logo is changed from invisible to visible on the Master Page. This works fine but when a second page is generated dynamically, the logo is only displayed on page one. How do I get to display on all subsequent pages generated?

    Hi,
    I believe what is happening is that when a new page is being rendered, it reverts the image objects to their default/initial state (in your case probably hidden).
    Have a look at this example: http://assure.ly/mcFrC6. In particular the script on page 1. This demonstrates how you can assign the rawValue of an ImageField to any existing Image object. While the example is on the Design pages, the same approach would be used on a Master page.
    Set up an ImageField object on the Master page, without a default image and without a caption.
    Set its binding to Global.
    Set up two Image objects and link the two logos.
    Set these Image objects to hidden.
    Then the script would follow the example, where it would set the value of the ImageField to match the value of the appropriate Image object (logo).
    I can confirm that this will work, but can't share an example.
    Niall

  • Hide and Show Company logo

    Hi,
    Some pages of one application will be accesed from the application itself or from public links. The public links have their own header.
    How can I show and hide the company logo, if acesed from the application must be shown and if from the public links must be hiden ?
    Thanks

    Hello,
    Just put the logo html in a region with a display condition dependent on some item value. Have your public links you provide always set that value in the session and turn of the logo. You could also do some sort of ip address lookup as well for you condition.
    Carl

Maybe you are looking for

  • Still no WiFi on iPhone 4s after OS7 upgrade - Need upgrade

    Dear Verizon, Apple et al, You've got us between a rock and a hard place. My daughter's recently upgraded iPhone 4s has no Wifi. With four phones on Verizon and as long-time customers, we've been very good and loyal. But this situation is untenable.

  • How to overwrite the value of a struts variable value using struts only

    Say i define a variable using struts in my jsp <bean:define id="aVar" value="abc" /> Now the variable has a value of abc , how can i overwrite it again to have another value --say "123".. I need to change its value using struts only and not scriplet.

  • MVC 4 and SQL 2012 delete not working

    I have developed and MVC 4 application in VS 2012 with an SQL 2012 database.  On my development machine everything works as expected, but when I deploy to a Windows Server 2008 R2 64-bit server with Microsoft SQL Server 2012 Express (64-bit), I can c

  • OpenAMF/Flex Resources

    I'm having a difficult time connecting to an OpenAMF service via Flex Remoting. I can do it fine in Flash but am having problems in Flex. I've also been succesful using an amfphp service and Flex. But when I provide the service information for the Op

  • I suddenly cannot open facebook on my macbook pro running OSX 10.8.4. I am traveling in Vietnam, if that means anything. . .

    Hi. I've been traveling, using facbook on iphone and my macbook. Suddenly I cannot access Facebook. I prefer to use Safari as my broser, but I downloaded Mozilla tonight to just see if it was a browser issue. The problem carries over into Mozilla Fir