How to change logo in production server- very urgent

Hi,
I have to change the logo in production server, they have provided a new logo, how should I load it into production server as well as how can call it into my Script.
I can upload logo in my development server, and can change it in my script, if I move it to production, my newly uploaded logo will also move to production server, or should I move it some other way, please help

hi,
Steps for uploading Logo :-:
1. Goto the transaction OAER
2. Enter the class name as 'PICTURES'
3. Enter the class type as 'OT'
4. Enter the object key as the name of the logo you wish to give
5. Execute
6. Then in the new screen select Standard doc. types in bottom window
Click on the Screen icon
Now, it will ask for the file path where you have to upload the logo
7. Now you can use this logo in REUSE_ALV_COMMENTARY_WRITE
Here you go !!
*& Form TOP_OF_PAGE
* text
FORM F_TOP_OF_PAGE.
CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
EXPORTING
IT_LIST_COMMENTARY = IT_LISTHEADER
i_logo = Logo name
* I_END_OF_LIST_GRID =
ENDFORM. "TOP_OF_PAGE
Rgds'
Anver

Similar Messages

  • How to recover an application from Server - Very Urgent!

    Hello,
    I have accidently deleted an important DynPro application I've created from the Netweaver Developer studio.
    When I search it's name at the server I see many many ear (and wda) files with the name temp<MyApp_Name> from different dates, I guess each deployment is creating such file. How can I recover my application back to the Netweaver Developer Studio from these ear files?

    Hi Roy,
    If it is the application which you have deleted then reimport without saving the project or create a new application for the project.
    Hope you have not deleted the proect from work space.
    I believe you cannot retreive your project from the ear file.
    Kindly close all the queries that has been solved.
    Do get back for further clarifications.
    Regards,
    Noufal

  • How to get the Change node in Production Server!!!!!

    Hi Guys,
    Kindly let me know how to get the Change node in Production Server for the Transaction Code Pe03 for generating the Acknowledgement No for the year 2008 .
    Plz provide me the steps how to get the Change Node for Acknowledgement No so tat i can get the configuration done.
    Regards
    Ansuman Mohanty.

    Hi Mr!
    If you want to generate the e-file feature 40ACK, do it in our Customization client box (Golden box) & save the request & move to Quality & production.
    Still if you need to workout only in Production, than with the help of Basis people you can get the Production change mode for 5 to 10 min time & can generate it. But mostly Basis people wont give us change mode for Production box ... with ur request they can do..try it.
    Did u collected 4 quarter TAN no's for 2008 Quarter...if not collect it & generate it at a time.
    All the best:-)
    Kind Regards,
    Saisree.S

  • Stardard Text (changes ) move to production server

    Hai all
    <b>i have one situation to change the content text in the standard text in so10 transaction
    i have done the changes while saving it wont ask for any request
    i need the same changes in the production server .
    how can i transport this standard text ?
    is there any way to transport or send it to the production server?
    if any have any knowledge please share with me my id is [email protected] ?</b>
    thanks and Regards
    Vinay Kumar.
    email id :[email protected]

    Hi,
    USe the program RSTXTRAN to attach a standard text to the tr. request. You will have to create to create a request and then execute this transaction with the necessary inputs.
    regards,
    Ravi
    Note : Please close the thread if the issue is resolved

  • How to Change LOGO

    Hi everybody,
    In this forum clear steps are given how to change logo in HTMLDB. But Still I am facing problem Please. help me out. Thanks in advance
    I followed the steps defined in
    http://www.oracle.com/technology/products/database/htmldb/howtos/howto_change_logo.html
    I had uploaded a gif file called "setup.gif" in workspace, using utility "Manage CSS and Image Files".
    Then I had copied Page Template called "Main Page" to
    "XO1 Main Page"
    I performed the following changes in the XO1 Main Page
    <td style="vertical-align:top;text-align:left;width:170px;padding-left=5px;padding-top=5px;"><img src="#IMAGE_PREFIX#oracle_bw.gif" alt="Oracle" /></td>
    To
    <td style="vertical-align:top;text-align:left;width:170px;padding-left=5px;padding-top=5px;"><img src="#WORKSPACE_IMAGES#setup.gif" alt="My Logo" /></td>
    Red cross is show instead of setup gif in Page Template Preview.
    In IE when I view the source of Page Template following is subsitution string for setup.gif logo
    <td style="vertical-align:top;text-align:left;width:170px;padding-left=5px;padding-top=5px;"><img src="<img src="/i/temp_company_img.gif" alt="Company Images">setup.gif" alt="My Logo" /></td>
    But when I check value of #WORKSPACE_IMAGES# USING SQL
    select :workspace_images from dual;
    result is
    wwv_flow_file_mgr.get_file?p_security_group_id=4396937519807480519&p_fname=
    can someone help me out why proper subsitution is not happening i.e
    wwv_flow_file_mgr.get_file?p_security_group_id=4396937519807480519&p_fname=setup.gif
    Note : I am using account on htmldb.oracle.com, so latest available version

    Duplicate post. See:
    How to Change LOGO
    Ankur, please don't post the same question twice.
    Sergio

  • How to upload logo from application server

    Hi all,
    Plz show me the way how to upload logo from application server into sap script.
    What is NGT.
    Thanks in advance
    Venkat

    Hi
    You have to import your logo in SAP by SE78 before using it in a SAPSCRIPT.
    So have you done it?
    If yes, it depends on how you have imported the logo:
    - As std text:
    INCLUDE <LOGO TEXT> OBJECT TEXT ID ST LANGUAGE <LANGUAGE>
    - As graphic:
    BITMAP <LOGO GRAPHIC> OBJECT GRAPHICS ID BMAP TYPE BCOL
    Max

  • How to change logo in sap provided smartform

    Hi gurus,
    How to change logo in sap provided smartform
    Regards
    Naveen

    select your logo in tcode se78 and check if it is color or black and white logo , after that copy your smartfrom to zsmartfrom  then goto tocde samrtfrom and click the logo window and change the name.
    otherwise  goto smartform check logo name and   upload the new logo with same name . it will disply new logo. before overwrite the logo check this logo  was using some other forms alao..

  • How to change language of the server monitor ?

    hi all,
    How to change language of the server monitor ? i got it in japanese and would like to turn it into English.
    Thx for your help,

    We use japanese strings only when your server locale has "jp": FindNoCase("Japan", GetLocale()) NEQ 0. So you may not be able to individually change  server monitor's flash client, but there are two ways to change it back to english on server level
    1) Check your server locale and change it to anything but japanese.
    2) Rename smresource_en.xml to smresource_jp.xml in CFIDE\administrator\monitor (take a back up).
    Thanks,
    Chandan Kumar

  • How to deploy development changes in to production server

    Hi,
    We are using scorecard fusion edition, every time after some changes been implimented in Development, we are copying entire thing and pasting it in production server,
    Is there any other way which we can use, only changes we can deploy to the production environment?
    with out pasting every thing into production, we want to deploy only our new changes.
    Thanks
    Udaya

    Perhaps this question is better asked in a forum where people discuss applicaiton and Scorecard.
    This forum is dedicated to discussing issues with obtaining the software, not using it.
    Consider clicking on the 'Forum Home' link (top of page) and scrolling down until you see something about applications.
    The alternate is to wait...

  • Z table is not opening in change mode in production server.

    Hi,
       In development I have created BDC for Tcode SE11 for z table.
    So in that BDC i have recorded like --
    SE11->Utilities->Table contentes----> Create entries.
    this is working fine in devlopment but this BDC is not working in Production server.
    For that i have open the production in change mode and upload the bdc and again i have to close the production server.And this is very hectic work.
    My problem is how to open that Z table in change mode to upload the data in production server.
    Thanks & Regards,
    Sanket.
    Edited by: Sanket  Mahajan on Aug 12, 2008 8:06 AM

    Hi Saket,
    I think the USER ID by which you are logging in the production server will not have authorizations to do changes in production server.
    The options you have:
    1. You can ask the Basis consultants to give you authorizations of change mode in SE11 transaction.
    2. You can write a program which will insert data into ZTABLE using statement INSERT.
    3. You can create a Table maintenance of the ZTABLE and add records using it.
    best options :
    2nd Option is the best option for Mass Data Upload.
    3rd option is best if you need to add data in regular interval of time or you need to give this authorizations to end user to add records.
    Regards,
    Vamsi

  • How to DELET DIR in production server.

    hi, all,
    i want delet some documents which are not required here after.
    so how i could delet those DIR in production server.
    i already set those with deletion indicator.
    further what shall i do ?
    this is very urgent friends.!
    please send in details, coz i m working in production server.
    rgrds,
    ben
    points waiting?

    To delete the documents physically from the database, you must run the MCDOKDEL program using the ABAP/4 editor.
    This program deletes all documents of a selected document type for which Deletion Indicator is set.
    Program for Deleting Documents with Deletion Indicator
    Description
    With this report (program), you delete all the flagged documents of a selected document type from the data bank. The documents are not archived before they are deleted.
    The report allows you to execute a test run. You should start this test run first of all and check the list of documents if necessary.
    Requirements
    Only those documents that have a deletion flag are deleted.
    Documents are not deleted if they fit into the following categories:
    Quality assurance agreement or technical terms of delivery
    Production resource/tool in work order or routing
    Document item in BOM
    Output
    As a result you receive a list that is divided into two parts:
    Part 1: Undeleted documents
    This is a list of those documents that cannot be deleted due to their usage.
    Part 2: Deleted documents
    This is a list of the documents that have been deleted.
    These documents have been deleted from the data bank without having been archived.
    Note:
    If you set the indicator for test mode on the entry screen of the report, then both of these parts of the list will have the heading Test Mode.

  • How to mirror between the production server and the multiple local servers.

    I am currently looking for the best way to correspond between our production server and the multiple local servers. Because the production server is the only server that holds the latest updating applications, and our local servers are located for each developer’s local machines where the all modifications and creations are done. So when the developer locally makes changes for assets or files, he creates a patch archive first, then accesses to the production side Administration console screen and imports them from Application Management screen.
    We tried to find a way to see the imported date before (so we know which one has been imported as new.), but there is no show in the Administration console Application Management screen. There is Creation date but it’s set as we initially imported the full archive files, but not patch files. Since between applications have some types of the dependencies (like fragments or image files), what is the best way to keep mirroring between the production server and local servers? Or we should simply not use patch file for updating server?
    Thanks,

    Check out this utility : http://blogs.adobe.com/livecycle/2013/03/adobe-livecycle-configuration-migration-utility.h tml
    Thanks,
    Wasil

  • How to change backend databases sql server 2008 R2 to Sql server 2012 datacenter

    Hi
    i have current sharepoint 2010 form has backend database is sql server 2008 R2 on windows server 2008 R2 Enterprise
    and this form has
    1 application server
    1 Search server (index server)
    1 wfe server ( all web applications are running)
    1 databse server
    here  how i change this form back end to new windows server 2012 and sql server 2012 datacenter
    adil

    Information on SQL Aliases (using cliconfg.exe):
    http://sqlandme.com/2011/05/05/create-sql-server-alias-cliconfg-exe/
    You need to migrate content back into the database prior to migration:
    http://technet.microsoft.com/en-us/library/ff628255(v=office.14).aspx
    http://technet.microsoft.com/en-us/library/ff628257(v=office.14).aspx
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • How to change logo in SAP intial screen

    Hi,
       How will I change the logo in the initial sap screen.
    Regards,
    Kishore.

    Hi
    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.
    Refer the links -
    SAPGUI Logon screen
    How to put Company Logo in a SAP R/3 Login Screen
    Infotext on logon-screen
    How to insert Logo in Easy Access screen?
    Photo on SAP Logon Screen
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • How to change port for discoverer server

    Hi All,
    Current default port is 7777 for discoverer server.
    how to change the port number ?
    Thank you.

    [Disco Configuration Guide|http://download.oracle.com/docs/html/B13918_03/maint.htm#i1035783]
    Hi,
    I would recommend using the Oracle Business Intelligence Discoverer Configuration Guide appropriate for your implementation (e.g. for Oracle BI Discoverer 10g Release 2 for SPARC, click on the link above). Here is what the documentation says:
    To change the port on which Discoverer is deployed:
    -Start Oracle Application Server Control and display the System Components page (for more information, see Section 5.1.2, "How to start Application Server Control and display the System Components page").
    Display the Ports tab
    -In the rows containing the Oracle HTTP Server component (Type=Listen), select the edit icon in the Configure column to display the Server Properties page for that component.
    -Scroll down to the Listening Addresses and Ports area and change the port number in the Default Port field.
    -Click OK.
    -When you are prompted to restart the Oracle HTTP Server, click Yes.
    For more information about the Server Properties page in Application Server Control, see Application Server Control Help.
    Hint: If you change a Discoverer port number, make sure that any other OracleAS components that use that Discoverer port number are synchronized.
    I have not needed to do this, so I can not speak from experience. As always, try this in a test environment first.
    Patrick
    Edited by: Patrick Bacon on Dec 8, 2009 5:31 AM

Maybe you are looking for

  • After failed installation from DVD unable to uninstall to retry - Error message 2343

    Having started installation of Elements 12 from DVD it failed before completing the installation and then rolled back the last two items on the installation list (out of 3). Now when running the DVD again it endeavours to do an uninstall before tryin

  • Search query TREX

    Hi, I try to configure the KM iview search query to return only result by the name of documents(or part of name) and not as full text. For example, if i make a search on "TEST" i can see in the result page: - document.doc <i>(name of file)</i> this a

  • Structure cFolders 4.0

    Hi, all I have three questions, but I don't find information about this. 1.- How is the infraestructure and the structure of cFolders 4.0? 2.- when I upload the document in cFolders. I want to know Where does it keep ( path) exactly the documents tha

  • Error compiling expressions in custom JSP tags

    We had the same problem and we have found the same solution. Not to nice.           Jan           

  • HT201475 Problem with gray screen after connecting external drive

    I attached a LaCie external drive to back up photos and iTunes on iMac running Mountain Lion OS. I'm trying to resize partitions to back up but after attaching I'm having problems restarting and/or shutting down. I keep getting gray screen And have t