Assign message number 161 to message class F2

Hi all,
Whats tcode to assign message no 161-Vendor & already exists to message class F2-Master Data Maintenance: Customer, Vendor in? Then I will set as Error or Warning at tcode OBA5.
Really appreciate your help
Thanks

HI,
message maintenance: SE80, tick "edit object" go to "more" enter message class,... But when I view message class F2 message 161 is already there (SAP standard).
Best regards, Christian

Similar Messages

  • Assign message class to ABAP Objects class in 4.6C

    Hello SDN,
    I would like to assign a message class to an ABAP class (as I'm used to in newer SAP releases). Unfortunately, in 4.6C there is no such option on the properties tab of se24.
    Is there any other possibility  to assign a message class? Old MESSAGE-ID statement or something like that? Or do I have to mention the actual message class in every single message-statement (f.e. via constant).
    Thanks for your advice
    Bjoern

    Sure you can handle PBO and PAI of screen using objects,  take a look at transaction MIGO,  its full of it.  The only thing is is that you can not use the "CALL SCREEN" statement inside your objects.
    Regards,
    Rich Heilman

  • 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

  • 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 know the message class and message number

    When the web client show warnning message,
    How can i to find the message class and message number?
    Thnaks
    Kevin

    Hi,
    You can goto tcode SAAB and activate the log for Checkpoint group BSP_WD_EXCEPTION_DISPLAY. whenever you log into Web UI you can see the details of the message.
    To troubleshoot teh message goto SE91 and enter the message class and message number. Select the message and then click on whereused. You will see all programs where this message is used.
    Hope this helps.
    Regards,
    Chandrakant

  • Transaction MFBF Message class....... "K5" Number.............. 011

    Hi experts
    I am trying to backflush using transaction mfbf.
    On saving the transaction the process terminates with a short dump giving the following message.
    Message class....... "K5"
    Number.............. 011
    Variable 1.......... "GENERAL_ERROR"
    Variable 2.......... "MESSAGES_ACTIVE_REQUIRED"
    Variable 3.......... " "
    Variable 4.......... " "
    what could be the reason and how can i fix it.
    Your assistance will be greatly appreciated.

    HI
    Check with your BASIS guy for your problem also check Plant/ business area is alowed for posting or not
    Regards
    Anupam Sharma

  • 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

  • Debug ME22N transaction to find out the message class

    Hi All,
    I want to know the best way of debugging for the following process:
    Create ME22N
    went to item level account assignment and selected the cost center.
    Got an error message in the status bar
    I wanted to find out where the message class is used in the background program
    Any help is appreciated.
    Thanks

    Hi,
    Take the message id and message number from the error message..
    Go to SE91..
    Give ID and display..
    Choose the message number..
    Press the where used list button..It will show all the programs that is using this message number..
    Thanks,
    Naren

  • 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

  • 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

  • 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

  • Long Text of a custom message class on a pop up screen

    Hi All,
    I have a custom message class and i have few custom messages with short text and long texts.
    Then i have a ALV report output which displays the message class and message number and my requirement is when i do F1 on the message number i want the long text to be displayed on a popup screen
    Can anyone give me an idea as how to approach this
    Thanks in advance

    hi,
    try the below code.
    DATA: HELPINFO LIKE HELP_INFO.
    DATA: LONGTEXT LIKE TLINE OCCURS 1 WITH HEADER LINE.
    DATA: EXCLUDEFUN LIKE SY-UCOMM OCCURS 1 WITH HEADER LINE.
          longtext-tdline = 'Sales Order test help'.
          append longtext.
    CALL FUNCTION 'HELP_DOCULINES_SHOW'
      EXPORTING
       CUCOL                   = 10
       CUROW                   = 3
        HELP_INFOS              = HELPINFO
       LINENR                  = 1
      TABLES
        EXCLUDEFUN              = EXCLUDEFUN
        HELPLINES               = LONGTEXT

  • 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

  • Is it Advicable to modify standard message class?

    Hi Experts,
    I need a small confirmation.Is modifying standard message class is having any restrictions?
    Currently in SE91 message class number 002 i need to modify text .Is it ok to directly do and transport or need to take any extra precautions?
    Regards
    sas

    Hi Thomas,
    Thanks for the suggestion.
    Actually message class name: HRTIMOOREC.
    In that one message always shows what ever leave action is it shows as  'Number of days leave 5. Apply sick leave for HR'.
    Requirement is just to remove 'Apply Sick Leave for HR'.
    so that it wont confuse the clients who are applying for some other leaves..so request is to just modify
    that number 001.
    So in general need to modify SAP programs we required Access keys here its not required i guess...
    Now Thomas is there any things need to taken care or general Message class how we do the same and Transfer? Thanks
    Regards
    sas

  • CCMS for Table monitoring not using Message Class

    We are currently using a Table content monitor in CCMS to raise alerts for an ABAP monitoring program we have written. The program inserts records in a custom ABAP table and when a row is inserted with a certain value we raise an alert through CCMS.
    The data collection method is using the "Red" function module SCSM_GEN_TAB_DS_R
    The alerts are generating fine but the alert text is displaying <CCMS: no default text available>. We have configure a message class and number but it is not displaying this in alert. Does anyone know what could be the problem?
    Here is the parameter settings for the data collection method
    1. TARGET_TABLE           ZTSPM_CH_STATUS
    2. FIELDNAME              CHANNELKEY
    3. FIELDVALUE             CCSTATUS
    4. MAXROW                 50
    5. WHERECLAUSE1           CCSTATUS = 'FAIL'
    6. WHERECLAUSE2
    7. WHERECLAUSE3
    8. TOP_FULL_NAME
    9. RESCANFROMBEGIN        REPORTTIMESTAMP
    10. T100_MESS              ZXI_CNB 023
    The message class/number (ZXI_CNB 023) is
    "Connectivity Heartbeat failed for &1, Status: &2"
    I was expexting the values from the table for fieldname (CHANNELKEY) and Fieldvalue (CCSTATUS) to be replaced in the message string.

    Hey Mark!
    I had a question about this topic. I had the problem, that method doesn't work. The following parameters have been set:
    1. TARGET_TABLE           ZMON_ERROR
    2. FIELDNAME              EF
    3. FIELDVALUE             EV
    4. MAXROW                 50
    5. WHERECLAUSE1           EV='AU01'
    6. WHERECLAUSE2
    7. WHERECLAUSE3
    8. TOP_FULL_NAME
    9. RESCANFROMBEGIN       
    10. T100_MESS            
    Rescanfrombegin and Messageclass have not been set, because I read, that there are many problems.
    In Technical Export Monitors under DataSupplier theres an alert:
    Internal Error in method SCSM_GEN_TAB_DS_R, Error: SELECT, SY-SUBRC = 0.
    I think the problem is the WHERECLAUSE, but it doesn't matter if I change everything. Do you know any solutions, maybe?

Maybe you are looking for