Adding Distribution KEY (GLEI) to a new Component at Process order Create

Hello Experts.
We have a Process Order where all components have the GLEI Distribution Key assigned.  FOr this particular Process order, our Scheduler routinely adds an additional Material Component (with a specific batch number to save operators from having to key in the batch number when reorting production).  The problem is, that when she adds this additional component, the Distribution Key field is greyed out so we cannot assign the GLEI key.  This causes the demand for that particular item to show on dates that dont work for us.  Should it be possible to manually assign the GLEI key to components at the Process Order create stage? 
*Note, I have also tried adding the extra component at the Planned order stage, and while the screen allows me to enter all of the details (including Distribution key), when I save the Planned order, the new component does not get saved.
Any help would be greatly appreciated.

closing thread

Similar Messages

  • Deafult batch for component in process order

    Hi Experts ,
    in one of the scenario the client requirement is the batch number for eg- "a" , should be automatically populated in the batch number column of the component in process order while saving or while release.
    this should be done only for components  that are  backflush active.
    can it be done by any user exit /Functionm module etc...
    please advice.
    regrds,
    satish

    Dear Satish
    Please check the following setting in customizing ,
    T.code OPJ2 -
    Operation for batch determination - 3 ( check during backflushing )
    give SDR as per the business requirement and activate BD indicator .
    For SDR ( Stock determination rule ) use T.code OSPX ,here you can
    sort or can give prioriy .
    Please try this ,otherwise go for enhancement /user exit
    Regards ,
    Vishwas.K
    Edited by: vishwas.k on Mar 9, 2011 5:28 PM
    Edited by: vishwas.k on Mar 9, 2011 5:38 PM

  • Does Anyone know how to add a new partner to purchase order created on VI01/VI02?

    Does Anyone know how to add a new partner to purchase order created on VI01/VI02?
    Please, anyone knows that?
    Regards.
    Rafael.

    Anyone?

  • Add a new component in Production order while not being in BOM

    Hi all,
    I would like to know how to forbid the addition of a new component in a Production order that doesn't exist in the BOM.
    Currently when we create a Production Order, the components of its materials are read from the BOM. If we add a component that doesn't exist in the bom the system allows it without any problem. We want to forbid this and let components be added to a PO only when they take part in the BOM.
    Any idea?
    Thanks in advance.

    SS,
    You can use an userexit to check before saving the order, based on the BOM(Order master data tab) used in the order, it should validate the component material number. If it finds a new material in the order, it should terminate the save with a message to user.
    The following enhancement is available for production orders:
    PPCO0008  Enhancement for adding and changing components
    This enhancement is used to check components (for instance against a standard parts database), which have added to or changed in an order. This check can then refuse to copy a component into the order or can replace one material number with another.
    The enhancement PPCO0008 contains the following enhancement components:
    Function exit
    EXIT_SAPLCOMK_006
    Enhancement for adding and  changing components
    Activities
    1. Create the enhancement
    To do so, create a new project or use an existing project.
    2. Activate the project.
    The enhancement can only take effect after you have activated the project.
    Regards,
    Prasobh

  • Enhancement details required...adding order header material as component in Process Order

    Hi,
    I am creating a process order for a qty of 10. Now when I go to components list header material with order qty (means 10) is added in the components list by the system through some enhancement...how to check which BAPI or BADI is doing this.....can somebody guide me....
    Thanks
    Kumar

    Dear Kumar,
    Find BAPI:
    Get the package of the transaction and in SE84 choose the required hierarchy and input the package and execute you will get list of BAPIs. and see given threads: LIST OF BAPI FOR PRODUCTION PLANNING MODULE and BAPI to change production order components
    Find BADI: Using Repository Information System (TCODE- SE84)
    Go to “Maintain Transaction” (TCODE- SE93).
    Enter the Transaction code( which you want to find BADI) and Click on the Display push buttons.
    Get the Package Name.
    Go to TCode: SE84->Enhancements->Business Add-inns->Definition
    Enter the Package Name and Execute.
    Best of luck
    Regards,
    Abbas.

  • Header material batch copy to component in Process order

    Hi,
    I have the following requirement...
    We create process order and assign the batch to process order manually..now during saving of the process order system has to copy batch of the process order ( header material ) to the one of the component in the batch automatically, as this is component is by product which comes to stock along with header material...What is the enhancement/ User exit can be used to meet this requirement...
    Thanks
    Kumar

    Kumar.
    What should be copied? The header batch or some/all of the characteristics of the header batch to a new batch for the component?
    Anoop

  • Special stock indicator for component in process order

    Hi,
    There is a field in process order where we can maintain special stock indicator for component.
    In this filed if we define consignment stock, then the vendor field becomes activated, where the vendor can be given.
    Now we want to maintain the data as a master data so that whenever process order is created the sp stock indicator as well as vendor are populated for that particular component.
    Q - where to define this master data. I could not see such fields in BOM?
    regards,
    Mohit

    Hi Sunderesan,
    Thaks for responding. Even by doing this system does not propose special stock indicator as '3' in process order & even vendor is not proposed.
    My requirement is that system should propose '3' in special stock indicator in process order.
    Request to look into this.
    regards,
    Mohit

  • Purchase Req Release Reset After Addition of New Component in Service Order

    Hello,
    We have a scenario where we create a service order, add some operations, and then some components to the operations. Note that we are set up to use the same purchase req for all components so all components, regardless of operation, are on the same req.
    We then release all lines on the purchase req and continue on to convert to purchase orders. In some cases, the PO's are then received.
    Now, it is discovered that we need to add addtional components to the same service order so we do that. These new components are added to the original purchase req. Upon saving the service order, all of the previously released lines have reverted back to unreleased. Very frustrating since some of the req lines are already converted to purchase orders.
    Note that the changability flag is set to 4 for our release indicator.
    We are at a loss as to how to fix this. Anyt insights are appreciated.
    Regards,
    Greg

    Hello All,
    Thank you for your replies.
    @Sebastien: We are using collective PR's. If we cannot solve, we will entertain individual PR's
    @Maheswaran: It's MM from the PR perspective but since it is only happening when the PR's are tied to the service order, I asked here. We are releasing at the line level of the PR.
    @Linganna: Are you talking about an enhancement to create individual PR's? That is taken care of in configuration, no?
    Thanks again and regards,
    Greg

  • Update required quantity for material component in Process Order.

    Hello.
    I need update component qty from Z dialog program.
    The famous BAPI_PROCORD_CHANGE doesn't deal with COMPONENT structure but only HEADER. Then I tried to combine it with an enhancement.
    I see that in WORKORDER_UPDATE~BEFORE_UPDATE I can't change values in IT_COMPONENT.
    Anybody have used enhancement for this purpose and how can I transfer my calculated values to order?
    In addition I check ENHANCEMENT-SECTION   CO_BT_ORDER_POST_02 SPOTS ES_SAPLCOBT  to do it.
    What syntax our developers should write if it's possible?
    Thanks
    Alex Davidov

    Kumar.
    What should be copied? The header batch or some/all of the characteristics of the header batch to a new batch for the component?
    Anoop

  • Where can i assign distribution key to my new plant?

    Hi PP Guru's,
    I was configuring period split for splitting plan order using OMPS tcode.
    However i encountered error stating that my distribution key GLEI in period W is not provided for my new plant.
    As i check, Distribution key GLEI is indeed not assign to my new plant.
    May i know where i can configure this in SPRO?
    Thanks in advance.

    Hi
    Just Check the setting in SPRO for the below path
    Bill of material u2013 Item data u2013 Item Data for related application area u2013Define Distribution key

  • Distribution Key upload-KP06

    Dear Friends,
    We loaded the KP06 Planning data through planning profile upload.
    Now, my business asking to  change the Distribtion key for  some of existing cost center & Cost element combinations for the yaer 2011.System is not changing the distribution key when I use the profile which I used earlier to load the plan data.
    Then,I set up planning profile by defaulting (custamization )  distribution key K411 (The one we set up for the year 2011) .Even now system is not chaging the distribution key through new planning profile.
    could some one advice , how we can load distribution key through planning profile.
    Thanks in Advance,
    Ram

    [https://docs.google.com/document/d/1S5wuw74rJW8NPnu2IRn9D-NanNWEPEfg2ehUIdlaQFQ/edit?hl=en&authkey=CJqAufQE#]
    Thanks Ajay,
    Yes, I did added Distribution key to the planning layout, but its still considering the d.key 2 as dafault, eventhough I changed the custmamization setting by defaulting d.key (which I want to upload).
    Could you see the link above for screen shots.is there any way we can hardcode or default the D.key in the layout coloumn.Please advice.
    Thanks

  • Distribution key

    Hi Experts,
    I have requirement to distribute demand per resource.
    For example:
    The demand  for finished product is say 100,000 pounds. and the capacity for the resource is 6000 pounds. So there is a need to create 17 Process orders.16 for 6000 pounds and 1 for 4000 pounds for semi-finished product. ( Semi-finished product will be the component of finished product BOM).
    The option what i have is using fixed lot size of 6000 pounds in this case i believe system will create 17 process orders each of 6000 pounds.  So the last process order instead of 4000 pounds system will create 6000 pounds. Which is not 100 % meeting the requirement.
    And other option is to use distribution key which i believe will distribute demand. I am not sure how this works in reality. What would be the correct distribution key to be used here ? how do we configure distribution key for this requirement ?
    Also please recommend me if any other way to map this requirement in SAP ?
    Please advice.
    Many thanks!
    Regards
    S

    Dear ,
    What would be the correct distribution key to be used here ? how do we configure distribution key for this requirement ?
    You can make use of Equal Distribution Function  and choose subsequent distribution strategy .
    1.Define distribution function-OPB2-S20
    2.Define Distribution Starategy -Distribution Key -GLEI  , Type : 01  and assing Dis.Function : S20
    3.Goto-automatic period split setting in transaction -OMPH.
    give me the vaklue for
    Period split =
    No of days=
    no of weeks =
    Distribution key weeks =
    Distribution key Months =
    Now in MD67 , you can try with the above set up ( period split , selection period , req type , version , plant etc )
    Try and let us know
    Regards
    JH

  • Display Process Order: Material List -- MRP Distribution Key fiels

    Hi,
    In Display Process Order: Material List, the field of "MRP Distribution Key (RESBD-VERTI or RESB-VERTI) is coming as editable field (Even in Display mode of process order). Is this is standard? Or some configuration is there to make it editable or non editable field even in Display mode of process order?
    Thanks & Regards,
    Surajit Das

    Hi,
    Do you mean BOM component of process order ?
    Deleted mark represent that this material will no longer be used in process order i .e . material will not be issued if it has deletion mark in process order.
    Deletion mark will only come if you delete a component after releasing order. If you delete a component before release then it will not be visible as BOM component of process order.
    Vishal

  • New or copy field in process order

    Dear all,
    Can i add new field  in process order  at header lavel for ex. specific gravity  OR Is it possible to copy characteristic and value from material master to process order if yes then how?
    kindly help

    Hi
    Use the PPCO0006 exit - Enhancement to predefine fields in order header

  • Adding new column in production order component overview

    Hi Experts,
    Please let me know any enhancement or badi available to add a new column to production order component list. There is a business requirement to display the fixed bin in component list.
    THanks
    RIjil

    Sudhakar,
    Check the MRP parameter 'Individual/Coll' in MRP4 view for the components. This should be set as 2 for collective planning. If this flag is left blank then planning will be based on the parent material (If the parent material is planned for special stock then the components will also be planned for special stock)
    Let me know if this helps.
    Thanks,
    Jaison

Maybe you are looking for

  • Report does not show the main section while calling from forms 6i

    Hi I am running report from report from forms 6i but is does not show the data in main section, where as the data in the header section is ok. But when i run the same report independantly from report builder it show the both header and main section w

  • Creating an itunes account without a credit card messed up...can someone help?

    I followed the instructions to create an Apple ID without using a credit card (thank you google....) but somewhere after the verification email it went wrong.  Now, every time I try to log into the Apps Store on Itunes it prompts me to enter a credit

  • Cs4 projects in cs5

    Hi I just downloaded the trial to see how much quicker cs5 is to cs4 but I cant open any of my cs4 projects? Is this not possible or is this just because I have the trial version. Also some videos I imported dont have audio attached, wierd.

  • CCMS ALERT--- /SAPAPO/DELETE_LC_ANCHORS

    Dear Experts, How to resolve the CCMS alert for the /SAPAPO/DELETE_LC_ANCHORS which says as 'Not configured'. Regards, KK

  • Executing external 16 bit programs

    i want to execute some old 16 bit programs as back-end . I used process object and successfully executed some 32 bit programs. But when executing 16 bit programs it gives error as 'error in setting up environment' on windows. why is it happening and