Issue in maintaining Long Text in Message Class

Hi
For Note implementation 1413492, I have to maintain long text, when I click on Long Text , I get a pop-up Create Modification , with 2 options for Template Type (1) Original Text (2) Template (With Headers)
Can anyone let me know how to proceed further, whatever name I give for the Modification, I am getting Error Message saying 'Enhancement Name violates the namespace convention (Note 989653)', I have tried unchecking the Self Explanatory check box as well, but still I get the same error message.
Below is the Long text I have to maintain class FR, message number 533
7. Create new error messages in the message class FR:
Call transaction SE91, enter the message class FR, and choose "Display" and
then "Change". Enter the following new messages:
Message Message short text:
533 Error while calling RFC destination
534 Contract Accounts Receivable and Payable is not installed in the
system
535 For company code & there were & data records transferred from
FI-CA
536 Error during data transfer from FI-CA for company code &; error
text:
Set the "Self-explanat'y" indicator for messages 535 and 536.
Enter a long text for messages 533 and 534:
Long text FR 533:
CAUSE
An error occurred when testing the RFC connection to Contract Accounts
Receivable and Payable. The message text is:
&V1&&V2&&V3&
SYS_ADMIN
Check the settings of the RFC destination &V4&.

Hi Ryan,
Extract from note 989653;
Note:                                                                               
The name of the modification object must start with:                                                                               
o  'Z'/'Y', or                                                                               
o  the customer namespace available in the system (TRNSPACE table).                                                                               
Otherwise, message 645 will appear because the SAP namespace is not   
permitted.                                                                               
My suggestion would be to start the name with a Z.
Regards,
Nick

Similar Messages

  • Pass a varaible (Place holder) in the Long text of message class

    Hi Gurus,
    My requirement is to display an error messages using message class for better understanding I am using Long text will it possible to pass a variable (place holder) in the long text if possible means suggest how to pass the variable (we need to put any &1 like this similar we do in message class) or only we can display only text in long text.
    Confirm the same
    Regards
    Dhanoo

    hiii
    Create new message in message class with text like material number & is not valid
    Here  .
    & symbol is the place holder. you can dynamically pass some thing to this message. In your validation do like this.
    MESSAGE e001 WITH wa_matnr.
    Here wa_matnr is the input field value.Display this message under appropriate events.
    eg: AT SELECTION-SCREEN ON wa_matnr  in case of reports.
    reward if useful
    thx
    twinkal

  • Translation long text for message

    Hi friends,
    this is a real issue and I do not need any unspecific recommendations.
    I created a message in Z namespace with additional longtext. I have to translate the long text from German to english.
    I wasted one hour with trying in SE63 - I did not get anywhere, nothing selected, nothing displayed.
    Need a step-by-step guide or link to useful online help.
    Desperate.
    TIA,
    Clemens

    Hello Clemens
    Here is a step-by-step procedure (assumption: message class has name ZUS_SDN):
    (1) Call transaction <b>SE63</b>
    (2) Choose menu: <i>Translation -> R/3 Enterprise -> Transport Objects</i>
    (3) Enter: R3TR MSAG ZUS_SDN and choose target language -> push ENTER button
    The following hierarchy will be displayed:
    <b>Temporary Worklist   </b>                                     
        5  ABAP texts                                                                               
    5  <MESS> Messages  " messages                                                                               
    ZUS_SDN 000                      ZUS_SDN   
        5  Technical short texts                                                                               
    5  <MSAG> Message Classes  " description of message class                                                                               
    ZUS_SDN                          ZUS_SDN   
        5  Further object types  " long text of messages                                                                               
    5  <NA>   Messages                                                                               
    ZUS_SDN000                       ZUS_SDN   
    Regards
      Uwe

  • How to maintain long texts in different languages in a message class

    Hi All,
    I have maintained a message and its transaltions in some other languages in a custom message class. I have maintined the long text in English language. But I am not getting how to maintain the long text in other languages.
    Please help.
    Regards
    Kiran

    Hi Kiran,
    Good!
    In the message class corresponding to that message give the place holders &&&&.
    Like 001    &&&&
    in the program.
    Message <class>001 with text-001 text-002 text-003 text-004.
    then you could disply long text.translation takes place if u enter in different language automatically.
    thanks,
    Sunil.

  • Dynamic text in Long text of message

    Hi All
    Can you please guide me that how dynamic text are maintained in long text of the messages.
    I have used variable name between 2 ampersands 1.e. &var&..but its nt working. Where could be the mistake ?
    Regards,
    Shreya

    The problem is... I want to show an error message. and when user double clicks on that message, a pop up screen should come showing the detailed description of that message which also contains some dynamic text...eg:
    The message is "Please maintain ABC field for Company Code &1".
    To this short text i want to give a long text description eg:
    "For the Combination of Compay Code &2 and Account &3, ABC field should not be blank".
    Dynamic text element in short text is working fine,  but in long text it is showing &2 and &3..,, ie these are not populated with values.
    Where could be the mistake ?

  • XMES not displaying the text from message class/number

    Hi,
    I have used the operation XMES in a pcr to generate a warning when a particular wage type scenario is in play.  I am using the XMES with the parameter O so that it operates as function MESSG.  The Operation reads as: XMESOZZ001.  I also set up the short and long text for the message class in SE91.  When the payroll is processed, the warning comes through with the Pernr, payroll, period parameter and the ZZ001; however the text does not come through.  I tried also setting it up with the country message class 10 and that does not work either.  While debugging discovered that there is no coding actually moving the corresponding text to the log_msg.  Was this programming meant to be used in ECC 5.0 and on?  There are no updates beyond 4.7 so I am wondering if we are missing something in our coding that others may have or was the intention for the customer to build in its own coding?  Was anyone else able to get the actual text to display in the log??
    Thank you,
    JLM

    Hello:
    You need to use customer exit in Opertion XMES.  Go to Pe04 for XMES and look at code.  When "ZZ"  ZZ customer exit (ZZxxx).    You need to use the same in Payroll rule to pop up the message in the log as described in SE91 for custom message class.  Follow the syntax given in documentation.
    Get this done by a developer.
    Thanks
    Bhavani

  • Long text for Messages

    Hi,
    I am trying to display warning message W899(V1).
    For this message, Long text is not maintained in SE91.
    Can we display Long text for such messages? My Long text content will be generated in program. So it will not be fixed always.
    Thanks in Advance
    Umesh

    Umesh,
    899(V1) cannot have a long text as it is dynamically assigned. It takes four text variables and displays them as the message. Because of the dynamic nature of the message, you cannot create one long text explaination for it. Look at the following to illustrate what I am talking about.
    MESSAGE W899(V1) WITH 'I am First Message'
                          'I am Second Message'
                          'I am Third Message'
                          'I am Fourth Message'.
    Your popup will be displayed as 'I am First Message I am Second Message I am Third Message I am Fourth Message'. Now what long text do you think is suitable for this vs. another message displayed as follows.
    MESSAGE W899(V1) WITH 'You have Entered wrong values.'
                          'See long text for an explanation.'
                          'Correct the value'
                          'and rerun'.
    Now here it makes sense to have some long text, but since you are using a message id, you cannot do. If you add long text based on the second message, then it will be applicable to first one also, where it will not make sense.
    Use function module HELP_OBJECT_SHOW. See program DEMO_DYNPRO_F1_HELP for the usage of this function module.

  • Issue with Capturing Long text using CALL METHOD EDITOR- GET_TEXT_AS_STREAM

    HI Experts,
    Standard Long text is capturing using CALL METHOD EDITOR->GET_TEXT_AS_STREAM
         but not working for Custom Long text – Only changes
    Here is the Issue:
    1)      Created Custom Long text in TAB. --> Good
    2)      Entered few lines in custom Long text  --> Good
             Click on Standard Tab , Leaving Custom tab and Custom Long text-->Good
    4)      In PAI of Custom Tab – Changes captured using CALL METHOD 1 ( See below Code 1)--> Good
    5)      Entered few lines in Standard Long text in Standard Tab -->Good
    6)      Click another Standard Tab
    7)      In PAI of Standard Tab – Changes captured using CALL MEHTOD 2 ( See Below Code 2)-->Good
    8)      Come back to Standard Tab / Standard Long Text , Enter few more lines.
    9)      Change the Tab , IN PAI of Standard Tab/Standard Text , Changes Captured using CALL METHOD2 ( See Below CODE 3) --> Good
    10)   Go to Custom Tab , Custom Long text , Entered few more lines--> Good
    11)   Click on any other tab, Triggered again PAI of Custom tab / Custom Long text using Call Method1 ( See Below Code 4) -->Good triggered PAI same CALL METHOD TEXT_EDITOR1->GET_TEXT_AS_STREAM.
    12)   But additional lines are not captured , saying ZERO LINES in Internal Table and IF_MODIFIED = NO  -->Issues lies here.
    CODE1 ( Custom Long text entry capturing – First Few Lines )
    Custom Long text Entries are stored in LS_OUTTAB-TEXT first time when entered few lines and LV_MOD is 1.
    PAI of Custom tab
    CALL METHOD TEXT_EDITOR1->GET_TEXT_AS_STREAM
            EXPORTING
              ONLY_WHEN_MODIFIED     = CL_GUI_TEXTEDIT=>TRUE
            IMPORTING
              TEXT                                       = LS_OUTTAB-TEXT ( FIlled with Lines entered in custom long text )
              IS_MODIFIED            = LV_MOD ( Value 1 , Modified )
            EXCEPTIONS
              ERROR_DP               = 1
              ERROR_CNTL_CALL_METHOD = 2
              OTHERS                 = 3
    CODE2 ( Standard Long Text Entry Capturing – First Few Lines )
    Standard Long text Entries are stored in SELECTED_TEXT first time when entered few lines and FLAG_MODIFIED is 1.
    PAI of Standard tab
       CALL METHOD EDITOR->GET_TEXT_AS_STREAM
          EXPORTING
            ONLY_WHEN_MODIFIED = YTRUE ( Value 1 , Modified )
          IMPORTING
            TEXT                               = SELECTED_TEXT ( FIlled with Lines entered in standard long text )
            IS_MODIFIED        = FLAG_MODIFIED.
    CODE 3 ( Standard Long Text Entry Capturing – Second time Few Lines )
    Standard Long text Entries are stored in SELECTED_TEXT  second  time when entered few lines and FLAG_MODIFIED is 1.
    PAI of Standard tab
       CALL METHOD EDITOR->GET_TEXT_AS_STREAM
          EXPORTING
            ONLY_WHEN_MODIFIED = YTRUE
          IMPORTING
            TEXT                               = SELECTED_TEXT ( FIlled with Lines entered in standard long text )
            IS_MODIFIED        = FLAG_MODIFIED. ( Value 1 , Modified )
    CODE4 ( Custom Long text entry capturing – Second Time Few Lines )
    Custom Long text Entries are not stored in LS_OUTTAB-TEXT Second Time when entered few lines and LV_MOD is 0.
    PAI of Custom tab
    CALL METHOD TEXT_EDITOR1->GET_TEXT_AS_STREAM
            EXPORTING
              ONLY_WHEN_MODIFIED     = CL_GUI_TEXTEDIT=>TRUE
            IMPORTING
              TEXT                                       = LS_OUTTAB-TEXT  ( ZERO ENTRIES )
              IS_MODIFIED            = LV_MOD   ( NOT MODIFIED Flag )
            EXCEPTIONS
              ERROR_DP               = 1
              ERROR_CNTL_CALL_METHOD = 2
              OTHERS                 = 3
    Can anyone help me out of this.
    With Regards,
    Bala M

    Excellent Eitan,
    Here is what I am trying to Achieve.
    In Create Notification IW21 , They need 5 Long Text in Custom Tab ( Say Tab Name is MBR ).
    TAB1 NOTIFICATION Standard Information , TAB2 REFERENCE OBJ , TAB 3 MalFunction , Breakdown Standard one...... TAB 7 ( Custom Tab ).
    In Custom Tab , I added 5 LONG TEXT ( its 5 WHY Concept ).
    When the User enters data in 5 Long text , it should store long text along with Notification number when save.
    But Notification number will be generated @ the time of SAVE , but before that its just shows as
    %0000000001 ( and Number will be generated 1000065479) at Save.
    How to achive this .
    I did this:
    Added 5 Custom Container. and In PBO / PAI
      PROCESS BEFORE OUTPUT.
    MODULE STATUS_0100.
    PROCESS AFTER INPUT.
    MODULE USER_COMMAND_0100.
    IN PBO
       CREATE OBJECT TEXT_EDITOR1 ,    CREATE OBJECT TEXT_EDITOR2,    CREATE OBJECT TEXT_EDITOR3 like wise 5
       CALL METHOD TEXT_EDITOR1->SET_TEXT_AS_R3TABLE ,    CALL METHOD TEXT_EDITOR2->SET_TEXT_AS_R3TABLE .. Like wise 5 , So when the user Click on Custom Tab ( MBR ).
    It give 5 Long text.
    When he click tab1 or tab2 or tab3 .. and again tab MBR , still data is available.
    How to store this data for future retrival ( IW22 or IW23 ) ?
    Its working fine when I enter first time and goes here and there and finall save .
    IN SAVE BADI , I imported the Long text and created Standard Text SO10 with Notification Number with LONG1 , LONG2 .. means 1000065479LONG1 as standard text.
    But not working when I entered first time and go to tab1 and tab2 and then to MBR tab and added few more lines , its not exporting full lines and in IMPORT ( SAVE BADI ) giving ZERO Lines.
    Please help and thanks for your quick response.

  • Translation long text of  messages

    Hello,
    I try to translate a ABAP messsage. Message class = ZA , message number = 941.
    I check the following documentation.
    http://help.sap.com/saphelp_nw70/helpdata/EN/41/71601b3ab0f34a8e00aa01338c68f3/content.htm
    1. Transaction SE63
    2. MESS in OKCODE field
    3. Enter ZA*941
    4. Press  F4 -> A POPUP "Restrikt Selection Quatity" appears
    No Idea what I should enter here. So leave the * in input field and continue.
    Result is a Time out.
    Any Idea ?
    Ralf

    Hi,
    You do it through SE91 itself.
    Select the message you want in SE9. Menu=>Goto=>Translation.
    Here you can maintain the translations.
    Thanks,
    Vinod.

  • How to display field values in long text of messages....

    Hi,
      Currently iam doing an userexit. In that i want to display error messages. and if we click on message it will display the long text. My question is i want to display field values in the long text. Under the long text's &system_response& i want  to display a field value.
    Regards
    chinna

    Hi Chinna,
    Within short and long texts, you can use placeholders, which can be replaced with the content of data objects using the MESSAGE statement. A maximum of four character-type placeholders are permitted; they are indicated by #&i# in short texts, and by #&Vi&# in long texts, where i = [1, 4]. If #&# itself is to be displayed as part of the text, it must be specified as #&&# in short texts and as "&" in long texts.
    To add some detail on how to create variables in Long text, you have to go to 'commands' and in symbol option provide the variables like
    &V1&  &V2&  and so on.
    Hope this helps you.
    revert for further clarification.
    <b>Alwyas reward Points to useful suggestions.</b>
    Regards,
    Vikas
    Message was edited by:
            Vikas Taneja

  • No long text in message after using after using DSWPNOTIFCREATE

    Hi,
    After creating a message by using the BSP DSWPNOTIFCREATE the long text is not visable in the message. When I display the massage in solutions manager the system Data, short text is visable in the message, but not the longtext.
    Richard

    Hi,
    After creating a message by using the BSP DSWPNOTIFCREATE the long text is not visable in the message. When I display the massage in solutions manager the system Data, short text is visable in the message, but not the longtext.
    Richard

  • PC-UI : long text of messages

    On clicking the details of the messages we get only the static long text but not the messages which are collected in from other sytems say R/3.

    This is a limition with PC-UI framework. It is worked upon for the forthcoming realeases.

  • Message text from message Class need to Display

    Hi All,
    i am getting Message Class and the message Numbers in an Internal Table.
    The message Text for that Number in the message class i need to Display in Out Put.
    Please let me know the procedure How to Display the message text
    Please Suggest the Code if any Function module Exists...
    Regards,
    Reddy

    Hi,
    Are you not able to use the FM "BALW_BAPIRETURN_GET2"?
    The import parameters for this FM are
    TYPE - Message Type (can be error/success.info etc)
    CL - Message Class
    NUMBER - Message No
    PAR1 - Message Place Holder1, if any exists
    PAR2 - Message Place Holder2, if any exists
    PAR3 - Message Place Holder3, if any exists
    PAR4 - Message Place Holder4, if any exists
    You will get the message text information directly from the export parameter RETURN-MESSAGE.
    Regards,
    Ganga

  • Issue while saving long text through MS Word Editor in SAP

    Hi All,
    I am facing some issue while saving text through Word editor in SAP(like Notes in Installation or Long Text in device location).
    After entering the text, when I am pressing the Back button, it says text transferred successfully, but when I try to see the text again, its not in the proper format.
    Every time I go to the word editor, some text is deleted.
    Thanks in advance for your help.
    Manoj Vatwani

    Hi Manoj,
    Can you share some screenshot for the formatting issue that you are facing.
    Thanks,
    Amlan

  • After installing Flash Player on a Mac with Mavericks, I get a long text error message about "Installation error". Can send screen shot if helpful.

    Error message titled "Internal Server Error". Unable to download screen shot, which is a small file, but .tiff.
    Any recommendations on the basis of this very minimal info?
    RPB

    Hello,
    Yes a screenshot will be helpful.  The format needs to be either JPG or PNG to upload to the forums.  You can use the Preview app (How to post a screenshot in the forum) to take the screenshot and save it in JPG or PNG.
    Maria

Maybe you are looking for

  • Re-installing Adobe Creative Suite 5 Design Standard... but error on update

    I reinstall adobe creative suite design standart on a new Workstation with windows 8.1 Installation ok. Not i need to installa update. Here the log file. 10/30/2014 09:38:57 [INFO] PipeThread - Pipe Connected. Waiting for data to come on pipe 10/30/2

  • How to enchance a data source

    Hi, My Datasoure is based on view (Join of 3 tables) There are 4 fields in my data source Shift Start & End Time and Task Start & End time.IN table these 4 fields will contains a 18 digit number. By using a Developed (Z)  function module the 18 digit

  • Blackbook Apps - licence key probleme after purchase

    Hello, I am a french user of BB. I bought Blackbook app yesterday but It don't generate a license key. I have received the confirmation of the purchase by email with my order number but no license key. How sould I do to resolve this problem? I don t

  • Adobe Premiere Elements 13 ( Windows 7)

    I purchased the above on line order no AD006474250AU on the 26th April I have meticulously followed instructions provided by [email protected] but without success. I can confirm the download is complete but it requires me to sign in. When attempting

  • .mov exif data problem - Time is off by hours

    I have the same problem that SD_Christina posted 2010: "I import my photos and videos taken on my iPhone using "Image Capture", then I sort them using Adobe Bridge CS5. When I take a video (.mov file), the exif data shows the "Date Created" at 7 hour