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.

Similar Messages

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

  • How to change the default operators in sap web ui Search screen?

    How to change the default operators in sap web ui Search screen?
    For eg. Using advance search option , I have some fields with default operators like equals, contains,is between, is less than and is greater than. I don't need all these operators for this field.
    I need only "equals" operator. How do i remove the rest of the operators?

    There is a view cluster crmvc_dq where all the standard setting is present related to you r issue. Please try if you can modify that, that way you will avoid the code.
    Incase you are not able to make any changes there then in that case you have to redefine the method GET_DQUERY_DEFINITION () of the IMPL class to delete the operators for a particular serach field.
    Regards,
    Harshit

  • Using iMovie-does anyone knows how to put two videos side by side in the same screen/

    Using iMovie-Does anyone knows how to put two videos side by side in the same screen?

    See iMovie Help here.
    http://help.apple.com/imovie/mac/10.0/#movb8c659f55

  • How to change the order of users in appearance of login screen?

    Hello!
    Because we often switch to a user,
    which is listed last in login screen,
    we want move them to the second place.
    How to change the order of users in appearance of login screen?
    Thank you for a tip
    Erhy

    The order users show up on the login screen is the way they are ordered under the
    C:/Users directory. This is usually alphabetical, AFAIK there is no other way to change the order other than to change the username to something that starts with a letter that will be higher alphabetically.

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

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

  • How to put a table's all fields on a selection screen?

    Hi, I am new here. I am currently create a report in which I need to put a transparent table's all fields on selection screen. Please give me hints about it. Thank you very much in advance.
    Tom

    Hi,
      Use parameter or select-options for all the fields in the transparent table..I am not sure if there is any dynamic way of creating the parameters..
      Otherwise you can create a dynamic report..
    Check this example for dynamic report..
    DATA: p_temp(30) TYPE c DEFAULT 'ZTEST_REPORT'.
    TYPES: BEGIN OF t_abapcode occurs 0,
    row(72) TYPE c,
    END OF t_abapcod.
    T_ABAPCODE-ROW = 'REPORT ZTEST_REPORT.'.
    APPEND T_ABAPCODE.
    T_ABAPCODE-ROW = 'PARAMETERS: P_MATNR LIKE MARA-MATNR.'.
    APPEND T_ABAPCODE.
    T_ABAPCODE-ROW = 'WRITE: / P_MATNR. '.
    APPEND T_ABAPCODE.
    INSERT REPORT p_temp FROM it_abapcode.
    SUBMIT (p_temp) AND RETURN.
    Thanks,
    Naren

  • How do I stop  Guest Account from appearing on the login screen?

    All of a sudden - like since I upgraded to iCloud - my login screen displays "Guest User". I have Guest disabled in Accounts. The only account I have active is mine. I don't want Guest to appear on the login screen. How do i stop it from doing so?

    Even when the Guest Account / Access is disabled, the login option / and lock screen, still have a guest login.
    This is because in Preferences/ Security & Privacy/General the bottom item is turned on.
    Turn on: Disable restarting to Safari when screen is locked

  • How can I change the background blur effect on Yosemite login screen?

    How can I turn off the background blur effect on the Yosemite login screen on my 27" iMac?
    Each time my family changes to a different user on the iMac, the wallpaper blurs (other than the small login box). It is as if you have lost your vision temporarily when such a large display becomes blurred. It is particularly bad if there is a lot of contrast in the colors of the wallpaper.

    Hi,
    the VDI login screen/desktop selector uses the configured default locale from the Sun Ray kiosk session. You can change the default by logging into the Sun Ray admin UI (http://yourserver:1660) and selecting the Advanced - Kiosk Mode tab. Click on Edit and enter the desired locale (e.g. de_utf8) in the Locale field. Click OK to store your changes.
    The next time a new kiosk session starts up it will take into account your changes. You can terminate all existing kiosk sessions by executing a cold Sun Ray services restart (see the Servers tab). Alternatively, you can also just quit your current kiosk session by clicking on "More Options - Quit" in the VDI login screen.
    Please notice one caveat here: the specified locale must be supported on your system. For example, execute locale -a on a terminal to get a list of all your currently installed locales. If you specify a locale that does not exist on your system, then the kiosk session will ignore this and it will have no effect on the VDI login screen.
    Hope that helps.
    - Klaus

  • How to put data in tables in SAP LogOn

    For example,i'm doing company benefits,branching this aspect is Medical leave,taxi fees claims and company insurance,how do i put it inside the tables in SAP LogOn?please help me,thanks=)

    Hi,
    Go to SE16 and enter your table name and click on icon in toolbar to create new entries, there you can add more table contents in your table.
    Regards,
    Deepti

  • How to insert company logo and page number on every page except the first page?

    Hi, I am creating a newspaper and I've inserted the page number and company name on every page using the master page (you know the basic method).
    Problem is I don't want the page number or the logo to appear on the first page, how can I do this?
    Or will I have to copy and paste it on each page instead...? I'd rather not.
    I'd appreciate any help I can get.
    P.S. I'm using CS5 and obviously I'm talking about InDesign.

    Make another master and apply it to the first page.
    Take care, Mike

Maybe you are looking for