Rounding of Decimal for dependent requirement During MRP Run

Hello Experts,
I have the following scenario:
We are currently enabling Characteristic Based Planning in our system.
Our one component is selected when two characteristic values are met through object dependencies.
Ex: Component A = Char A= '002' and Char B ='002'
Now we have given the following Usage Probability for the two characteristic:
Char A = 20%
Char B = 15%
And the total PIR quantity is 25 Pcs for Configurable Header.
With the above usage probability and PIR Qty, We have a dependent requirement of 0.75 Ea
((20% X 15%) of 25 Pcs) = 3% of 25 Pcs = 0.75 Ea of the component
Now during MRP Run I want to round the dependent Requiremnet to 1 Ea instead of 0.75 Ea.
Any suggestion towards the solution will be appreciated.
Regards,
Vinod

Hi Vivek,
As mentioned we are using Characteristic Based Planning.
The component is selected based on a Selection comdition which is as follows:
Component 721290201000 = $PARENT.BCS_RL_LINE_LOADER = '002' and $PARENT.BCS_RL_WAFER_VENDOR ='002'
When the above two conditions are met the component is selected.
In Characteristic Based Planning we give percentages (Usage Probabality) to the characteristic values like:
$PARENT.BCS_RL_LINE_LOADER/'002' =20%
$PARENT.BCS_RL_WAFER_VENDOR/'002'= 30%
For the Parent which is a KMAT Material we maintain the PIR say 40 Qty.
Now the component qty is calculated as follows:
721290201000 =(20% X 30%) of 40 Qty of parent
721290201000 =(6%) of 40 Qty of parent
721290201000 = 2.4 Qty of component is the dependent req.
Now my requirent is to round the dependent requirenment to 3 during MRP Run. Please note that the purchase requisition got from the above dependent requirement is rounded to 3 qty.
Now I want to round the dependent requirement.
Regards,
Vinod

Similar Messages

  • Purchase requisition not generate for dependent requirement after MRP run

    Hello PP expert,
      In our MTO scenario after MRP run planned order generate for header material but no PR generate for BOM components, (BOM not explode) when we run MRP component level in MD02 PR generate, system showing message "40- No coverage not provided by master plan" in MD04 order tree. this problem coming after when we DIMP applied. I checked some OSS note also.
    Can any one provide right solution.
    thanks in advance.....its urgent as client requirement.
    regards,
    Amit Awasthi.

    Hi Amit
    You must select the green star for the correct answer, in order to close the thread.
    You may also select the yellow start for the helpful answers, in order to award points for those who helped you. See the blog below for more details:
    How to close a discussion and why
    I can see that most of your old threads are still open, therefore, I'd like to ask you to review and close them, by selecting the correct answer.
    BR
    Caetano

  • Materials planning for Recursive BOM during  MRP run

    SAP Guru's,
    We developed an recursive BOM as per production  requirments , but we didn't know the impact of this recursive BOM during MRP run.
    Pls help us how to recursive bom behaves during MRP.
    Thanks & Regards
    Suresh Babu.S
    Bangalore

    Hi,
    This message was sent to us by SAP when we were having the same kind of requirement. Hope it will help you too.
    Usage Probability
    Material requirements planning (MRP) plans the alternative items according to usage probability.
    If you use the usage probability to determine the withdrawal posting (strategy 1), the quantities are proposed according to the usage probability. You can change the proposed quantities.
    An alternative item is only planned if the usage probability is at least 1%.
    If the usage probability is 0%, a dependent requirement with quantity
    0 is generated for the material.
    The component with the quantity 0 is displayed in the planned order.
    If required you can increase the quantity there.
    It is possible to plan too much for alternative items, because you can enter usage probabilities that add up to more than 100%.
    Hope it will help you.
    Regards,
    Alok Tiwari

  • PR Split during MRP run in MD02

    Hi,
    I have a requirement to split the PR during MRP run based on entries maintained in one Ztable - Customer wise quantity allocation.
    Scenario is as below:
    Forecast planning happening in APO and monthwise requirement is getting updated in MD61 for a particular material. Based on that during MRP run system is creating the PR form net requirement and we are converting that PR to PO for external procurement. What ever quantity we will procure, that need to be drop ship to different customers directly from supplier. As of now we are handling this manually by splitting the PO line item for each customer requirement.
    Now client come with requirement, Splitting should happen automatically during MRP itself and there will not be any manual intervention in PO. For that they will maintain the customer allocation in a ztable, Based on that while creating the PR for net requirement during MRP run system should split the PR for each customer quantity.
    We tried with below User exit and BADI in MD02 but unable split the PR.
    MD_MRP_LIST
    MD_PURREQ_CHANGE
    MD_PURREQ_POST
    MD_PURREQ_REL_STRAT
    EXIT_SAPMM61X_001
    If any one has done such enhancement in MRP please let me know Or suggest the way to get this.
    Thanks in advance..
    Regards,
    Ranjan

    Hello Ranjan
    As far as I know, this is not possible on MRP.
    The standard BAdI to change purchase requisitions is MD_PURREQ_CHANGE and you can even change the quantity (it is not recommended, but it's possible), however, you cannot create a new purchase requisition with the remaining quantity. Calling a BAPI to create purchase requisitions from the BAdI may be possible, however, I would not recommend it, as the context and the internal variables may be changed.
    Maybe it's easier to create a custom program to split the purchase requisitions created by MRP according to your logic, to be executed just after MRP. You could use BAPI_REQUISITION_CREATE  and BAPI_REQUISITION_CHANGE to change the purchase requisitions created by MRP.
    BR
    Caetano

  • How to change PR Qty before rounding value is applied during MRP run?

    Hi, SAP gurus~
    I have an inquiry about how to change the PR qty of specific raw material before rounding value was applied during MPR run.
    Here is a simple example for what I needed.
    -SAP Original Logic
    1. Original requirement Qty: 190
    2. Rounding value at Material Master (MRP1 View): 200
         System will suggest PR Qty 200 at MD04.
    -My Customer Requested Logic
    1. Original requirement Qty: 190
    2. Additional buffer Qty for C/S purpose: 10 % of Original requirement.
    3. Rounding value at Material Master (MRP1 View): 2000020
         Requirement Qty would be 209 (190 + (190 x 10%) ) before rounding value is applied and system should suggest PR Qty 400 at MD04.
    -     I input assembly/component scrap rates (10 %) at Material master for above purpose, but it doesn`t not work for raw material.
    -     I tested the BADI (MD_PURREQ_CHANGE/ method: CHANGE_BEFORE_SAVE_MRP), but I can only change the PR Qty, which rounding value already applied.
    How can I change the PR qty during MRP run before rounding value is applied? Is there any other method or User-exit possible to solve above problem?
    Thanks in advance.

    Dear ,
    How can I change the PR qty during MRP run before rounding value is applied? :
    Simple way is goto MD04 with your material and plant code -Select the PR-Hit the pencil (change mode ) -Choose qty field  and change , SAVE at individual level .Or Use : MEMASSRQ - Mass Maintenance
    If you want to use User Exit , then you try a work around :
    M06B0001 Role determination for purchase requisition release
    M06B0002 Changes to comm. structure for purchase requisition release
    Try and let us know if u have any issue .
    Regards
    JH

  • Dont want dependent requirement after MRP

    hi all
    I dont want dependent requirement after MRP?
    means A is a header material and B.C are the component
    after MRP run system should be created requirement of component item.
    so wht r setting  required?
    plz guide me

    Hi,
    First you ask how can you carry out settings not to get DepReq for your components than you say system should create requirements for your components.
    Please give a clearer picture of your situation and make your question more clearer.
    How do you procure your goods (if you do not use MRP)?
    If you do not want DepReq for your goods you can:
    - remove them from the BOM (use them as text item, use design BOM - I do not know your situatio)
    - you can set the MRP type in material master as 'ND' (not planned) (MM02 > MRP1)
    Please give more information.
    Thanks,
    Csaba

  • Need a Pegging module for dependent requirements.

    Hi
    Need a Pegging functional module for dependent requirements.
    There is MD_PEGGING_NODIALOG ,where we need to pass the planned order number.
    Please advise how to get the pegged requirements for dependent requirements or other MRP elements other than planned order.
    Thanks
    Prasad

    Hello,
    Function module MD_PEGGING_NODIALOG works with data structures of MRP list or current requirements/stock list. For a given material, you first need to fetch the relevant structures by the help of following FMs; BAPI_MATERIAL_MRP_LIST and BAPI_MATERIAL_STOCK_REQ_LIST. You can loop at the structures exported by these FMs and run MD_PEGGING_NODIALOG with the corresponding parameters of the MRP element you require. You can run MD_PEGGING_NODIALOG with any MRP element you like as in MD04 and MD05 transactions.
    Regards.

  • BADI For Changing Planned order Qty during MRP Run

    Hi,
      My requirement is i want to change Planned order qty based on some conditions during MRP run(MD02). Is there any BADI to fullfill my requirement.
    Thanks,
    Kishore

    Not sure I understand the situation correctly...You want to delete the planned orders before MRP runs again. WHy do you want to do that ? Are these firmed Planned orders ?

  • Table for dependent requirements

    Hi Experts,
    When we convert a planned order of a FG in the MD04 screen, is there a way that production orders for dependent requirements also get created for the inhouse produced materials? In which table can I find a link between the order of FG to the order of SFG?
    Regards,
    Sachin
    Edited by: swing swiss on Jan 15, 2010 9:39 PM

    Hi,
    Are you woking Collective Orders ?
    If you're not, then there is no link between the FG SFO & SFG SFO. But you can refer to the table RESB & in that the field BAUGR will give the pegged material info for a particular material - order combination.
    Regards,
    Vivek

  • Consideration of stock of discontinued FG or trading material during MRP Run

    There is an functionality of follow up material for component. I would like to know if there is any similar option available for finished goods or trading materials.
    I am doing procurement planning for externally procured Trading materials. Now my previous material A is being replaced by material B. Therefore all the planned independent requirement is available in system only for B. But still there is some stock available for material A. How can it be considered during MRP run for material B.
    Example,
    Material A:
    On Hand Stock = 100
    Planned Independent Req. = 0
    Material B:
    On Hand Stock = 300
    Planned Independent Req. = 1000
    In this case if we run MRP for material B, how we ask system to plan Purchase Requisitions for 600 instead of 700 for material B, considering stock of material A.

    Hello
    Please refer to the following SAP note:
    43636 - Discontinued parts
    This note provides a detailed explanation of the system standard design of the usage of discontinued parts with material requiremenst planning and the most common questions about this issue.
    The following information is provided on this note regarding the PIRs:
    2. Planned independent requirements and forecast requirements are not redirected.
                  Explanation: Planned independent requirements after the effective-out date are not redirected but are provided with an exception message in the MRP list stating that they cannot be included in the availability check. Planned independent requirements and forecast requirements are therefore displayed in the MRP list and in the stock/requirements list. However, they do not influence planning
    BR
    Caetano

  • Alternative items during MRP run

    Hi,
       I have seen discussion on alternative items in BOM. Thanks for all for sharing your knowledge. I knew alternative items will be choosen while creating / release of production order (material availability check)
    Requirement:
          For material A, I am using component B as priority 1 and component C as priority 2.
    During MRP run, system needs to CHECK component B first. If stock is not available for component B then system need to consider component C automatically. It should not create any planned order for component B.
    Is it possible, system will check automatically alternate items during MRP run? if so kindly let me know the logic.
    If not, is there is any user exit. Customer is asking this facility. Its his basic requirement.
    Kindly give your suggestions....
    Regards / US

    Hi.
    I might have typed it wrong, I think the right one is called DIMP.
    As far as I know you don't have to purchase it. In the past those extensions were known as Industry Solutions, in this case Automotive and A&D.
    Before you go to this complexity for interchangeable materials functionality in MRP, I recommend that you have a design review with your customer, to strengthen the point that if two materials are the same for all usage purposes, but only differ, let's say, in the source (different manufacturer). for that in SAP we would define ONLY ONE material number, with additional manufacturer part number info, and in some cases with a classified batch.
    Regards,
    Mario

  • Storage location consideration during MRP Run

    Hi All,
    Within a company code, i am having 2 plants namely PS12 & PS13. In plant PS12, i am  three storage locations namely 1201, 1202,1203. Similarly in plant PS13, i am having stores 1301,1302,1303.
    During MRP run, i do not want to consider the stock in all the storage locations of PS12. The storage location 1203 to be exclued during MRP run. How to set this?
    Your input will be appreciated very much,
    Thanks
    Kumar

    Hi Kumar,
    Goto SPRO>Production>Planning>Define Storage Location MRP per plant, add the storage location to be ignored during MRP and select indicator '1' against it. Thereafter, all the materials created with this storage location will be defaulted with value '1' in the field 'SLoc MRP indicator'. However this can be modified later if required.
    For existing materials, select indicator '1' in the field 'SLoc MRP indicator' avaialble in MRP view under the column 'Storage location MRP'. Go for a mass update for a huge list of materials.
    Check this and revert for any clarifications.
    Regards,
    Murali

  • Intercompant STO working during MRP run.

    Dear Experts,
    How intercompany stock transfer works during MRP run?
    I mean if one company is purchaser and other is vendor and purchaser company's planned delivery time is 10 days and replenishment time in other company is 3 day then will system consider these two times in creating purchase requisition in first plant ( in MD04)?
    Regards
    Deepak Sharma
    9818263889

    Hi,
    Say your purchaser is plant A, vendor is plant B. STO can make by spl.procurement key 40 in MRP2 view in plant A.
    If you create requirement in plant A, system will create planed order for that material.In plant A, system will consider only planned delivery time of 10 days.
    In plant B, system will create dep requirement. suppose if stock is not available that time system will consider to replinishment the material as 3 days.
    This 3 days will not consider in Plant A.
    Regards,
    Dharma

  • Cheracteristic consideration during MRP run

    Dear frnds,
    during implementation for one steel industry i have stuck up in problem which is
    they have crm plant in which finished products are endless depending upon thickness like .023,.325
    if we make material master for every thickness then it will infinite number of material master.
    so we thinking for single material master group of thickness i.e for single mmr for range of thickness and during sales order creation person will mention actual thickness in text of sales order or we can make it configurable and characteristic for actual thickness so during he will mention actual thickness in characteristic value.
    but problem is that during mrp run, characteristic value is not taking into consideration,
    so i want some customization so that characteristic value is considered during mrp run
    please help me out its very urgent
    thanks

    Hello,
    are you talking about a pure ERP implementation? A good description on modelling this with APO can be found in the Best Practice for Primary Steel (see link on BPX Mining and Metal).
    Usually we work with configurable material variants, as a starting point.
    Best regards,
    Stefan

  • During MRP run unwanted plant and storage location include and exclude

    Hi There,
    During MRP run how to include and exclude the unwanted plant and storage location pls let me know the required configuration settings.
    Thanks in advance.

    HI,
    To control whether a particular storage location will be included or excluded from the MRP run.  (MD02/MD41).
    To exclude it from MRP run :-
    OMIR - Define storage location MRP per plant
    Put the MRP ind. as.         1 - storage location stock excluded for MRP
    To include it from MRP run:-
    OMIR - Define storage location MRP per plant
    Put the MRP ind. as.      space - storage location stock also planned at plant level and save it
    Next go to transaction MM01 - tick only view MRP 2
    Key in Plant and Storage Location
    Look at the Storage Location MRP section
    change the SLoc MRP indicator to space  and save it
    MMD1 - Create MRP Profile - MRP profile is a useful entry aid and makes it easier to manage MRP data.
    You define which fields are filled with values when MRP data is entered in the material master record, which of these values can be overwritten and which not.   You use the information stored in a profile is standard information that is needed again and again in similar constellations when material master records are maintained.
    Regards
    KK

Maybe you are looking for

  • Still frame from timeline

    In imovie06 I was able to make a still image from the ntime line and use in my project. Can anybody point me to this facility within Final Cut Express, please?

  • Still Frame Quicktime Export with Interlace. what can I do?

    hi. do you know how to avoid the interlacing happening when making a still frame with quicktime conversion in fcp? I need some stills for promotional purposes but the interlacing is a problem obviously. thanks for you help. best rob

  • ICloud keychain setup

    I have iphone 5 with ios 8.1, I change my number and when I want to set up my iCloud keychain code, the verification code sent to old number that does not exist anymore .How can I setup my apple I.D. with new number to let apple sent me the verificat

  • 100% height and width

    Hello, I'm building an one page parallax website, and I would like to make each section (anchor) responsive to the screen size, 100% height and width, it's that possible ? how ? thanks ! Mirko

  • Is there any dummy web service for study purpose?

    Hi Devs, One of my friend want to use a java web service, as he is not in my domain I am not able to give him web service developed on my machine. He is doing research on how sharepoint can use Java web service. Any simple java service doing addition