How to run MRP for Bulk Material without using LTP

Hi, how can I run MRP for BULK material without using LTP.
Thanks in advance
BK

Hi,
Use trasnsaction code OPPQ and goto BOM Explosion and selection depends on
Field selected
No dependent requirements are created for informational purposes for bulk material items in the plant selected. This can improve system performance.
Field not selected
Dependent requirements are created for bulk material items in the plant selected. These dependent requirements are displayed in the planned order for informational purposes only. They are not considered in the net requirements calculation; that is, they are not included in material requirements planning (MRP) and are not displayed in the stock/requirements list
Reg,
Deepak.
Edited by: deepak k b on Nov 11, 2008 6:56 AM

Similar Messages

  • Run mrp for specific material

    i want to run mrp for specific material (not for all the plant materials) in background in scheduled intervals............what can i do?

    Dear,
    You need to go for enhancement M61X0001 with function al modules EXIT_SAPLM61C_001 and EXIT_SAPMM61X_001
    Please refer my reply from this link,
    [MRP run for Specific Material|Re: Excluding materials from mrp run]
    Regards,
    R.Brahmankar

  • Hi i dont have a wifi broadband n i just bought the new ipod touch can anyone tell me how 2 download apps for my ipod without using wifi

    hi i dont have a wifi broadband n i just bought the new ipod touch can anyone tell me how 2 download apps for my ipod without using wifi

    Download the apps on your syncing computer and then sync to the iPod. Note that you can only sync apps for the one syncing computer you use with the iPod. You can manage music and videos among different computer.

  • How to run MRP for BOM as well as ROL items

    We have only one plant. I  want to run MRP for BOM items as well as ROL items.  MRP can be  run plant wise thru tcode MD01.  I want to run mrp for only ROL items.
    Please suggest
    Regards,
    ( Rajneesh Gulati )
    Edited by: Rajneesh  Gulati on Jun 20, 2008 11:33 AM

    As I understand for Quartz, I think you should create a security subject for it in your code. I guess the background tasks in Quartz work in separate threads. It is not recommended in EJB application. you can use EJB timer service instead.
    -Albert

  • How can I pay for photoshop CC without using a credit card?

    My son is paying for CC without using a credit card, The subscription is being taken from his bank account/debit card, I was told this wasn't possible by an adobe rep. Is it possible?
    Adobe told me everyone that has a subscription must have a credit card to pay.

    A debit card, if it can be used as a credit card, can be used to pay for anything online. If he's using his debit card to pay for his CC account then it is possible. The rep may have just been referring to using a checking account being a method that isn't possible.
    He needs to stop using his debit card to pay for anything online as debit cards are unsecured so if someone were to acquire the card number they could clear out his checking account and your son would be unable to do anything about it.

  • How to Send Emails for failed messages without using Alert

    Hi Experts,
    In our project, we need to trigger Emails for the failed messages in SXMB_MONI / Adapter Engine without using Alert Framewrok.
    Please let me know the below :
    1. Is this really possible to avoid Alert?
    2. If possible, then can we accomplish this by creating any PI Scenario? Please provide me some knowledge.
    3. Can we do it by writing any ABAP Code? If ABAP report can make it, then please provide me the code/ tables which will be needed. If any Blog/ Wiki is there, then please let me know the URLs. 
    Thanks,
    Nabendu.

    Hi Nabendu,
       If your customer asks for mails with specific text for message failure, tell that it is not possible. Because Message will go through several engines like Adapter Engine, Integration Engine, BPE. You can not generate mails for the message failures in all these areas with out standard alert mechanism. These are pure technical alerts which only PI people can understand, not business alerts.
    Example: assume your sender channel is unable to connect FTP Server, in this case you can not generate even though you will develop adapter module to generate alerts.
                            So for message validation only you can send mails not for message failures.
    thanks,
    madhu

  • How to run setup for new datasources without breaking old datasources?

    Hi,
    I am wondering how to install some more data sources (2LIS_05_Q0NOTIF, 2LIS_17_10NOTIF and 2LIS_18_10NOTIF) without breaking the delta mechanism for other data sources when I start to use the new datasources.
    I have installed some QM cubes (0QM_C04, -05, -08 and -11) and delta loads run every night.  Now I want to add two more cubes (0QM_C02 and -03). The new cubes use datasources that are not yet available.
    If I now activate the needed datasources, delete the content of the setup tables again and run 'Application-Specific Setup of Statistical Data' for 'Quality Management', 'Plant Maintenance' and 'Service Management', I am afraid that I will re-initialize the delta queue for the datasources that are already in use... In other words: I am afraid of breaking all datasources in application 05, 17 and 18...
    I cannot find documentation addressing this problem. Any input, anyone?
    Best regards,
    Christian Frier

    Hi all,
    if I understand you all correctly, I can use the following plan:
    0) Wait until no documents are posted on the R/3 side.
    1) Run the delta loads and check that the queues are empty (RSA7 and LBWQ).
    2) Delete the setup tables.
    3) Run the 'Application-Specific Setup of Statistical Data'
    4) Create and execute infopackages for initial dataload (for the new datasources).
    5) Create and execute infopackages for delta loads      (for the new datasources).
    6) Run the infopackages for delta load from the 'old' datasources without running a new initial dataload.
    So basically 6) is the step I worry about.
    That is that I can start to use 2LIS_05_ITEM, 2LIS_17_ITEM and 2LIS_18_ITEM without breaking the delta sequence for 2LIS_05_TASK, 2LIS_17_TASK and 2LIS_18_TASK.
    regards,
    Christian

  • How to run and stop LabView code without using start and stop buttons

    Hey
    I've attached my code that I'm going to use with thermocouples. What I'm trying to do is: when I hit start button the code should run for a minute then stop for 5 minutes and then start again, this process should be repeated twice . Could you please suggest the appropriate way to do it.
    Regards 
    Rajab
    Solved!
    Go to Solution.
    Attachments:
    temp. samples.png ‏24 KB

    Rajab84 wrote:
    Hi altenbach
    Thanks a lot for your help, I've tried the state machine, I’ve created 5 case structures as following: start for 1 min, stop 5 min, start again for 1 min, stop 5 min, restart again 1 min and finally stop. I’ve tried the code and it didn’t work. Could you please have a look at the attached code and let me if I need to change something. I think I’ve not used the elapsed time function properly. 
    Best Regards 
    Rajab
    you really dont need to repeat cases (2x)...using a shift register will reset your timer function once the timer has reached it's set limit. the "bool crossing" is used to tell me when the "5 min" case is done and increments the cycle count....ofcoarse, change the "seconds" constant to your desired time on the elapsed timer of this example 
    and you could "or" the stop to the "compare = 2" or change the select "wait" to "exit" with a constant connected to the stop
    Attachments:
    Untitled 2.vi ‏42 KB

  • Running MRP for finised product material

    i have a material BOM (finished product material and it consist of some raw material) those materials have MRP
    when i run MRP for this BOM i want to generate PR for the raw materials and a production order for the finised product material
    Please i want all the steps for these senario

    Nehad,
    You need to create PIR(Demand) for the finshed product for the MRP to trigger Planned order for the Finished product and Dependent requirments/PR for the Raw materials.
    1. Use transaction MD61 to enter demand for the finished product with respect to the plant and requirement type "LSF" if it was strategy "10" or "BSF" for strategy "11". You can check the planning strategy used for the finished product using transaction "MM03" in the MRP3 view... if no strategy is assigned you can still use "LSF" requirement type.
    2. Now run MRP using "MD02", you should get planned order for the finished materail and PR for raw material. Please note the MRP type for both the materails should be "PD" you can check this in "MM03" - MRP1 view of the materails.
    Regards,
    Prasobh

  • Run MRP for production order/maintenance order has been release

    Hi all,
    please tell me how to configure for running mrp for production order/maintenance order has been release. as you know, i want production order has not release will not appear in MD04. I think that is the way for running mrp will not take care about this production order has not release
    Thanks all

    Hi Hoai,
    It is impossible to exclude production order from net requirement calculation in MRP run. You may take a look at the online documentation under the PP-MRP area.
    Material Requirements Planning (PP-MRP)
       Planning Process
         Net Requirements Calculation
           Net Requirements Calculation for MRP
    But there is a way to temporarily exclude production order from MRP. That is you can set the 'delivery completed' indicator in 'Goods receipt' Tab in in production order. Please note that this order will not appear in MD04. Actually to some degree, this order could be considered as completed because ticking the indicator could set status 'DLV' for the order. But you still can execute confirmation, goods issue and goods receipt activities. This way is just a workaround. You may
    consider it.
    Or maybe you can consider the useage of BADI: MD_CHANGE_MRP_DATA to change the MRP run data to see if this could fulfill your requirement.
    Regards,
    Rachel

  • Setting for no dependent reqmt should generate for bulk material

    Hello guys,
       I know that for bulk materials system doesn't create any dependent reqmt. In other words system doesn't consider these materials in planning run.But for information purpose you can see the planned order no for bulk material in production order of above material.
       My question is where we maintain the settings for bulk material that system shouldn't create dependent requirements for them?

    Hi,
    As u know  u can  define Bulk material  at MRP view of Material Master.
    Please check with  "Excl Bulk material" check box  under the BOM Explosion tab at OPPQ for your Plant.
    Pradeep

  • How to run MRP on different storage location level ?

    Dear Experts,
    Need your valuable guidance to solve the below requirement form the client-
    1) My client want to enter a "safety stock level" for one spare part/ Material on the basis of individual storage locations.
               For sake of example: in SL01 he wants the safety stock for particular material set to 5
                                  In FS18 he wants the safety stock set to 2
                                  In FS15 he wants the safety stock set to 1
    Kindly tell me whether it is possible? & guide me how to do it.
    2) Also tell me how to run MRP on a storage location level?
               This is because after maintaining different safety stocks for one material in different storage locations,  is it possible to appear each storage location with their differing safety stock levels?
    I checked the MRP type maintained & its-1 (plant) & not as- 2 (storage location).
    Kindly guide me for the above issue
    Thanks in advance for your support.
    Regards,
    Mehul

    Hi Umashanker,
    Thanks for your suggession . Accordingly I have resolved the issue.
    Regards,
    Mehul

  • Running mrp for a particular group of amterials

    How do we run mrp for a particular group of materials.not for the whole plant.like running mrp to mrp group.

    Hi,
    You also have three other choices:
    1. MPS vs MRP for splitting into two sets of materials, e.g. daily MPS for manufactured material and weekly MRP for purchased material.
    2. Running Single Item, Multi-level MPS (MD41) or MRP (MD02) for a product group
    3. Develop an ABAP using your selection criteria (based on view MA61V?) that makes calls to FUNCTION BAPI_MATERIAL_PLANNING.
    Regards
    Alex Dixon

  • Production Order for a material without BOM and Routing

    Is it possible to create a production order for a given material without routing and BOM, I know we can
    create a production order for a material without a BOM (with a default routing) just wanted to check with
    the above criteria
    Thanks in Advance!!

    Members:
    Thank you for your valuable replies and time
    Santosh:
    Tried what you have mentioned, but system still picks up a default routing
    Kaushik:
    Maintained Default values in OPJG for the given order type, but system still picks up
    default routing
    Mangalraj:
    have no issue in creating a production order without a BOM, but I am trying to see
    is there a way where I can create a production order without a BOM and routing (not
    even default operation )
    Any suggestions on how to create a production order for a material without a BOM
    and routing (not even default one )

  • Best MRP type and strategy to run MRP for component using PIR and forecast

    Hi Experts,
      I want to run MRP for Component parts. I need to run MRP based on Planned independent requirements and Forecast Data.
    Which is the best suited MRP type and strategy.
    Please help to share bestpractices if any. thank you.
    Rayudu

    Hi,
    is the components you are talking are Semi finished materials or Raw materials and Packing materials which are procured from vendors ???....
    It is not a good idea to maintain planning strategy for Components which are part of BOM...these materials are automatically planned when the header materials of these components are planned....
    If these components are not part of any BOM then you can try the option of using forecast based planning.. MRP type  VV and maintain the forecasting view in the material master
    You can also explore the option of consumption based planning like manual or automatic reorder point planning...
    Thanks
    Kumar

Maybe you are looking for