Change Standard SAP Messages

Hi,
how can I change the standard SAP messages in Web Dynpro Java?
Thanks in advance.
Elvez

Hi Maksim,
thanks for your fast reply.
With "Standard SAP message in WDJ" I refer to, for example, the messages you get when you enter "asdf" into an inputfield binding a context attribute of type date.
/Elvez

Similar Messages

  • Changing Standard SAP messages

    Hi all,
    is there any way to change the SAP Standard messages like user authentication failed, account locked etc.......
    Regards,
    Sithi

    Hi Sithi,
    You can search the texts within *.properties files and modify them there (restart the portal afterwards). Anyhow, this is a modification and the texts will be overwritten with the next SPS, so the mods have to be re-done (or save your modified *.properties files and copy them over - but in this case, it could be that there are new (or corrected) entries within the new properties files which then you would miss).
    Hope it helps
    Detlev

  • How to changes  standard sap label description

    Hi !
    I heard that there is a way ton change standard sap label description. 
    Please tell me how to do this ?
    Thanks
    moshe

    Hi Solman
       You can do that using the method i have mentioned in
    my earlier post to change the descrptions. Mostly these
    will be used for Product Attributes in Material Master
    to give meaningful names as per our business. You can
    find the same if you go through the documentation
    following the below path
    IMG -> Sales & Distribution -> System Modifications ->
       Create New Fields( without Condition Technique).
    Here check the documentation of "Reserve Fields in the
    Customer Master Record"
      Hope that can help you understand better.
    Kind Regards
    Eswar

  • Changing Standard SAP SmartForms

    Hi Experts,
    I want to make some changes in Standard SAP forms
    So Can we change standard SAP Forms as per Client Requirement
    Warm Regards,
    Sandip Kokate

    Hi Sandip,
    Go to NACE transaction code > click on application (example EF ) > click on Output Types(f5) > then click on output type (example NEU purchase order ) > then on to left click on Processing routines .
    There you will get below four Processign routines:
    1. Print output
    2. Fax
    3 . EDI
    4 . Distribution (ALE).
    Against Print output you will have program  and form .
    or From table TNAPR
    field name FONAM.
    BR
    Dep

  • How to change standard SAP program SAPLFSKB to add custom fields...?

    Hi Gurus,
    I have to change the standard SAP program SAPLFSKB screen 100 to add custom fields...i looked into OSS notes and there is a note: 174413 that provides steps to add custom fields...but when i try to do this it doesnt let me do it...it says that request cannot be changed....do i have to use modification agent...if that is the case then how shud i proceed with this....so please provide me some inputs....
    your help will be appreciated...
    Any inputs for me....
    cheers:sam
    Message was edited by:
            Sam williams

    try going into edit->enhancement operations->create.  this will allow up to add your customized field.

  • Change standard SAP GUI for HTML theme to portal theme

    Dear Experts,
    I have created transaction code for SAP GUI HTML for  a custom report program developed in SE38.
    We have created a URL iView in Websphere enterprise portal. The Transaction executing well and there are no issues.
    But the SAP GUI HTML uses SAP Standard theme. I wanted to change the input field background color which is similar to our portal theme.
    Please let me know , how to change the theme of the standard SAP GUI for HTML.
    Thanks in advance.
    any solution will be greatly appreciated.
    Best regards,
    Prabhu

    Hi Sushil,
    Could you please elaborate in detail with steps.
    Thanks for your help .. Greatly appreciated...
    Best regards,
    Prabhu

  • Changing standard SAP tables

    can any one tell me what is the difference between Append Structure and Custom Includes for the purpose of modification in standard SAP tables

    Append structure :
    +Append Structures Locate the document in its SAP Library structure
    Append structures are used for enhancements that are not included in the standard. This includes special developments, country versions and adding customer fields to any tables or structures.
    An append structure is a structure that is assigned to exactly one table or structure. There can be more than one append structure for a table or structure.
    The following enhancements can be made to a table or structure TAB with an append structure:
    · Insert new fields in TAB,
    · Define foreign keys for fields of TAB that already exist,
    · Attach search helps to fields of TAB that already exist,
    These enhancements are part of the append structure, i.e. they must always be changed and transported with the append structure.
    When a table or structure is activated, all the append structures of the table are searched and the fields of these append structures are added to the table or structure. Foreign keys and search help attachments added using the append structure are also added to the table. If an append structure is created or changed, the table or structure assigned to it is also adjusted to these changes when the append structure is activated.
    Since the order of the fields in the ABAP Dictionary can differ from the order of the fields on the database, adding append structures or inserting fields in such append structures does not result in a table conversion.
    The customer creates append structures in the customer namespace. The append structure is thus protected against overwriting during an upgrade. The fields in the append structure should also reside in the customer namespace, that is the field names should begin with ZZ or YY. This prevents name conflicts with fields inserted in the table by SAP.
    If you create an append structure for a table or structure, only those enhancements are allowed that are consistent with the enhancement category of the enhanced table or structure. For more information, see Structure linkStructure Enhancements.
    The new versions of the standard tables are imported after an upgrade, and the fields, foreign key definitions and search help attachments contained in the append structures are added to the new standard tables at activation.+
    Custom include
    These are includes in SMOD Enhancements, any of these appear on database transparent table but also in structure used by FM, BAPI. They are activated in a project and SAP usually provide user-exit or BADI to maintain/Exploit the added fields in the same enhancement..
    e.g: CI_EKPODB in SMOD MM06E005
    Look also at HOWTO:Implement a screen exit to a standard SAP transaction
    Regards

  • How to change standard SAP Calender

    Hi Friends,
    As per standard SAP when we press F4 on a Date field system provides a calender(as search help)  on which we get Monday as the starting day of the week.
    QUERY
    1. How can I change this Week sequence... i.e as per requirement Week should start with SUNDAY instead of MONDAY.
    2. This calender should indicate Company Holidays also, so that when the user selects date from this search help they are consious of the Company Holiday  and enters working dates from the search help.
    Thanks In Advance
    SK

    SK,
    1. How can I change this Week sequence... i.e. as per requirement Week should start with SUNDAY instead of MONDAY.
    SAP uses a Gregorian calendar in the background for many time/date functionalities. Standard definition is that Monday is the beginning of the week.  There is a modification that you can do to make the display with Sunday as 1st day of the week.  Refer to note https://service.sap.com/sap/support/notes/599989
    2. This calendar should indicate Company Holidays also, so that when the user selects date from this search help they are conscious of the Company Holiday and enters working dates from the search help.
    This is definitely going to cost you some custom programming.  There are many factory calendars in R/3, and each of them typically have different holiday schedules.  In order for you to meet your requirement, you would need to tell the system which factory calendar would be relevant, find the holidays, and then display them in the search help.  To make matters worse, a given date field in a SAP transaction may be relevant for multiple holiday calendars, depending on other info that is entered on the same screen.  If I were a consultant, and you asked me to do this, I would make you specify every date field on every screen that you wish to see this functionality displayed, and I would  also make you give me the rules with which to find the appropriate calendar.  I wouldn't take the assignment without this info.
    I really think you need to consider the cost vs benefit for this last requirement.  
    Rgds,
    DB49

  • What are the acceptable Sap methods/steps to change standard SAP/Abap code?

    To you Sap experts:
    Can you point me to Sap document  that lists the acceptable methods to follow when modifing SAP standard  (abap code).  We are on release 4..7.  
    I assume there is a best practice guide if you have to modify standard Sap code of what to do and don't do.  Ex:. Field exit, CMOD, SMOD... Thanks for assistance.

    Hi,
        You can implement your own logic using User Exits (which includes function module exits, screen exits, field exits and menu exits), Badi's, Enhancement points and Business Transaction, Events.
    Thanks,
    Srinivasa Rada

  • Change Standard SAP iView

    Hi all,
    I need to remove or disable the button "create requisition" on the standard
    SAP iView called "My Position List".
    How to I set the authorisations for this iView such that it is greyed out on the
    standard iView or does nothing when the user clicks on it.
    Or ulitimately what do I need to do such that when i click on this button it should
    not to anything not even go to the next page.
    Any help will be much appreciated.
    Regards,
    Valencia

    Hi Detlev,
    We are using MSS business package for EP 6.The iView is called " My Position List". It returns all the positions that a manger is responsible for.AT the bottom of that iView is a button called 'Create Requisition'
    Regards,
    Valencia

  • Standard SAP Message

    Dear All,
    In standard Transaction COR2,when i release my process order at that time I got Message.
    So how can i change this message?
    And also i want to check that which type of message exist in SAP.
    Is there any T code frm where i got all msg list?

    Dear Maulik,
    But why?
    Its not advisable to make in change in std. Program.You can put your checks in user exits but in std. program not
    at all recommended. Concern your abaper what can be done.
    And  if I am not wrong, you want to restrict that manual Batch creation, correct or nor?
    If yes then there are some other ways by which you can control it.
    - Transaction Variant
    - User Exit
    - Authorization control.
    Regards,
    Dhaval

  • SAP Netweaver Mobile 7.1- Change Standard SAP Logo

    Hi All,
    I need to know, while executing the screen from NWDS we see a SAP standard logo on top left of mobile screen,
    Is this possible to replace the logo with custom logo?
    Regards,
    Nitin
    Edited by: nitinsikka86 on Jan 12, 2011 5:51 PM

    HI,
    Check the reply from Mike on the below thread.
    how to change SAP logo by Customer logo in Internet Sales sites of B2B/B2C
    Thanks & Regards,
    Akila Sangili.

  • Changing standard Validation Error Messages

    Hi All,
    Does anyone know how to change the standard SAP-messages
    like: Decimal value 100 is too large for totalDigits 4
    or: Accuracy 3 exceeds fractionDigits 2
    Thanks,
    Jeschael

    Hi Jeschael,
    I have exactly the same problem. I guess, I'll have to change the datatype to String and write my own  parsing functions for input.
    What have you done?
    Regards,
    Jon

  • Changing Standard Message

    Is it possible to change the message description for any message in BBP_PD or BBP_BID message class?
    Thanks in advance
    Regards

    Hi
    Yes... It is possible to change the message description for any message in BBP_PD or BBP_BID message class.
    Why you want to change the standard SAP messages ? Any specific requirements ?
    Anyways, Do this...
    <u>Go to transaction -  <b>SE91</b> directly, give the message class name - (say BBP_PD) and the message number you want to change. Click on Change button. Make your changes accordingly there. Once you will save this, it will ask for a transport request. Move the transport to all your systems.
    Alternatively, go in Table - T100 using SM30 Transaction and make the changes accordindly.</u>
    Do let me know, incase you face any issues.
    Regards
    - Atul

  • Sap Message Service Name change

    hello guys,
    i need you help with something.
    I would like to change the sap Message Service Name from sapms<SID> to sapms<SID>_new.
    Is this possible?
    i am thinking to do this in RZ11 and change rdisp/msserv value... am i on the right path?
    Are there some limitations in message server service name?
    Thank you for answer.

    Hi Oliver,
    Does those same SID SAP systems , carries same instance number?
    As per SAP Note # 99435 , you should not edit SAPLOGON.ini file manually , instead carry out all changes via SAPLOGon PAD.
    Pls add both systems with different IP specifications and respective instance number details.
    Check if you are able to connect to correct instance
    Regards

Maybe you are looking for