Message control transaction

Hello,
what is the transaction for message control?
Thanks

Hello,
Please search the forum before posting a new thread, as this has been discussed many times.
You can see the message details in SE91.
In FI, you can control the message number in OBA5. Normally message numbers are issued like this
AA165
First two digits (alpha) is called application area next digits are called message number.
Sometimes, you may not be able to see the messages in OBA5, in such case you need to go to OBMSG transaction code and include the message number to your application area, then you need to come to back to OBA5 to make it information / warning / switch off / error (as the case may be)
Regards,
Ravi

Similar Messages

  • Example of Weblogic Appserver using XA Controlled Transaction to send messages to third party JMS

              I am looking for Example of Weblogic Appserver using XA Controlled Transaction
              to send messages to third party JMS Server.
              I want to send messages to JMS and use Weblogic MDB to consume that message and
              send it to some third party JMS in a XA Controlled transaction.
              

    Sure. Right now, it involves a bit of JTA programming -- in our next
              release, it should be easier, however.
              Before sending a message, you have to:
              -- Use the TxHelper class to get the current Transaction object.
              -- Use the "getXAResource" method on the JMS provider's Session object to
              get the XAResource object for the JMS Session you're using to send.
              -- Call "enlistResource" on the Transaction object.
              You MUST do this in every transaction where you use the JMS provider to send
              a message.
              You can find the documentation for the TxHelper class and other
              WebLogic-specific classes here:
              http://e-docs.bea.com/wls/docs70/javadocs/index.html
              Look for the "weblogic.transaction" package.
              You can find documentation for the Transaction class (which defines
              enlistResource) and other classes here:
              http://java.sun.com/products/jta/javadocs-1.0.1/index.html
              You should also use the weblogic.transaction.TransactionManager class and
              call "registerDynamicResource" once (and only once) in your application to
              register the JMS providers XAResource with JTA. This makes JTA more
              efficient, and it makes transaction recovery work properly.
              If the JMS provider is MQ, then look at the whitepaper "Using JTA
              transactions to envelope WLS JMS and IBM MQSeries" here:
              http://dev2dev.bea.com/resourcelibrary/whitepapers.jsp?highlight=whitepapers
              And finally, if you have more questions, the transaction people will be able
              to help more. Post to "weblogic.developer.interest.transaction".
              greg
              "Neeru Munjal" <[email protected]> wrote in message
              news:[email protected]...
              >
              > I am looking for Example of Weblogic Appserver using XA Controlled
              Transaction
              > to send messages to third party JMS Server.
              > I want to send messages to JMS and use Weblogic MDB to consume that
              message and
              > send it to some third party JMS in a XA Controlled transaction.
              >
              

  • Error in setting up message control in WE21...

    Hello Experts,
    I am currently setting up the partner profiles of my new IDoc in
    transaction WE21(Partner profiles). Under the message control tab, I
    chose 'EF' under 'Application', 'NEU' under "Message type' and entered
    my process code under the 'Process code' column. But an error is bening generated
    saying that the 'Parameters for message control already used'.
    So how do I create a unique message type for my process code/IDoc? My Idoc is for
    purchase orders and will be trigerred upon release of PO.
    Hope you can help me guys. Thank you and take care!

    Message type NEU is already being used in the standard system. You have to create a message type of your own (use transaction NACE to do so).
    Regards,
    John.

  • Creation of Custom IDoc with Message control for sales Order

    Hi all,
    I am trying to create custom Outbound IDoc with message control.
    I wrote the code in a function module and i want to register that function module. (as in inbound registration of function module as in BD51).I am not knowing if that registration is necessary for outbound Idoc, if so in which transacition?
    Please list me the steps to create a custom IDoc for Message control.
    Thanks in advance,
    Regards,
    John.

    Hi,
    You need to use FM : MASTER_IDOC_DISTRIBUTE to create outbound idoc.fill the data in the tables EDIDC,EDIDD and generate the IDOC.
    check this link:
    Re: Master_IDoc_Distribute
    and use transaction : WEDI for IDOC configurations.
    here you will have all the transactions(step by step) to set the outbound IDOC configurations.
    Regards
    Appana

  • PO Number in Vendor Downpayment - Message Control

    Dears
    We have a requirement to enter the PO number in the line item while entering vendor down payment using F-48 transaction.
    We cannot make the PO order number in the F-48 mandatory. However, if the PO number is not entered by the user,
    a warning message should be issued to the user that PO number is not entered.
    Can we control it through changing message control ?
    Please advise.

    Hello Nikitha,
    You can achieve your requirement either through validation or with the help of creating the screen variant.
    Please check the below links which are helpful to resolve your issue.
    http://scn.sap.com/docs/DOC-29078
    http://scn.sap.com/docs/DOC-39405
    http://scn.sap.com/docs/DOC-46554
    Please check this and try accordingly. Revert us if you still face any issues.
    Thanks & Regards,
    Lakshmi S

  • ALE-Message Control

    Hi ,
    Can U briefy about what is Message control and when it is used in ALE Distribution.?
    Is it used only for Transactional data sending or any data?.
    Thanks
    Rohan.A

    Hi,
    Message control is for transactrional data only,this is for to handle messages automatically based on condition records.
    ex: for ME21 u will create the condition records in transaction mn04,there u have to assign medium for that perticular vendor,based on this it will handle.
    thanx.

  • Is it possible to use BAPI-ALE to send an idoc using the message control?

    Hi Guys
    Is it possible to use BAPi-ALE to send an IDOC using a message control?
    I have configured the system to send an IDOC when a outbound delivery is saved in the system.
    I have done the following.
    1). I am using the std BAPI-ALE interface provided by the object type LIKP.
    2). I am using the method SAVEREPLICA for which an interface already exists in BDBG transaction.
    3). I hace created a distribution model in BD64 and added the BAPI - LIKP and SAVEREPLICA
    4). Created a partner profile ( using the generate partner profile option in the BD64 transaction )
    QUESTION:
    1). How do i associate the custom OUTPUT type created for Delivery ?
    2). I tried to associate the custom output type in the Partner profile definition under the message control tab but i am not sure which Process code to be used? Since the partner profile was generated automatically from BD64 it has an entry for SHP_OBDLV_SAVE_REPLICA as a message type in the outbound parameters. and i am unable to find a process code for this Message type in WE41. So what process code should i use in the Message control tab against the custom output type?
    3). Do i need to leave the message control tab empty without making any entry? If yes then how would the system come to know that it needs to trigger this partner profile when the custom output type is proposed by the system?
    will award points for useful answers
    Edited by: Workflow  learner on May 29, 2008 8:49 PM

    "any way"
    Applications such as ScreenRecycler, http://www.screenrecycler.com/ScreenRecycler.html, can do it.

  • Why we are not using "Message Control" for Master data ?

    Hi friends,
    We are using Message control as output determination for Transactional data, <b>what is the main reason for not using the msg control for Master data.</b>Please explain with details...
    I am very thankful to them...
    Thanks and Regards.
    <i><b>Naveen Kumar. Chamala</b></i>

    Hi Naveen,
       Listing down those I know -
       1. Master data is expected to be changed/created less frequestly.
       2. Transactional data is expected to be chnaged/created more frequestly.
       3. Transactions to create/change/display master data do no have message control integration, since you are not supposed to print/fax/mail master data to your partners.
       4. Distribution of master data in generally supposed to happen within Enterprise boundry and typically you will have one central server maintaining master data which will be distributed to multiple downstream operation system (Some thing where MDM fits). So ideally when distributing master data using ALE you will be sending it to multiple systems.
       5. Distributing transactional data PO/SO etc is same as sending fax/print which fits with the requirement of message control.
    Hope this helps,
    Regards,
    Sanjeev

  • Message control for Internal Orders

    Hi
    How to change the message control for an error when Iu2019m getting settling internal orders (message # KD503)
    Tks

    Hi
    You need to maintain Condition record for your Purchase Order output. Then output will get assign automatically once you create PO.
    Use Transaction code: MN04
    Navigation:
    Logistics --> Materials Management --> Purchasing  --> Master Data  --> Messages --> Purchase Order  -->  Create
    Enter PO output type and maintain necessary conditions.
    hope it helps.
    regards
    Srinivas

  • Ale/Idocs ..... what is the role of  message control

    Hi Guy s..
    Can Any one.. tell me..  Importance of message  control , Stand alone and  change pointer s in Ale  Idoc''' and where to use...

    Hi,
    Message Control:
    With Message Control is documents are output based on
    certain conditions. In ALE scenarios this is basically used for transfer transaction data (fulfilling configuration settings defined in message control) from one system to another system.
    Example: If you want to send purchase order IDocs from customer to vendor system using ALE. When saving of purchase order the IDocs should be triggered. Further the IDocs should only be sent when the purchasing document fulfils certain conditions - purchase document of a certain document type only needs to be sent. By output control we can configure the conditions and the timing (when the document should be triggered) and using ALE (as interfacing technology) we can send IDocs (containing application data fulfilling conditions) from one system to another system.
    For More Info on Message Control,
    /people/gajendra.bhakuni/blog/2007/03/13/message-control-output-control-for-ale
    Change Pointers:
    Change pointers are the mechanism through which you can send data to another SAP system or external system if there is a change happening to specific fields of master data.
    Change Pointer (Master Data Distribution)
    Purpose
    If you want to distribute master data changes with the SMD tool (Shared Master Data), changes to the master data objects are flagged for distribution by change pointers ( ® Master Data Distribution).
    The SMD tool is connected to the change document interface. If the master data changes are to be distributed, the application writes a change document. The contents of this are passed to the SMD tool. The tool writes change pointers, reads the application data and creates the master IDoc.
    The master IDoc is then passed to the ALE layer, which sends it to all interested systems.
    The change pointer tables (BDCP und BDCPS) should be as small as possible. Use as few change pointers as possible and delete change pointers which you no longer need.
    do the following steps for Change pointers ::
    1) Tcode BD61---> check the change pointers activated check box
    save and goback.
    2) Tcode BD50---> check the MATMAS check box save and comeback.
    3) Tcode BD51---> goto IDOC_INPUT_MATMAS01 select the checkbox save and comeback.
    4) Tcode BD52---> give message type : matmas press ok button.select all what ever you want and delete remaining fields.
    save & come back.
    5) 5) go to Tcode MM02 select one material and try to change the description and save it
    it will effects the target systems material desciption will also changes
    6) goto Tcode SE38 give program Name is : RBDMIDOC and Execute
    give Message type : MATMAS and Executte
    go through this link which ll give you detail about the change pointer
    http://www.angeli.biz/www5/cookbooks/workflow/workflow_30/docu.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/12/83e03c19758e71e10000000a114084/content.htm
    http://help.sap.com/saphelp_470/helpdata/en/dc/eb683c00e8a646e10000000a11402f/frameset.htm
    Regards,
    Padmam.

  • Message control attributes for EDI 846, 947

    Hi experts,
        I need to configure partner profile for these EDI transactions: EDI 846 and EDI 947. What should be entered in these fields of message control tab:
    Application, Process code, Message type? Also what are the IDOC types for these?
    Thanks.
    Regards,
    Abhinav

    Go to WE20 and create the partner 1000 type KU and maintain the outbound idoc properties.
    Regards
    Shravan

  • Message Control in ECC6 from PM Confirmation after CNF & TECO ?

    All,
    In 4.6C we had an error message when trying to post further confirmations against a mainteance order with status final confirmation (CNF).
    Following the upgrade to ECC6 this has become a warning message.  I've been unable to find the message control option in customizing to change this back to an error.
    Ideally we'd like to stop technician posting hours against orders tagged with either CNF or TECO.
    regards
    Steve.

    Hello,
    The warning here comes from status control. This can be checked via BS23 as follows:
    Position cusrson on system status I0009 / CNF, then double click. The business transactions relevant to this function are displayed. In this case the ones to check are:
           RMRU / Confirm order
           RMVR / Confirm operation
    As delivered both of these are set to 'warning'. I expect you may find that 4.6c values have been changed to 'disallowed'.
    The settings here would affect PM/CS orders, PS networks and PP orders.
    It is not advised to change these SAP delivered settings.
    -Paul

  • Message control - RV_MESSAGES_MAINTENANCE

    Hi,
    I am using the  Function module 'RV_MESSAGES_MAINTENANCE'  to add the message control for Ztransaction.
    By passing the procedure value (Z00001), I am able to restrict the output types to assign for ZTransaction else the transaction accepting all output types related to the application(ex: V1).
    But my requirement is I need to assign(by default) the only one output type(ZWTY) for Ztransaction without providing the procedure(Z00001).
    Any ideas, please post ASAP.
    Thanks,
    Pedda

    Carlos Castanheira wrote:
    dear gurus,
    >
    > there was a crash printer when I printed out Service Entry Sheet. One of them has not been printed out. tried to reprint SES with transaction ML83, but received errormessage: Building block RV_MESSAGES_MAINTENANCE_MANY is no longer supported (error message VN114)
    >
    > Could you please help me to reprint and understand what is this error message?
    > Tx a lot
    Hi,
    Goto tcode SE37 and display RV_MESSAGES_MAINTENANCE_MANY you can look at the code
    function module is not supported anymore, will be deleted
      message i114(vn).
      exit.
    Which means the msg 114 showing this error to pop up.
    Check with your ABAPer where exactly they are using this function module.
    Thanks

  • "Control transaction cannot be completed at this time" IPS Problem

    Hi,
    Yesterday the module AIP-SSM-20 of the customer for second time in the last 5 month present a error on the sensor and is just the sensor stop the analyzed of packet.
    When the problem is present you can access the management interface, the interface respond de ICMP packet, you can monitoring event but  just show me the same 3 event, that show you below:
    evError: eventId=1351437734660979649  vendor=Cisco  severity=error 
      originator:  
        hostId: IPS-INTERNET-BEX-1 
        appName: collaborationApp 
        appInstanceId: 485 
      time: ene 14, 2013 10:09:27 UTC  offset=-270  timeZone=GMT-04:30 
      errorMessage: Control transaction cannot be completed at this time
    Messages, like this one, in the category - ct to sensorApp timed out - were logged 222 times in the last 14433 seconds.  name=errUnclassified 
    The two time that this problem was happening I just reload the sensor and then it´s work again.
    My question is; why the sensor stop analyzed packet?
    Could be the ASA?
    Best regard.

    It could be a issue with IPS. You need to collect show-tech-support and contact Cisco TAC. Logs may have relevant information as to why packet inspection had stopped.
    Regards,
    Sawan Gupta

  • Message control configuration

    Hi all,
    I want to configure the message control so that It could send Idocs as and when some changes take place in the relevant data fields (transactional data). How do i go about it? (Steps involved in configuration)
    Thanks & Regards,
    Ananda

    Hi,
    Either you can do it NACE transaction or you can do it in the SPRO configuration. For specific to use OMFE.
    SPRO->Material mgmt->Purchasing->Messages->Output control
    Regards,
    Ravi
    Note : Please mark the helpful answers

Maybe you are looking for

  • Windows XP can't recognize 6230i

    Operate system: Microsoft Windows XP Professional version:2002 Service Pack 2 Language:Chinese (PRC) Nokia pc Suite: Version 6.80.22 ======================================================= When I connect the DKU-2 cable to phone and PC and select Not

  • JSplitPane Active Side and KeyListener

    I have a JSplitPane as my root in a JFrame. The left side is a JTabbedPane and the right is a custom JPanel. The JPanel has its own KeyListener implemented; however key strokes are going to the left JTabbedPane. If i switch the two sides, putting the

  • Can I download QuickTime on the IPad and if so how?

    Can you download QuickTime to the IPad and if so how?

  • Moving Subtitles from one project to another

    To make work on a project more efficient, we started a project on one computer with only the film track for subtitling, whilst authoring the DVD on an other computer, another project. So, how do we move the subtitles created in one DVDSP project into

  • New iPad won't accept my appleid so I'm stuck in "setup" mode... help !

    I can login to icloud on my mac and my iphone so I know my login and password are correct. but I it won't accept my appleid on my new ipad so I'm stuck in "setup" mode... help>!