COPA validation with message control

Dear All,
I would like to setup the system to prompt the error message if users not input PLANT in Profitability Segment when doing FB50.
The main problem is where to control the message. I tried "Define Validation" - OKC7, but I couldn't found a Application Area that contains
the Profit. Segment. Otherwise, this Validation function is good for message prompt.
I don't want to set "Maintain Characteristic Groups" for field Plant to be REQUIRED. As only one Company Code wants to have this control.
Where I can do it ?

You can try to use FI validations via user exit. there you can judge whether the field plant is entered or not for  specific company code and issue customer message correspondingly. Remember to use table CE4XXXX_ACCT for fields selection.

Similar Messages

  • 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

  • IDOC Creation with message control

    I have created an IDoc using standard FM ' MASTER_IDOC_DISTRIBUTE' (without message control) for my own table. Now, I want to create IDoc with message control to send data from SAP to SAP. Can anyone please tell me the steps to create IDoc for my own database table and program to be created.
    Thanks in advance.

    Pankaj,
    You can access the following link to understand Custom IDOC creation flow.
    http://wiki.scn.sap.com/wiki/display/HOME/Step+by+Step+procedure+for+creation+of+IDOC
    In The Process code FM, you can call Z-API to update your own database table & create a program to trigger & process the IDOCs.
    Further, a report program can be created to trigger/monitor IDOCs.
    Ravi

  • ALE with Message Control

    Hi Guys,
    I have a small problem. I wish to trigger an IDoc to my Vendor as soon as a Purchase Order is created in my system. I am using Message Control for it.
    All the configuration for proposing the output type have been done and I am getting the desired output type shown in the "Messages" with correct recepient . But when the PO is saved and the Idoc is generated I find that the IDoc is sent to some other Logical System and not to the vendor.
    I have created the partner profile for the Vendor with the outbound parameters.
    Can anybody tell me what am I missing or could be wrong in my settings?
    Regards,
    Prakash Pandey

    Do you have a specific requirement?
    For  example, purchase order message control parameters will look like this,
    Message type - Orders
    application - EF
    Message type - NEU
    Process code ME10
    For purchase order change,
    Message type - ORDCHG
    application - EF
    Message type - NEU
    Process code ME11
    Change flag set

  • How to do that - Validation with message

    Hi
    I have a litle app that validates one Portuguese Number (NIF).
    The purpose is create a textbox where the user put the number and then when press tue button, it validate then.
    I've tried do that with the validation, with a plsql function returnig boolean... it works fine when the number is wrong...
    the error message was fine... how can i implement a sucess message...
    Sugestions are welcome.
    Another question.... How can i costumize the standard error message?
    Sorry for the bad english
    Thanks

    José,
    Yes that would work. Because you're catching all of the incorrect entries with a validation, the PL/SQL process will never run unless you have the validation is TRUE. This means the process code can always complete successfully because the validation already did the work. So the process need be only one line:
    NULL;
    Then create the success message as you like and test it. Keep in mind that a process success message may look different from a validation failure message. You might have to modify the look a bit to get them consistent if that's necessary.
    Dan

  • Debug form with message control

    Hello,
    I' need debug a form (SE71) when a message is printed. For example, type message ZFRG, transaction ME42, i save the new message but not activing debug (before, i go to se71 and 'utilities' -> Activer Debug)
    How can i do?,
    thanks very much

    Try to activate UPDATE DEBUGGING while saving through ME42.
    Regards
    Vinod

  • Outbound with and with out message control

    hai All,
    In Out bound process when to go with message control and when to go with direct(without message control)?
    thanks in advance
    Praveen

    Hi,
    There are two ways to trigger an outbound idoc, 1. thru message control
    and 2. without a message control.
    Message control comes into picture if the application document is controlled by a output type.
    Suppose a purchase order is created, then to send the purchase order to vendor, with the help of output type, the idoc will be triggered. This output type along with message type will be configured in Partner profiles.
    Without message control comes into picture if its a master data like Customer master r Material master. U can use BD10,BD11 etc.,
    Regards
    Kannaiah

  • 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.

  • When connected to my Ford Mondeo, my ipod nano can be controlled through interface.  But after while it comes up with message 'loading data' and then freezes.  Anyone else got the issue?

    When connected to my new Ford Mondeo, my ipod nano can be controlled through user interface in car.  This worksd most of the time, but after a while if I try to change the music or search, it comes up with message 'Loading Data'.  I then have to pull out USB and reinseert, at which point it works again.  Has anyone esle expereinced this/have a solution?

    Does not matter if anyone else has this issue.  You need to contact the Ford dealership.  It's their product you are having problems with. 
    If you really want to know if anyone else has this issue, post on Ford's Mondeo message boards.  It's where the Ford car owners hang out.

  • Can anyone send about ALE-MESSAGE CONTROL with real time scenario?

    hi friends,
    i have doubt on ALE-MESSAGE CONTROL METHOD.
    SO, anyone can explain with a real time example.
    If have a chance please send with screenshots or with navigations

    Check out this blog:
    Message Control (Output Control) for ALE
    Raja

  • Can I control a remote Mac with Messages?

    My OS:  Mountain Lion
    I need to control a remote Mac. The remote Mac has Internet with WildBlue Excede (satellite). I am on a cable modem. Both Macs are hard-wired to modems. I have had no luck establishing a connection with Apple Remote Desktop. I remember a day when I was able to control a remote Mac with both Macs running iChat, albeit fuzzy and somewhat slow. Now, we have Messages. Can it be done with Messages? Is there a better way?
    Thanks

    If both machines are signed into iCloud with the same account, you should be able to do remote screen sharing.  This is a lot easier if you have an Airport Extreme or a Time Capsule that lets you put your iCloud credentials in there.
    I think with message you'd be able to remote screen control but the remote user would have to accept your request.

  • How to render validation error messages with a specified language.

    in my jsf project, i want to display validation error messages in Turkish. But due to the performance considerations we keep our servers language setting in English.
    how can we manage..i will be very appreciated with your guiding.
    note: we have already tried the solutions with defining our local and supported local language on faces-config.xml . it did not work.

    there is only one difference. my development environments(my local server) local setting is Turkish. but the Application servers local settings is EnglishSounds like you defined application supported locales but no application default locale.
    If there is no match of requested locale and supported locale, application default locale will be used.
    If application default is also not available JVM default locale will be used.
    This would explain the differences.
    (Mojarra)

  • Message control vs with out message control

    tell me the differenece between message control and without message control.

    Message control and output type. In R/3, message control is a mechanism by which documents are output based on certain selection criteria, requirements, and sequences. Message control determines the type of document, its timing, number, and medium (print, fax, ALE, or EDI.). Outbound messages in SD (Sales and Distribution) and MM (Materials Management, Purchasing) are created and processed by message control records. The output records are stored in the NAST table.
    Message control uses the condition technique. The conditions for creating an output message are stored in condition tables that have selection fields picked from a catalog of application fields/tables. To determine if an application document qualifies for output, search strategies are used through access sequences, output procedures, and requirements. Once a message qualifies for output, message control modules use the parameters set in the condition type or output type to determine the timing of transmission and the medium of the message. The output type also specifies the program or module to be invoked to create the output.
    Message/output determinations are concepts applicable not only to EDI and ALE, but also to other output mediums.

  • Influence message control with messages generated in ERP

    Hello!
    Can you use SRM Influence message control to get an error message from ERP?
    When creating a SC/PO I would like to get the error message that the minimum order value for a vendor is not reached.
    Thanks in advance!
    Best regards,
    Karin

    Hi Karin,
    Create a custom message and implement the same in BBP_DOC_CHECK_BADI as said by maria.
    Best Regards,
    Anil

  • 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

Maybe you are looking for

  • HP Elitebook 840 NIC issue

    Strange issue.  I have an Elitebook 840 with Windows 7 Enterprise 64 Bit.   Once installed, I copied the driver disk to an external drive and installed the drivers.  All the drivers have installed with one exception.  When the NIC driver installs, th

  • My macbook pro will only let me log into guest user?!?!

    So I go to put my admin and password in but all i have access to is 'guest user' I'm in agony!

  • Computer Crashes on Mail Minimize

    I have a new twist on the mail crashes. I seem to have an intermittent problem. When I click the yellow button to minimize the Mail screen (send to Doc), the minimize animation freezes, mouse freezes and system completely crashes (remaining on frozen

  • How to prompt for user input in Forms

    How do I prompt for user input in Forms? I am writing a piece of code where the user may choose, by clicking either of three buttons on an alert, to have the system assign a value to a variable, to input a value or to do neither? If the user chooses

  • AUTOMATION OF IMPORTING USING BATCH FILES...!

    Hello Everyone! I want your help on this matter. Actually I am trying to get data( in the form of XML) from BI into MDM SP04. I want to automate the import process. i have saved the map and defined a port in the console and given the map name for the