IW31 Reference Order should not have children

Hi All,
I'm trying to create an order using IW31 and referencing a superior order that has a suborder, I get this error message "Reference Order should not have children" Is this a normal process? what can be done or should I only reference the order to a suborder.
Thanks in advance.
Ibrahim

ZCU037 is a customer-specific message probably in one of your developments.
Talk to your ABAP team, they should be able to help.
PeteA

Similar Messages

  • Process order should not take part in MRP run

    Hello Colleagues
    I looking for a way how to exclude not released process orders (we have PP-PI) from MD04 report. Not released process order should not take part in MRP run. I was trying to do it using OPJJ for availability check 02 and checking rule PP but I was not able to get result. Could you please help, probably there are other settings?
    Best Regards
    Eduard

    Hi,
    Settings in OPJJ will take effect only when you create or release process orders.
    As a work around you can try to exclude process order is
    1. Create a Storage location and make it not relevant for MRP-OMIR
    2. In Material master for the material in MRP assign storage location MRP as 1 (exclude storage location stock)
    3. Create the process order, in the GR tab enter the storage location (not MRP relevant)
    In the MRP run it will not take the process order into account.
    After releasing change the storage location to the normal sotrage location.
    In this process flow, the control is with the storage location.
    Check it in your sandbox.
    Thanks,
    JK

  • Production order should not be saved without entering Batch in it

    Hello PP Gurus
    In my PP scenario Batch mangement is active for finish material I want to make Batch entry mandetory for Production order Order should not saved without Batch in it
    With the help of ABAP I have made Batch field Mandetory but still order is saving as this batch field is coming in third tab page
    is there any configuration in batch management (i have checked in order type ) to make batch entry mandetory
    Please give your kind suggestion
    With Regards
    Babel S.G.

    Hi,
    Your post is very strange to me. Is it possible to confirm a production order with a batch-managed (header) material w/o entering a batch number? It would wonder in standard SAP...
    Have you activated batch management for your material? And at which level (plant, material, client)?
    Or are you speaking about entering a batch no. for your FG in the PrdOrd itself (in CO01 when you create) - it would be a total different issue...
    Please give feedback.
    Csaba

  • If PO is created Or approved   reference PR,  should not allow to change th

    Dear All
    I have one requirement
    If PO is created Or approved   reference PR,  should not allow to change the quantity or line item.
    And is it possible to assign this to user specific whether to allow or not .
    Thanks in advance
    Mahisap

    Thanks for reply
    MY Requirements are
    1)A  PR line item should not be changed after creation of PO or after PO approved
    2)In case PR is referenced for multiple po's then should check all the po's
    3)if po line  item deleted then system should allow to change PR
    4) Assign it to user specific
    plz get me outoff this
    regards
    mahisap

  • Without Purchase Requistion , Purchase Order should not be raised

    Dear All,
      Can any one tell me , How can i do the setting without purchase requisition , purchase order should not be raised.
    Regards
    Suresh

    Hi,
    1. Transcation code : OMET - Function authorization
    in that, there is one check box called REF TO PURCHASE REQUISTION under the section of possible reference object (2nd from top). Activate this check box.
    Assign this Function authorization key to the user profile.
    Now onwards, this specific user cann't create PO with out PR. 
    PR is mandatory for the PO creation for this user only. But other users can create PO, with out PR also.
    This is user level control
    2. Transcation: OMEC
    Select your document type and   note down some where filed selection key which is maintained for your document type.
    Transcation code :OMF4
    Navigation path : Spro-Materials Management-Purchasing-Purchase Order-Define Screen Layout at Document Level
    Select field selection key, which is identified in the first step and click on the details icon.
    Click on the "Reference data, item"
    set Purchase requisition as required (mandatory) entry.
    Now onwards, you cann't create PO with out PR number.
    This control is applicable for all the users. But for your document type only, which is used in the first step.
    For what are the document types used this field selection key, you can't create PO with out PR number.
    For other document types you can create PR with out PR number also.
    Regards
    KRK

  • Sales order should not be abled to be changed

    Sales order should not be abled to be changed after creating and confirming to the customer. What needs to be done?

    Hi kishore
    1) after creating the sales order   we are gong to send  confirmation through output determinatin output type (BA00) .
    2) once the customer confirms the  order based on thet we do the delivery. right----
    3) see exmple : a person who creates the order he does'nt have rights to change in big industry lot of departments (so many managers) has to see the order because  the order canbe  one item it can be 1000 items.
    4) every body will be having certain limitations like authorisations if you take my company i don't have authorisations to do FI settings or MM settings.
    5) what means to say is if  that order has to be changed ababrs might have written the code the moment the order confirms from the customers it's goes to respective department or managers through work flow if it goes any manager , a person who created the order he can't do any changes on that. that's why business works. that is  what SAP
    i hope you have under stood
    thanks
    surya

  • Sales order should not copy the net value from contract

    Hi,
    When we are creating the sales order,Where we can maintain that sales order should not copy the net value from contract.
    Regards
    Prabudh

    Hi,
    When I am creating the sales order with reference to contract,it's copying the net value and quantity from the contract.
    But I want  that sales order should not copy the net value and quantity from the contract and user can take new required quantity at the time creating the sales order.
    Regards
    Prabudh

  • Newbie: Method should or should not have side effects

    Hi experts,
    What does it really mean when I read for the InputVerifier class that the method 'shouldYieldFocus' can have side effects but the method 'verify' should not have side effects.
    Thanks for you comments.
    tuckie

    I am but a newbie only asked to learn and maintain. The reason I ask about side effects is that the shouldYieldFocus() method is invoked twice for the same tab key event. When the tab key (or mouse click) wants to move focus to another input the current input's shouldYieldFocus() is invoked, it in turn invokes verify() which validates data returning true or false and checks to see if a warning should be issued that the data is legal but high. If the data is not high it also returns true and the focus is yielded. Also shouldYieldFocus() is only invoked once. It is when the data is high and the showConfirmDialog() is put up that I get the second shouldYieldFocus() invocation. The previous coder put in a de-bouncing mechanism and I think this is where/how the problems with the next field are created. Sometimes the next field's focusLost() is invoked without the operator making any input. The focusLost() does some fill in the blank things that are reasonable only if the operator really wanted not to fill in any data in the field.
    Back to my original point, I was wondering if the fact that the verify() method may have a dialog box put up before it returns to shouldYieldFocus() is the kind of thing that shouldn't be done - no side effects. If so then it could be the likely cause of the problem with the next field sometimes being automatically filled in as if it had received a focusLost() event.
    tuckie

  • JavaDocError: Utility classes should not have a public or default construct

    Hello all,
    I am trying to comply with some check style errors that i am getting and i cannot seem to figure out what is going on. I have set all non-data members to private, except for call point public static void main(string[] args) and i am still getting this error. "Utility classes should not have a public or default constructor." I cannot figure out what is going on, any help would be greatly welcomed. My code is posted below.
    public final class Main
         * Constant Data Member: RECTANGLE
         * Purpose: contains the constant string representing a rectangle.
         * @deprecated RECTANGLE Representitive string value for a rectangle.
        public static final String RECTANGLE = "rectangle";
         * Constant Data Member: TRIANGLE
         * Purpose: contains the constant string representing a triangle.
         * @deprecated TRIANGLE Representitive string value for a triangle.
        public static final String TRIANGLE = "triangle";
         * Constant Data Member: REGEX_NUMBER_TEST
         * Purpose: contains the constant for numerical test within regex method.
         * @deprecated REGEX_NUMBER_TEST regex string for digit comparison.
        public static final String REGEX_NUMBER_TEST = "^[0-9]+$";
         * Constant Data Member: MAX_ARGUMENTS_RECTANGLE
         * Purpose: contains the constant for the maximum number of allowed
         *          arguments coming in from the command line.
         * @deprecated MAX_ARGUMENTS_RECTANGLE constant for rectangle argument.
         *                                      limit.
        public static final int MAX_ARGUMENTS_RECTANGLE = 3;
         * Constant Data Member: MAX_ARGUMENTS_TRIANGLE
         * Purpose: contains the constant for the maximum number of allowed
         *          arguments coming in from the command line, in the case of a
         *          triangle object.
         * @deprecated MAX_ARGUMENTS_TRIANGLE constant for triangle argument limit.
        public static final int MAX_ARGUMENTS_TRIANGLE = 2;
         * Method: main
         * Purpose: Is the execution point for the program. It is in charge of
         *          initiating validation and the creation and application of
         *          objects and their related draw methods.
         * @param args input from the user.
        public static void main(final String[] args)
            String objectType = null;
            int width = 0;
            int height = 0;
            if(args.length > MAX_ARGUMENTS_RECTANGLE || args.length <
                MAX_ARGUMENTS_TRIANGLE || (args.length == MAX_ARGUMENTS_TRIANGLE &&
                !isTriangle(args[0])))
                 // fails
                outputErrorMessage();
            else
                if ((isTriangle(args[0]) && args.length > MAX_ARGUMENTS_TRIANGLE) ||
                    (!isTriangle(args[0]) && args.length > MAX_ARGUMENTS_RECTANGLE))
                    // fails becuase triangle should only have one argument
                    outputErrorMessage();
                else
                    // passes and proceed
                    objectType = args[0];
                    if (validNumber(args[1]))
                        width = Integer.parseInt(args[1]);
                        if(width == 0)
                            outputErrorMessage();
                        else
    ....

    Add a private constructor.
    private Main() {  }
    ...This way it will be not possible to create an instance because it is not needed to use its static members or methods.
    ref : [http://www.javapractices.com/topic/TopicAction.do?Id=40]
    Bye.

  • 1st - itunes downloaded to my ipod albums that are all fractured, compilation albums are seperated.This should not have happened but itunes felt it knew better. I do not like it.

    1st - itunes downloaded to my ipod albums that are all fractured, compilation albums are seperated.This should not have happened but itunes felt it knew better. I do not like it.
    2nd - While trying to fix it, itunes made all albums and artists unknown
    3rd - While trying to get an answer I am unable to contact anyone or even send an email requesting an answer.
    4th - While trying to use the "fast lane" i ran into trying to find the product S/N, I went to my account and it was not there. I tried to see it on the back of the Ipod but had to find a magnifying glass to even read it.
    5th  -- The we will get back to you really ****** me off
    6th  -- I have wasted 2 hours to fix something that should not have happened and the situation is worse than when i started
    7Th  --- Itunes management of songs is terrible and there are NO instructions and even worse no support
    8th  ----  Apple is going down the toilet because the products are good, not great, and the itunes instructions are non existent
    9th  --- to even suggest i pay for product support is insulting and a sign that apple is desperate
    10th -The suggestion for online feedback is this; BE ON-LINE SUPPORT, NOT WHATEVER YOU CONSIDER IT TO BE NOW.

    I agree with stevejobsfan - (0123).
    However, if what you actually want to do is to fix/sort out your problem, why no try posting a question on that subject?
    For starters - you can re-name the tracks in your iTunes library, so it is possible to correct the changes that you must have made that mean that songs are now "unknown artists and albums."

  • I have two macs in my house.  One is newer and came with the os x mountain lion software and the other one needs to be upgraded.  I was wondering if there is a way to take upgrade from one to the other?  Should not have to buy this software again.

    I have two macs in my house.  One is newer and came with the os x mountain lion software and the other one needs to be upgraded.  I was wondering if there is a way to take upgrade from one to the other?  Should not have to buy this software again.

    Welcome to Apple Support Communities
    Buy it for the other computer. Mountain Lion is preinstalled on the new Mac, but you can only use it in the new one

  • I guess I should not have messed with my file sharing pref...now I'm toast

    I use my Airport to connect to my DSL.
    I was "messing around" with my SHARING configuration (Apple...System Pref....Sharing...) and did something awful. I no longer have wireless connection to my Verizon router. I can hook up and get online (as I'm doing now) with Ethernet , but not Airport.
    The Airport ICON is now GREY and has an ARROW (pointing UP) though it. Never seen that before.
    And when I click on the icon I can't find my net work. The other Macs in the house work fine with airport.
    Verizon tech support could not help.
    How can get my Sharing preference back to normal (I was trying and guessing how to connect my other imacs around my home , without really knowing what I was doing. And I did something in there to screw this up).
    Help please
    JON

    Sys Prefs Sharing should not have messed up your ability to connect wirelessly to your router.
    Click on the  on your menubar, click on "About This Mac" then click on "More Info..." Find "Airport Card" under "Network" and click on it. Does it say something like "No information found" or is your Airport card being recognized? If Airport is recognized as existing, I would next look in Sys Prefs Network, authenticate on the padlock in the lower lefthand corner, click on AIrport then click on Advanced, then check stuff in there, like on the Airport tab, is your home network listed there anymore? Try deleting it and readding it. Under TCP/IP, are you using DHCP (or whatever you use)? Or might it have gotten changed to a setting that is incompatible with your router's settings?
    To get the Sharing Prefs "back to normal," just uncheck all of the checkboxes in Sharing and it will be back in its OEM state.

  • I would like to reload the recent software update for iPad.  When bringing it back up I skipped the Apple ID step and should not have.

    I would like to reload the recent software update for iPad.  When bringing it back up I skipped the Apple ID step and should not have.

    You can sign in at the iTune and App Store.
    Settings>iTunes and App Store>Apple ID

  • I have a Power Book OS 10.4.11 and cant access my radio library.  I believe I deleted something I should not have. How do I reload Itunes and will I loose my music I loaded?

    I have a Power Book OS 10.4.11 and cant access my radio library.  I believe I deleted something I should not have. How do I reload Itunes and will I loose my music I loaded?  I do not have the original software.  I was trying to free up some memory and removed the wrong thing.

    If you mean the listing of internet streams that seems to have disappeared for many users of older iTunes versions over week ago. Probably some update at Apple broke older versions.  No idea if it will ever come back but you can open stream URLs you find on the web and save them in playlists.

  • Order does not have any selectable item .

    Hi Experts ,
                              I am trying direct production scenario where I have assembly with SPK 50 and ( PT : E) . I have converted planned order for header material and automatically prod order is created for assembly also  . For assembly I procured material and after MIGO ( GR ) stock is updated .  But while doing Goods receipt in MB1A ( MT 261 ) for assembly production order system showed message order does not have any selectable item .
    I confirmed the assembly order but stock is not reducing ( No goods issue happed for assembly ) .
    I guess, in direct production we need not to do goods issue for header material ( or higher assembly ) but what about the lower most assembly ? I think we have to do goods issue for lower assembly ( that is procured raw materials ) .
    Regards
    Neal .

    Hi Neal,
    I Hope ur using collective order concept, 
    In a collective order, goods movements (GI & GR) are usually not required for assemblies that are directly produced.
    When u do the confirmation for Lower level order, Produed assemblies will be issued to Higher level order directly, so manual goods issue  not possible for   assemblies to Higher level order.
    U can confirm this, with Higher level order cost analysis after the confirmation of loer level order.
    So need not issue the produced assembly to higher level order using the MB1A.
    Only thing u have to activate  Collective order with goods movements  cjech box for Order type at OPJH .                     
    For Lower level  order  (Assembly order ) good issue for   procured components of assembly  can be done using MB1A with MVt type 261.
    I hope this will clear ur doubt if yes , Reward and close.

Maybe you are looking for

  • Error in Logical Port Creation

    Hi, When I try to create a logical port in my consumer system I am getting error "Error: HTTP: Error in interface for management of HTTP destinations; " Any ideas on how to fix this?

  • How to easily develop user interface for MI applications?

    hai,, i am using SAP MI 2.5 sp 9 in client machine and my NWDS is of version 2.0.9.. (smart sync project) now i am using html code for UI developments in the generated jsp pages(im using JSP framework.).. can i use htmlb in place of html? if yes , wh

  • Atomic disk writes using Java, is it possible??

    Hi, I need to do atomic disk writes using Java, is that supported/possible? And if, how is it done? With a atomic disk write I mean that if I write to a file all information should be written or none at all, not just some of the data. (In case of a p

  • Loan Process !

    Dear All, Can some one help me with the complete process of Loans Configuration............. Schema PCRs Features Tables Infotypes Subtypes Configuration settings and etc., Regards, Ramesh Bhumipaka 8197737917 [email protected]

  • Inconsistent Compiz performance

    Hi all, I run both Ubuntu Hardy and Arch, and Compiz runs quite smoothly in the former (but I use it less so this might not be a valid point). I noticed however that when I refresh Compiz in my Arch installation (start Fusion-Icon, enable/disable loo