Message Class - Validation

Hi
Message class can it be transpoted without release(Transport request) to other clients. ????
The problem is ,once the message class is created & released, not in a postion to add any new messages .
For any new requirement ,new message class  is been created  and transported to other clients .
Any solution avvailable to maintain only one message class through out implementation with different clients .
Regards
Rao

hi
you can create new messages in the same message class and save it.
this will generate another request which can be transportable to other clients.

Similar Messages

  • Message Class for Validations

    Dear Experts,
    We are on SAP 4.6C. I am trying to create a validation on WBS elements
    for a project. Using transaction GGB0. I would like to issue an error
    message from a different custom message class. However, I cannot
    change the message class for the WBS element validation. The "Message
    ID" field on the Create/Change Validation screen is greyed out and the
    Extras -> Change Message Class is also greyed out.
    Any suggestions would be greatly appreciated.
    Regards,
    Venkat.

    Can't help you with this one, I can just confirm the behaviour. However, this question is far from BPM and Workflow. Perhaps you should ask the same question in one of the ABAP Development forums (and add a pointer to it from here and close this question).
    It's not easy to tell which forum is most appropriate. Perhaps the "Enhancements and Modifications" forum could be said to be appropriate, as the validations and substitutions can be said to be a sort of enhancement technique. I am sure someone there will disagree, but that's the only candidate I see besides "ABAP, General".

  • Validation message class for project system

    Hi,
    I go to OPSI and going to maintain validation for my project normally thru CJ20n and CJ03... what message class should i choose  for new implementation.
    Cheers,
    Nies

    Hi,
    Which one is most suitable for PS new implementation.? coz when i go to OPSI ...its asking for message class.
    but not sure which one is the suitable one?
    Plz help.
    Cheers,
    Nies

  • Translation of message class used in validation

    Hi all,
    we are having troubles with the translation of the message class(es) used in validation. In our system environment, we have 2 development clients. One has logon language german, the other italian. Both clients are allowed to maintain their own customizing and with this add new messages to the message class used for validation, if necessary. Now, what happens is this: Whenever a message is added, the original language of the message class is switched to the logon language of the current user. This is nasty because after changing the original language we have to confirm the translation of every message in the message class. How do you organize translation of the message class used in validation?
    Thanks for your ideas, kind regards, Kathrin.

    Hello Kathrin,
    Don't change the Original Langague. Maintain the new messages in the Original Langauge of the Message class and translate to the desired langague.
    Vasanth

  • Change the Message class (OB28) for validations

    Hi Experts,
    I was trying to change the Message class (OB28) for validations which are created last 1 year ago, as we have two Validations where each validation has 15 to 16 steps in it. One validation starts with Y & another with Z.  Both are using the same message class as of now.
    But we want to use different message class for validation which starts from Z.  We tried changing from program RGUGBR28 but it will change the message class for the both validation which starts from Y & Z, we need to change to only one validation.
    Please let me know any way out for this.
    Thanks & regards,
    Shilpa

    Hi Shilpa,
    The message class during the maintenance of a validation, it is not changeable because the message class is not attached at the individual validation but at the entire validation class, that is a combination of application and call time.
    During the first creation of a validation at the moment of "document line item" in application "cost accounting" the message class is asked for and these then for the entire validation class, stored in this case "001" in the table GB02C and from now is no more changeable.
    The reason for that is, that a change affects all validation of a grade just globally and that even cross-client, since the GB02C is not client-specific.
    I hope this helps.
    Regards
    Ravinagh Boni

  • How to change message class selected for validation ?

    Dear all,
    For testing, I have created a new validation (applic. area : FI, Callup point:2) with a existing message class (/EACA/BTA_GL).
    But now, I would like to create a new validation for the same application area and callup point, but with another message class (that I have created with Z_...).
    But unfortunately, I cannot choose another message class when I create a new validation.
    Could you help me ?
    Thank you and best regards

    To change the message class of a callup point please use program
    RGUGBR28 (description in SAP note 6975). After making the change,
    generate the coding with program RGUGBR00 for the application (without
    marking the last two checkboxes).
    kind regards,
    Diogo Peretti.

  • [svn:bz-trunk] 23143: Certain code needs to check the existence of the class validation validator  (some brokers and other listeners) during message broker init, however the validator was not being created till the very end of the method .

    Revision: 23143
    Revision: 23143
    Author:   [email protected]
    Date:     2011-10-27 06:31:02 -0700 (Thu, 27 Oct 2011)
    Log Message:
    Certain code needs to check the existence of the class validation validator (some brokers and other listeners) during message broker init, however the validator was not being created till the very end of the method.  Promote it to be at the top instead of at the bottom.
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/config/MessagingConfiguration.java

    Revision: 23143
    Revision: 23143
    Author:   [email protected]
    Date:     2011-10-27 06:31:02 -0700 (Thu, 27 Oct 2011)
    Log Message:
    Certain code needs to check the existence of the class validation validator (some brokers and other listeners) during message broker init, however the validator was not being created till the very end of the method.  Promote it to be at the top instead of at the bottom.
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/config/MessagingConfiguration.java

  • 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

  • How to find the configuration use the Z message class.

    Usually when I do some configuration, it may need to create some message. such as the Validation.
    It raise a message when I run some standard t-code. So when I check some Z message class to find what program use this message, i can not find anything. So I assume there might two situation:
    1、we can not trace it dome when the program didn't write like this way:    MESSAGE E003(ZFI).
    2、this message might be used in some configuration,not in program.
    so how do we find the configuration use this message? or Is there any way can trace all message ?
    Thank you so much for your sincere answer.

    Hi,
    Case 1:  Message is defined correctly with message number & message class.
         Example - Message E003(ZFI).
      Easy to locate the message using whereused list.
    Case 2 :
    There are some FM's like BALW_BAPIRETURN_GET where we pass the message details.
    For example : 
    call function 'BALW_BAPIRETURN_GET'
            exporting
                 type       = p_message-msgty
                 cl         = p_message-msgid
                 number     = p_message-msgno
                 par1       = p_message-msgv1
                 par2       = p_message-msgv2
                 par3       = p_message-msgv3
                 par4       = p_message-msgv4
    *          LOG_NO     = ' '
    *          LOG_MSG_NO = ' '
            importing
                 bapireturn = p_return
            exceptions
                 others     = 1.
    In these case, we won't be able to track the message number from where used list.  So, what we do is before calling these FM we use the below statement,
      IF 1 = 2. message e003(zfi). ENDIF. 
        so that message can be tracked using where used list.
    Case 3: Some messages can be configured in message control.( Table T100S ) . For those
      messages we search for table T100S in the program.
    Regards,
    DPM

  • Message Class assignment to application area

    Hi all,
    Now i have created a Z* message class and would like to assign this class to application area asset accounting for GGB0 purpose.
    Means, when i am creating validation rules at AA, and while putting error message number,  system showing message class /SAPDMC/LSMW_GLO_040 and i have to choose from this message class only. Here i cannot choose message from another message class. Since i would like to use a message from my own Z* message class.
    Please suggest.
    Regards,
    Srinu

    Hi,
    While being in GGB0, stand on the node of the validation group (e.g. Asset Accounting - Master data), go to Menu - Environment - Change Message class.
    Regards,
    Eli

  • Message Class for Validaton

    Hello,
    How do I set up a message class for Validation? When I am selecting Proj Defn and clicking on Validation, I see the message id field greyed out.The message id is auto populated as /SAPDMC/LSMW_AUX_030 and I am unable to change it.
    Also when I go to WBS level this message class in not populated.However in drop down I dont see the option of "Z" messgae class which I have defined with customised message.
    Please let me know your thoughts on how we change message class and why "Z" message class is not seen n dropdown?
    Thanks
    Shiv

    Hi,
    When you click on Validation, System will pop up a window which will say Configure Message ID. In that window Click on Create Icon. It will goto SE91. Enter the Name of message class(Ex: ZPROJECT) and click on create. It will goto "Message maintenance: Change Message class" screen. There Click on SAVE button. System will ask you a Package, ask your abaper, he will tell u the package.
    By using this message class you can create the Validation.
    Hopw this must be help you.
    Regards
    Prabu

  • Message class as result data object

    hello brf+ users,
    is it possible to use as Result data object in a Case expression a message from a custom message class?
    thanks
    danilo

    thanks Carsten,
    my requirement can be simplified in
    IF FISCAL CODE
    equals to " " then "001" ENTRY MISSING is returned
    otherwise "000" check ok is returned.
    where 000,001 are domain values of an element (MESSAGE RESULT).
    can i use the message class as result? is there a way to anchor the result to the message class?
    thanks
    danilo

  • Write message to Job log with message class and message number

    hi folk,
    When running a background job I'm able to write a message to the job log using the statement - Message "some text..." type 'I'.
    In the Job log I can see the message "some text.." with a "default" message class and message number (but in my report i don't specify any message ID) so I have no idea it comes from.
    Then I try to send a message where I specify the message class/number etc...using message id 'Z1' number 000 with "some text..." In the job log I now can see the "right" message class "Z1" and the number 000, but the message is empty?
    Please advice how to write a message with the message class and message number.
    Best regards
    LinhNg

    Hi Linh,
    How did you provide the text "Some message"? Did you hard code it or used a text element?
    Regards,
    Immanuel.

  • How to import a message class in a fm

    Hello!
    I' m programminn a FM.
    I need to use a message class that i have created. How i can import it?
    I have to return a strcuct which i have to copy my message class.
    My code:
              DETAIL_RETURN-ID =
              DETAIL_RETURN-NUMBER =
              DETAIL_RETURN-MESSAGE =
              DETAIL_RETURN-MESSAGE_V1 =
              APPEND DETAIL_RETURN.
    I know in a report is:
    REPORT report_name MESSAGE-ID my_message_class_name.
    In a FM?
    regards

    1.Add in the Top include or
    2.
    message id is nothing but Message class .
    here u have to populate the Return table  itself.
    like this
    DETAIL_RETURN-ID = 'V1'.
    DETAIL_RETURN-NUMBER ='100'.
    DETAIL_RETURN-MESSAGE = 'Njoy SAP'.
    DETAIL_RETURN-MESSAGE_V1 = 'U'.
    APPEND DETAIL_RETURN.
    Regards
    Peram

  • Error Code :-5002 Error Message :Enter valid currency  , '51100000-01-001-0

    Hi all,
             I have found a error "Error Code :-5002 Error Message :Enter valid currency  , '51100000-01-001-01'" while adding the DELIVERY document.
    I have made a customer and assign then "EURO" currency and add delivery document then it prompts error.
    Could anyone solve this problem. is there any setting which i am missing..??
    Regards
    Sandesh

    HI Sandesh,
    Check Sap note :1252328
    and also check below thread of similar issue:
    Re: 'Invalid Currency' error when attempting to deliver order
    Hope this will solve your issue.
    Thanks,
    Neetu

Maybe you are looking for

  • I can't connect my Payoneer debit card to iTunes store

    Hi, I'm from Sri Lanka. I have a Payoneer debit card (Master Card) and I tried to connect it to my iTunes account. But it shows an error as "your payment method is not valid in this store". Payoneer card is also a Sri Lankan and belongs to me. I ente

  • Selectively Importing Music Fom Multiple Folders

    I have replaced the hard drive in my MacBook and want to move my music back on to the computer. The problem, however, is that I had backed up a 200gb library, and only want to brink about half of that on to the built in hard drive. I would normally j

  • Speaker problems with Inspire 5.1 digital 5500

    Hi can anybody help me, I have just connected my surrounded sound Inspire 5.1 5500 but the rear and the centre speakers are not working, the left and right are fine. When I did the test they all seemed OK, but now there is no sound from those three I

  • Workflow Agent Assignment

    Hi, Can someone give me some direction on where in SPRO de we configure agent assignment. Thanks in advance Ibou

  • Crash when saving spreadsheets in PXL

    StarOffice 8 PP 6 Linux Debian Etch and Windows XP When trying to save spreadsheets in PXL-Format for PDAs SO under XP crashes, under Linux error is reported. Is there a work around to get data on PDAs with Microsoft Mobile 5 and Pocket Excel without