What is meant by self  explanatory in message class

hi gurus,
what is meant by self  explanatory in message class?
why it is used for?
ASAP

Hello,
Creating a Message Long Text
Use
Create a long text whenever the message text itself is not fully self-explanatory.
Prerequisites
You must already have created the message for which you want to create the long text, and not flagged it as self-explanatory.
Procedure
To enter a long text for a message in the message maintenance transaction (SE91):
Position the cursor on the relevant message.
Choose Individual maint.
The message text appears highlighted.
Choose Long text.
The SAPscript editor appears.
Enter your long text.
Check the text.
Save the text.
Result
When you send a message that has a long text, the message is displayed with a yellow question mark symbol.
Depending on the SAPgui settings, the message is displayed:
In the status bar (at the end of the message area),
In the message dialog box (on the Help pushbutton).
If you then click the message line or the Help pushbutton, the long text is displayed.
Vasanth

Similar Messages

  • How to find the Message Class and ID for messages in WebIC

    Dear Experts,
    I get some error messages in the WebIC
    I went to SAAB to activate and see details on the error messages
    But, what i am missing is the the message class and the ID information
    Can any one tell me if there is a work around to check and find out which message class and ID the message belongs to
    Regards,
    Raj

    Hi Raj,
    Put a break-point in method get_instance or ADD_MESSAGE of class cl_bsp_wd_message_service.
    Best regards,
    Caíque Escaler

  • What is meant by locking the audit statistics?

    Hi all,
    I am getting this error in the inbound IDoc ALEAUD "The Audit statistics for sending system E1Q100, receiver system QS1310 and message type ORDERS could not be locked." Status 51, What is meant by locking the Audit statistics?
    Thanks,
    Charles.

    It is basically trying to get a get a database lock on the table BDAUDSTATE to make your status updates but it was not able to.
    See if a lock exists on this table and remove it, or it may also be a case of stepping on the toes that two simultaneous updates are going for the same IDoc.
    It is basically a database lock error.

  • What is meant by datamodeling?

    Karun , I am not sure if you will get your answer for such a question since it is too generic... however if you want to know what is meant by data modeling ... you would need to get yourself a good book on data warehousing and read the same
    Dear All ,
    Can you please let me know what is meant by data modeling?
    In what way Datamodeling is used in BI?
    Regards
    Karun
    Edited by: Arun Varadarajan on Jan 18, 2009 8:22 AM

    Hi,
    Data modeling is the process of creating a data model by applying a data model theory to create a data model instance. A data model theory is a formal data model description. See database model for a list of current data model theories.
    When data modeling, we are structuring and organizing data. These data structures are then typically implemented in a database management system. In addition to defining and organizing the data, data modeling will impose (implicitly or explicitly) constraints or limitations on the data placed within the structure. Managing large quantities of structured and unstructured data is a primary function of information systems.
    Data models describe structured data for storage in data management systems such as relational databases. They typically do not describe unstructured data, such as word processing documents, email messages, pictures, digital audio, and video.
    A data model describes the structure of the data within a given domain and, by implication, the underlying structure of that domain itself. This means that a data model in fact specifies a dedicated grammar for a dedicated artificial language for that domain.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/80fc0a2e-6561-2910-839e-8ff3e36dd4d6 (data modelling)
    Thnx==pts
    Avi.

  • What is meant by change pointer and change request

    hi,
    what is meant by change pointer and change request in sap r3
    plz can u any one notes or link on this , or if possible briefly tell about this..
    i am looking for clear idea on this..
    thanks
    Ruban

    With respect to Dictionary Change pointers means all the changes done to dictionary objects.
    All the change logs with respect to tables are stored in CDHDR and CDPOS table
    Change Pointers in broad sense are used with respect to IDOC
    Change Pointers & Reduction of IDOCs.
    Applications, which write change documents, will also try to write change
    pointers for ALE operations. These are log entries to remember all modified
    data records relevant for ALE.
    Following Steps must be followed in case of Change Pointer.
    1) Goto Transaction BD60.
    Note down the Details of the Message Type for which change pointer has to activate. Details like Function Module, Classification Object, ALE object Type etc.
    E.g. ZDEBP3
    2) Next step is goto transaction BD53
    Click on change button.
    First select the segment for which the fields has to modified (either remove or
    add ).
    It will show the fields in a pop-up window where the user can select, deselect the respective fields.
    Save the settings for the Message type. Don’t forget to activate the change pointers by clicking Activate Change pointers button on the main screen.
    3) Once the activation is done system will reset the settings for the Message type in Change pointers (BD60). Maintained the old settings for the Message type.
    Check this FAQ
    . Do you really need change pointers?
    You need change pointers to distribute changes with the ALE SMD tool. If you do not use this tool, you do not need to write change pointers.
    You can deactivate change pointers and activate them again with the transaction BD61.
    2. Do you really need to activate change pointers for this messages type?
    If some messages types are no longer to be distributed by change pointers, you can deactivate change pointers for this messages type.
    You can deactivate change pointers for the message type
    and reactivate them again.
    For reduced message types, deactivate the change pointer with the
    Reduction tool (transaction BD53).
    3. Are there still too many change pointers to be processed?
    The change pointers are analyzed with the transaction BD21 or the report RBDMIDOC in ALE and flagged as processed. If the change pointers are created periodically, this report should also run periodically.
    4. Are no longer required change pointers reorganized in time?
    The report RBDCPCLR (transaction BD22) to reorganize the change pointer should run periodically. Depending on how many change pointers are created or processed, you can schedule the background job hourly, daily or weekly. You should delete all obsolete and processed change pointers. You can also use this report for specified message types.
    We come across change pointer technique while dealing with master data distribution thru ALE/IDOCs
    When we want to reflect changes made to master data(i.e customer master, vendor master, material master ...) visible to other clients listed in customer distribution model, we follow change pointer technique.
    What is customer distribution model?
    A customer model depicts various messages (master data, transactional data) exchanged between the systems and establishes a sender and receiver of data
    A customer model is always maintained on any system for the entire distributed network of SAP systems, so it must be distributed to various systems in the distributed network.
    These r some details regarding change pointer technique which u may find it usefull.............
    The change pointers technique is based on the change document technique, which tracks changes made to key documents in SAP, such as the material master, customer master, vendor master & sales orders. changes made to a document are recorded in the change document header table CHDHR, and additional change pointers are written in the BDCP table for changes relevant to ALE. BDCPS table stores the status of changed documents processed or not.
    The process for distributing master data using change pointers involves the following steps.
    The application writes change documents. SAP maintains change documents for
    several objects in the system, such as materials, customers, invoices, and bank data, to provide an audit trail for changes made to an object. A change document object represents a set of tables for which changes are recorded. For example, the change document for the material master is named MATERIAL and it contains the various tables of the material master object, such as MARA and MARC.
    When an application transaction makes changes to an object, the application writes change documents, which are stored in the CDHDR and CDPOS tables for each change made to an object.
    Tip
    Execute transaction SCDO to see a list of change document objects and
    their tables.
    The SMD (Shared Master Data) tool writes change pointers. When changes are made to an object, the SMD tool checks the ALE settings and consults the ALE distribution model to determine whether a receiver is interested in the object that was changed. If the system finds an appropriate receiver, the system creates change pointers in the BDCP table that point to change documents in the CDHDR table.
    The ALE programs analyze change pointers and generate IDocs. SAP provides
    standard function modules that read the change pointer table and generate IDocs for the objects that were changed. These programs are designed to ignore multiple changes and create only one IDoc. For example, if a material is changed four times before the function module is invoked, only one IDoc with the latest data from the material master data is created. The function modules are invoked by a standard report, RBDMIDOC. The selection parameters of this report allow you to specify the message type for which change pointers are to be analyzed. Configuration
    you must carry out the following configuration steps to enable master data
    distribution based on changes to the object.
    Step 1: Enable Change Pointers Globally
    Transaction: BD61
    This option enables the change pointer process globally. Make sure that the flag is checked.
    Step 2 :Enable Change Pointers for a Message Type
    Transaction: BD50
    This setting is required for activating change pointers for a specific message type.
    make sure that the Active flag is checked for your message type.
    Step 3 :Specify the Fields for Which Change Pointers Are to Be Written
    Transaction: BD52
    For standard master data objects such as the material, customer, and vendor objects, SAP already provides a list of fields for which change pointers are written. If you are satisfied with the standard set of fields, you can skip this step. If you want to add new fields, you must add entries for the required fields. If you are not interested in IDocs being generated for changes to a particular field, you can remove it from the list. For example, if you do not want to distribute the
    material master for changes made to the Catalog Profile (RBNRM) field, you can delete this entry from the table.
    Step 4: Changing a Field in the Master Data
    Change a field in the master data object for which the change pointer is enabled. For example, if you change the net weight of a material in the material master data, a change pointer is written.
    Tip : You can verify a change document and change pointer by viewing entries in
    tables CDHDR and BDCP, respectively.
    Step 5 :Executing Program RBDMIDOC to Process Change Pointers
    Execute program RBDMIDOC to initiate the process of generating an IDoc. On the selection screen, specify the message type. For example, you can specify MATMAS. After you execute the process, it displays the number of entries processed.
    Note :
    Normally, you schedule this program to run frequently and start IDoc
    generation for different message types.
    Step 6 : View the idocs in WE02/05

  • What is meant by FISCAL YEAR

    WHAT IS MEANT BY FISCAL YEAR

    Hi
    Fiscal Year means Financial Year for which all the Accounting Documents are Created.
    You can find this field in FI related tables like BKPF-GJAHR.
    <b><REMOVED BY MODERATOR></b>
    Message was edited by:
            Alvaro Tejada Galindo

  • What is meant by registering a Queue

    Hi all,
    What is meant by registering a queue and how exactly it is done?
    best regards,
    Kulwant

    Have a look at
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/59e837d3-0201-0010-c096-dc1869733413
    http://help.sap.com/saphelp_nw2004s/helpdata/en/index.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/04/827440c36ed562e10000000a155106/content.htm
    thanks,
    pooja
    Message was edited by:
            Pooja Pandey

  • What is meant by password Encryption

    1) i am entering a password in the text filed how it will be changed when it is storing in data base.
    2) why this Message Digest is Using.
    3) what is meant by SHA
    i am unable understand when i read this topics.
    thanks,
    Chilakala

    1) i am entering a password in the text filed how it
    will be changed when it is storing in data base.That's what you're supposed to know. You wrote the program.
    2) why this Message Digest is Using.Because you don't want to store the password itself for security reasons, but something that can be created from the password, but that in turn cannot be used to reconstruct the password. A one-way conversion.
    3) what is meant by SHA A hashing algorithm.

  • HT203301 Exactly what is meant by wave in a figure 8? For the compass.

    Exactly what is meant by wave in a figure 8? For the compass.

    If it doesn't matter then why is it not calibrated. Message goes away and I try to use the app which still reports what I know is east as west or south. I figured that I did the figure 8 wrong. I am not near any interference since I am in my backyard.

  • What is difference between transport protocol and message protocol

    what is difference between transport protocol and message protocol
    please give definition and small explanation

    Hi,
    Transport protocol gives information about outside of message details, kind of system, security details.
    A transport protocol is a network protocol that has the capability of transferring some payload from one node to another, thus providing some level of transparency from the underlying network.
    Transport protocols are used as a mechanism to move payloads around a network. Typically, a payload will have a transport binding associated with it. For example, SOAP (acting as a payload) has a predetermined binding for HTTP (a transport protocol).
    Some common transport protocols include: HTTP, HTTP-R, SMTP and BEEP.
    Message protocol gives you an idea of message type XI payload
    http://help.sap.com/saphelp_nw04/helpdata/en/b6/0b733cb7d61952e10000000a11405a/content.htm

  • What is meant by costing key?

    Dear Experts ,
                          while releasing the billing document to accounts , i am getting  error like
                Valuation with material cost estimate: error, The system looked for the material cost estimate using costing key "002", as defined in the Customizing settings for CO-PA,  incomplete due to FI/CO interface
    what is meant by costing key?
    regards
    rajakarthik

    Hi,
    In Costing based Profitability analysis you define costing keys. A costing key is a set of access parameters which are used in valuation to determine which data in Product cost planning should be read. In the costing key you attach the costing variant.
    In the costing key you specify whether the system should read the current standard cost estimate, the previous standard cost estimate or the future standard cost estimate or a saved cost estimate.
    The configuration settings to determine this costing key is as follows:
    Assign costing keys to the products u2013 Three costing keys can be attached to a single product for a specific point of valuation, record type, plan version.
    Assign costing keys to Material types
    Assign costing keys to any characteristics u2013 You can use your own strategy to determine the costing keys. This is through user defined assignment tables.
    regards,
    Santosh kumar

  • I have install last update for i pod(ios5) but during installation there was one problem....i have restore my ipod and now i have lost all my buyed music!!Is not possible download it....?What are the details, including any error messages, related to your

    I have install last update for i pod(ios5) but during installation there was one problem....i have restore my ipod and now i have lost all my buyed music!!Is not possible download it....?What are the details, including any error messages, related to your question?

    Have you not got the music on your computer and/or on backups on, for example, external drives or CDs/DVDs ?

  • What is the cause of this error message?

    What is the cause of this error message?
    What is the solution to this problem ?
    Thanks

    First part of your question:
    Error Message
    %CFT_API-3-CFT_ERRMSG_NO_MEMORY: [chars] [chars] [dec]
    Explanation
    The system was unable to supply the requested memory for flow processing to continue
    Recommended Action
    Reduce other system activity to ease
    memory demands. If conditions warrant,
    upgrade to a larger memory configuration.
    link:
    www.cisco.com/c/en/us/td/docs/ios/system/messages/guide/sm_cn02.pdf
    Pretty generic, but its a start, the process in question is cft_flow_lookup.
    This may be an indication of a deeper resource issue.

  • I accidentally clicked 'don't trust my computer' on my iphone 5, it was a total accident as I wanted to click'trust my computer'. What can I do 2 gt tht message pop up back? I tried resetting my phone n turning it on and off. My PC is windows7

    I accidentally clicked 'don't trust my computer' on my iphone 5, it was a total accident as I wanted to click'trust my computer'. What can I do 2 gt tht message pop up back? I tried resetting my phone n turning it on and off. My PC is windows7. Please help mee people n apple . Thanks

    Hi Rebekah...
    This problem seemed to have worked itself out... Somewhere amongst these solutions...
    1. Reinstall iTunes
    2. Restart computer
    3. Restart iDevice
    It didn't at first, and I thought to myself... "Oh great, another problem which Apple doesn't acknowledge as existing", but don't worry. Give it a couple of restarts, and if all else fails... Create a new Windows Logon and try from there.
    It just happens I was in the middle of reformatting my PC and resinstalling Windows 7, so it wasn't so much an issue when I wiped as it worked when I tried it on a fresh system.
    Hope something helps...

  • Dispute Case Key (Replicated) (0DPM_D10); what is meant by Replicated?

    Hi everyone,
    I am working on implementing FSCM Dispute Managment module. I have some questions regarding the new standard content provided by SAP for this:
    Earlier I have seen clients using the Stanadard InfoSet 0DPM_I0 for all the Dispute's reporting as it combines data from AR, Dispute Case key and 0Customer. But now I am seeing a bunch of new objects like 0DPM_M10, 0DPM_M20, 0DPM_C10, 0DPM_D10, 0DPM_DCAS_10 etc. provided by SAP as standard content.
    Does any one have any experience with this new content; can anyone explain me how this new content is useful. My client is reluctant against using the standard InfoSet as its is built on two DSO's; I have suggested to build a cube on top of them and can still use an InfoSet to combine AR line items, Disputes, Dispute case key and Customer. Correct me if I am wrong with thid statement.
    Also please let me know what is meant by a Replicated DSO.
    Any comments or suggestions will be greatly appreciated.
    Thanks & Regards,
    SRV

    There are a few things to consider:
         1) The data is stored in deserialized form until it is read. The first read will deserialize the data.
         2) There is some overhead per-entry. 750MB/(3,000,000-30) = ~250 bytes per entry. Some portion of this is attributable to the per-entry overhead.
         3) How did you measure memory usage? Usually invoking <tt>System.gc()</tt> before measuring heap usage will clear garbage but is not guaranteed.
         Jon Purdy
         Oracle

Maybe you are looking for