Standard Message call

Hi ,
I have a stupid question ..:).. when we issue a Message in screen programing , is it possible to attatch a Message with a event trigger.. I mean if i have a huge code where 1000 of messages have been issued and i now want that whenever a message is issued i get a control and i can check this messages and do a action... seems logical but impossible in ABAP.. any pointers...
Regards
Anuj

Hi Dekel,
Check the following thread.
[Delete UI Messages|Delete UI Messages;
Regards.
Isaac

Similar Messages

  • Standard message type to transfer data for transportation planning

    Hi,
    We would like to develop a interface that would transfer the following data from SAP to another system (called Vista).
    "(Past) Receivings and requirements shall be considered in the transportation planning. Transfer the requirement information from the ERP system to Vista for the transportation planning."
    Is there any standard message type (or any other std solution) in SAP that can transfer this data from SAP to legacy system(Vista)?
    In general how does one identify for any given requirement, if there exists a standard message type (standard solution) of transffering data from or to an SAP system
    Thanks in advance.
    John

    Hi,
    U can go throught this sap help
    http://help.sap.com/saphelp_45b/helpdata/en/b5/9c48ebfc6f11d1bf5a0000e8a7386f/content.htm

  • Dynamic Message Calls

    Hi,
       I am facing a problem with Messages. If someone is maintaining for particular personnel No Details Let see Address in SAP R/3 and in the same time if the person is trying to change in ESS in Enterprise Portal, Then he is getting the message like
    "HR Dept. maintaining the data. Please try again later".
    Now the customer wants to change this Message to some meaningful one like "this record is locked by this user".
    Actually the message class is PWWW and it is called by SAP as Dynamically.
    If anyone have the Idea, how to solve the problem, then It will be a great help for me.
      For this they are using the Tcode "PZ02" to display the address of ESS in Enterprise portal.
    Thanks in Advance.
    Regards,
    Rajesh.S

    it is a customer message class, not SAP standard message class.
    Group number
    Sales document number                  0008503002
    Item number of the SD document         000000
    Schedule line number                   0018
    Counter in control tables              00
    Message identification                 Z1
    System message number                  018
    Output type                            E
    Message variable 01                    0000027985
    Message variable 02                    027985
    Message variable 03
    Message variable 04
    Group type                             F
    Old-customer number for customer 0000027985 is not correct (027985)
    thanks a lot!
    kitty

  • Change standard message 'No result found' of AB of overview page CRMCMP_CMG

    Hi,
    I have a requirement, that if not result is found in views table, of assignment blocks in overviw page. Then we see a stadard message 'No result found'
    I want to show different messages in different assignment blocks.
    One way is to handle at Do_output_result method of each view and display different messages in different views called in overview page. However i think this is not the best solution.
    Kindly guide how to achive this result?
    Where do i have to do the changes to get different message?
    Kindly help!
    Thanks
    Ekta

    Hi,
    maybe you can have a look at the Message Replacement Functionality by which you can replace a standard message everywhere by another custom message. But I don't know if it is possible to create different custom messages for the same standard message.
    For the Message Replacement Functionality:
    1. Go to sm34 and create new entry in view cluster BSPWDVC_MSGREPLS
    2. Assign the new Profile you created to your business role, using the Function profile MSG_REPLACE
    Kind regards,
    Carl

  • Standard Message Deletion is not working on Web UI

    Hi,
    My requirement is to delete one standard Message from Web UI (i.e BT111H_OPPT) and I have written below code on DO_PREPARE_OUTPUT. As I saw in debugging mode  its fetching the messages and deleting. Once we execute, Still those messages are apperaing at Web UI Screen.
    CALL METHOD lv_msg_service->get_messages
              RECEIVING
                rv_result = lt_messages.
            LOOP AT lt_messages->* ASSIGNING <ls_messages>.
              IF <ls_messages> IS ASSIGNED.
                IF ( <ls_messages>-id = 'CRM_DRGN_MSG'   AND <ls_messages>-number = 007 )
                OR ( <ls_messages>-id = 'CRM_DRGN_MSG'   AND <ls_messages>-number = 015 )
                OR ( <ls_messages>-id = 'CRM_CSDR_PROJ'  AND <ls_messages>-number = 020 )
                OR ( <ls_messages>-id = 'CRM_CSDR_PROJ'  AND <ls_messages>-number = 021 )
                OR ( <ls_messages>-id = 'AXT_RUNTIME_MESSAGES'  AND <ls_messages>-number = 000 ).
      get a Reference to the Message in Order to get the message Container
                  CALL METHOD lv_msg_service->get_dyn_message
                    EXPORTING
                      iv_handle  = <ls_messages>-msg_handle
                    RECEIVING
                      rs_message = ls_dyn_message.
        delete the Message in the Messagt Container
                  IF ls_dyn_message-message_cont IS BOUND.
                    ls_dyn_message-message_cont->delete_messages( iv_msg_id = <ls_messages>-id
                    iv_msg_number = <ls_messages>-number ).
                  ENDIF.
                ENDIF.
              ENDIF.
            ENDLOOP.
    Kindly help me on this Issue how to resolve.
    Thanks & Regards,
    Rajasekhar

    Hi Rajasekhar,
    It would be because the messages are still there in the entity. You have to delete
    the message from the entity as well.
    lr_message_cont = lr_entity->get_message_container( ).
      ls_key          = lr_entity->get_key( ).
      ls_name         = lr_entity->get_name( ).
      lr_message_cont->delete_messages( iv_object_name = ls_name
                                        iv_object_id   = ls_key ).
    Regards
    Leon

  • Where-used lists for standard messages

    HI ,
    I need to find where one particular standard message is used in the standard codes. For this I am going in to Txn SE91 , selecting the message and clicking the where-used list button. This is yielding no result.
    Is there anyother way of finding the which codes have used this message.
    Can anyone help me with this.
    Thanks in advance
    Debashish

    Ya very true. This particular message was called dynamically so it was not showing in the where-used list.
    However  I was able to get the code where this code was populated by putting a debugger at a standard macro that was used for populating the SLG1 log file. From there I was able to get the code where this message was called dynamically.
    Thanks to all
    Debashish
    Edited by: debashishjsr4 on Oct 11, 2010 12:25 PM

  • Modify a standard message

    HI,
    In SRM, BBP_PD "047" call message BP 603/604.
    I would like to change this standard message text, in this case what to you preconise me?
    Modify directly BP 603/604?
    Customizing action? which one? does one exist?
    Thank you for your help.
    Mathieu

    Hi,
    You can change this message into a warning message in SPRO > Cross-Application Basic Settings > Message Control > Influence Message Control
    You may need to add the same message into table BBPC_PDMSG if it's not there already.
    Related threads:
    Re: How to disable message BBP_PU 361 ?
    Re: Define type custom message.

  • No standard message displayed in the new custom form

    Hi All,
    I developed a new custom form for FA module using Template.fmb. It is not showing any standard messages such as "Transaction complete: 1 records applied and saved". The records are getting saved. I even tried setting in when-new-form-instance ":SYSTEM.MESSAGE_LEVEL := 0" but that too didn't work out.
    Please help on how to display the standard message. Please let me know if I am not clear with my question
    Details
    Oracle Form version: 6i
    Application version: 11.5.10

    Can you see if something in the code is overriding your message level?
    Can you set the message level to 0 in the pre-commit trigger?

  • In which table cound i find the info on EDI standard Message type??

    Example
    EDI standard Message type Business process
    EDIFACT ORDERS Purchase order
                   INVOIC Invoice
    ANSI X12  850 Purchase order
                    810 Invoice
    Like those 850..810..etc info, i dont know from which table could i find the related info?
    Thanks.

    Hi Hoo,
    Electronic Data Interchange (or EDI) refers to the use of computers in formatting and exchanging business information using internationally recognized standards and formats. Standards organizations throughout the world have defined hundreds of document types to create a universal language for companies to conduct business while using dissimilar systems and processes. Common business documents, such as the invoice, purchase order, production planning schedule, ship manifest, and customs declaration, have been standardized and are sent and received electronically over private secure networks (Value-Added Networks - VANs) and the Internet.
    So EDI is not an SAP product, It is a method to exchange the data over internet.
    You dont get any information in any table in SAP. SAP supports EDI to exchange the data over internet. There are no. of third party EDI tools to connect to SAP.
    following is link to know more about EDI message types.
    http://www.edifactory.de/messages.php?s=D96A

  • CIDX Standard Message Map to IDoc -- 2

    Hi Michal and Shabarish,
    Thanks for providing the required information. I am stuck up with a issue which is explained below.
    Sample xml downloaded from http://www.cidx.org/ is different from the required message.
    Sample ShipNotice xml downloaded is as follows....
    <?xml version="1.0" encoding="UTF-8" ?>
    - <ShipNotice>
    - <Header>
    - <ThisDocumentIdentifier>
    <DocumentIdentifier>12345678</DocumentIdentifier>
    </ThisDocumentIdentifier>
    - <ThisDocumentDateTime>
    <DateTime DateTimeQualifier="On">2002-04-01T20:55:13Z</DateTime>
    </ThisDocumentDateTime> ......
    But what is required as per the business scenario is as follows
    <?xml version="1.0" encoding="UTF-8"?>
    <PlannedShipment>
    <PlannedShipmentIdentifier>191919</PlannedShipmentIdentifier>
    <ShipDirection>Outbound</ShipDirection>
    <FreightTerms>Pre-Paid</FreightTerms>
    <CarrierSCAC>SEFL</CarrierSCAC>
    <FreightForwarder/>
    <EquipmentType>ODY CODE HERE</EquipmentType>
    <EquipmentNumber>TRL2096</EquipmentNumber>
    <CarrierTrackingNumber>100283534</CarrierTrackingNumber>
    <LoadList>
    <Load>
    <PlannedLoadIdentifier>125656</PlannedLoadIdentifier>
    <TransportationOrderIdentifier>1230987</TransportationOrderIdentifier>
    <Schedule>
    <ScheduledPickupDate timezone="EST">2004-03-19T15:35:00</ScheduledPickupDate>
    <RequestedDeliveryDate timezone="EST">2004-03-22T15:35:00</RequestedDeliveryDate>
    <ScheduledDeliveryDate timezone="EST">2004-03-22T15:35:00</ScheduledDeliveryDate>
    </Schedule> ..........
    In this case, How should I proceed?
    Kindly help me out.
    Thanks & Regards,
    Suraj Kumar

    Hi,
    I have gone through different sites to find the suitable CIDX standard message. I understood that there are message standards supported from order to invoice. They are all in sync with either seller or buyer. But my scenario is entirely different. In between order to invoice there is one step where logistics is involved, where in we need to send the transportation order. Logistics will place the tenders to different freight agencies and carry out the business.
    So, here in my scenario I need to send SHPMNT05 IDoc(Outbound shipment) to logistics using cidx standards. So, it is not Ship Notice (Buyer or Seller) and it should be different message dealing with logistics or freight agent.
    I have two questions here:
    1. Find suitable CIDX message for SHPMNT05.
    2. If I do not find the suitable one, then 'How should I proceed?'.
    XI Experts, kindly help me out.
    Thanks & Regards,
    Suraj Kumar

  • Standard Message Type Missing in XI!!!

    Hi,
    We have installed XI server and its working fine.
    when we try to execute the Idoc scenario, in import parameter details, we have given only the XI Server details which we have installed.
    When we try to import the IDOC ,the Standard IDOC's like CREMAS MATMAS ARTMAS DEBMAS are not shown.
    i just want to know..
    1)Is this standard Message type will be present only in R/3 system?
    2) In case, if we want to configure for these standard message types, what are the steps to be followed in XI server?
    waiting for the reply..
    regards,
    Sujata

    hi shabarish,
    yeah i know that we have to specify the SAP r/3 system.
    In case if i give the details of XI server instead of SAP R/3 system details in import parameter details,is it possible to import the Standard IDOC's say MATMAS,CREMAS etc..??
    this is my question..
    regards
    Sujata

  • Text Messaging Call Back Number

    How Do I Permanently STOP my Text  messaging  Call Back Number from Popping  back  up. ? I take  it  off and  save  the  setting but  after awhile  it  comes  back on  my  text  messages. And I  have  to  reset  it.

    Welcme to the Supprt Frums! 
    I am not sure i understand your question....
    Nurse-Berry
    Follow NurseBerry08 on Twitter

  • Reg: copying standard message mapping

    Hi,
    Can any one suggest me how to copy the standard message mapping..
    I have copied it in normal way...but its not getting executed...
    when i try to execute the standard map with same payload, then it works fine...
    << Moderator message - Please do not offer points >>
    << Moderator message - Everyone's problem is important >>
    Thanks,
    Madhu
    Edited by: Rob Burbank on Oct 22, 2010 3:51 PM

    Stefan,
    I have copied the SAP delivered standared map. When I run the copied map, it is giving an error "Cannot create target element /ns1:envelope/catalogueRequest/document. Values missing in queue context". But same getting executed in original SAP map.
    here in the map node "document" occurences is 1 to 1000. For mapping logic it has been duplicated 3 times.
    ex : document(1..1000), document[1](1....1000), document[2](1...1000).
    according to payload we can able to create node document(first occurence) once. That should be enough. and standard SAP map is working accordingly.
    But when we ran copied map its giving an error. we desabled the occurence 2 then its working.
    no look ups are used.
    Any suggestion....

  • Keys for the Standard Messages

    In the tutorials we find the example to Customizing a Standard Validator Message, and we can see a table of Keys for the Standard Messages, my question is, where can i find a table with all messages displayed including the Message Alert?, especifically one like this:
    System Messages
    Error Invalid cursor position

    rename defaulttheme.jar > defaulttheme.zip
    copy messages.properties file to a directory
    copy and rename this file eg: messages_hu_HU.properties
    after that you can open and edit this files in Creator
    finaly copy back this files to the defaulttheme.zip and rename > defaulttheme.jar

  • Standard message type limitation on company code

    Hi all,
    currently I'm implementing ale distribution with the standard message type
    FIDCC1, i'm filling idocs in my source code and run function master_idoc_distribute
    now i need to set up a distribution model, but when i do so, the transactions to make
    documents complains that for certain company codes there is no global company code
    although those codes aren't used for the distribution. Is there a way/place where i
    can limit the use to certain company codes, without having to make global cc for
    all the companies in the system?
    or do i need something else then a distribution model to send the idocs?
    grtz,
    Koen

    you will get good answer if you post it in ABAP forum.

Maybe you are looking for