How to fetch production Scrap of a material.

Hi Experts,
How to fetch production Scrap of a material. Please advise with database tables or function module.
Thanks in advance,
Viven

in that case u have to calc. based on  the BOM qty.
actual qty of RM material will not avail in the table AFRU .from AFRU u will get Gross/Net qty of FG material.based on this QTy u have to calc RM usage taking BOM conversion.

Similar Messages

  • How to fetch the configuration of a material !

    Hi Guys,
    I need to fetch configuration for some materials found in MARC like the characteristic "Size" or "Color".
    For this reason I call first the function CE_C_PROCESSING to the instance of the material and then call the function CE_I_GET_CONFIGURATION to get the the characteristics and values for the material. Everything works ok but these two functions take loooooooooooong time to respond so I have performance problem when I have to fetch for e.g. 400 materials their configurations. Now I was wondering does anybody know is there any other functions to call to get the configuration with ?
    Thanks for your help
    Kami

    Dear Menna
    Hi.. Here our materials are configured . If i start to create a quotation or order i can get some default characteristics. I tries and found it is coming from cu50 and it is using the fm  CE_C_PROCESSING. Here my problem is i am creating this order and quotation from external system . First i have to default characteristics to customer then he have an option to change it . By using the above fm i can see the default characteristics screen Here the problem how to get these characteristics names , values and write it . I hope you will share your ideas if you work on this . By seeing the above thread posted by you i am asking you .
    Regards,
    Madhu.

  • How to Fetch Production ordr No in Batch no Creation table

    Hi experts
    One of our customer needs batch number need to be auto generated and this number should be Production order no.
    Only one rececipt from pdn will happen to one PO.
    I tried below query to fetch the value. But it is showing no results.
    SELECT T1.BaseRef FROM OIGN T0 inner join IGN1 T1 on T0.DocEntry = T1.DocEntry WHERE T1.BaseRef is not null and T0.DocNum = (SELECT Substring($[$-35.2.0],4,9))
    In this query 35.2.0 is Receipt from production number which is displaying in "Rows from Documents", in Batch set up (Batch no creation table).
    Thanks in Advance
    Unni

    Hi Mr.Nagarajan,
    Thanks for reply
    1) There will be only one receipt from production, against production order
    2) Items are managed by batch
    3) There will be only one batch no for receipt from production.
    While putting receipt from production entry, Batch no creation window will open. Here in Batch no field, user need production order Number need to be autofetched.
    I tried that for this thru formatted search.
    but as this is third window (1. PO, 2.Receipt from prdocution, 3 .Batch no creation) and receipt from production is also not saved in the system, system is showing "No results" for my query.
    Please help me here
    Regards
    Unnikrishnan

  • How to fetch the current stock of material based on Plant?

    Hi Experts,
    Could any one tell how do i need to get the current stock data of the material based on Plant.
    Thanks in advance.
    Regards,
    Abdur Rafique

    Hi ,
    MBEW stores the value of particular stock . T-code to find stock MMBE compare both wiht table and tcode.
    please let me know if you still find any issues .
    Thanks and regards,
    Rajeshwar

  • How is the product allocation  work?

    How is the product allocation  works? (material master: Basic Data 1,) where is the place to maintain the parameters?
    point will given

    Product Allocation
    Configuration Overview; Allocation Specific Usage
    1.Allocation Procedure (OV1Z) The product allocation procedure is the parent of the entire allocation process. All materials that are to be included in the allocation scheme are required to have an allocation procedure assigned to it in the material master. In addition, as of release 4.0, it is in the procedure that the method of allocation is defined. The user has the opportunity to set an indicator to identify their choice of two different methods (discrete and cumulative allocation) to evaluate the quantities to be considered for product allocation.
    2.Allocation Object (OV2Z) The allocation object is the root level of the allocation process where actual data is entered and planned in LIS. The object allows the user to further break down a procedure into smaller parts for future validation of components comprising a specific material
    3.Allocation Hierarchy Mapping (OV3Z) Primarily, this transaction permits the assignment of an allocation procedure to an LIS information structure. Secondly, a character is assigned to the information structure to permit collective planning. Finally, the user can assign a step level to the procedure and information structure to sequence the order in which allocation quantities are checked. This functionality allows the user the opportunity to check product allocation against several product allocation scenarios, before the required quantity is confirmed
    4.Define Consumption Periods (OV5Z) The allocation consumption periods functionality is only valid if the allocation method flag has been set (OV1Z). If you have de-selected the method field, this functionality is not available. The consumption window indicates the number of past and future periods to be used in the allocation check.
    5.Control Product Allocation (OV4Z) In order for the allocation process to function properly, allocation control records are created primarily to map allocation procedure steps to their corresponding objects so that the allocation data records can be located for validation. Secondly, validity periods must be established to indicate when the allocation control records are active. Finally, the user has the option of establishing a conversion factor per allocation control record to accommodate BOM listings of constrained materials
    6.Activate Allocation for Requirement Class (OVZ0) In order to turn on allocation in the standard order processing functionality, the requirements class must have a flag indicating that allocation is relevant.
    7.Activate Allocation for Schedule Line Category (OVZ8) In order to turn on allocation in the standard order processing functionality, the schedule line must have a flag indicating that allocation is relevant
    8.Create Planning Hierarchy (MC61) In order to adequately establish allocation quantities, the user must initially determine the level at which the allocation is to take place and the aggregation factor of the allocation quantities. In this step, the levels for the collective allocation search procedure are also identified.
    9.Generate Masking Character (OV7Z) Upon completion of the level determination for the planning hierarchy, the collective allocation masking character must be generated to allow aggregation indicators to be established. This transaction simply reads the hierarchy established in the planning table and then generates a collective mask character for each level of the hierarchy
    10.Modify Planning Hierarchy (MC62) This step is a repeat of MC61 where the initial hierarchy was established. In order to complete the hierarchical set up, the collective allocation (mask character) hierarchy must now be maintained with the appropriate aggregation factors
    11.Allocation Procedure Assignment to Material Master (MM02) At the root level of the allocation process are the materials. Each material that is to be considered in allocation scenario must be mapped to an allocation procedure. In order entry, then, when a material is entered with a valid allocation procedure in the material master, the allocation data is verified prior to confirming the line item ordered
    12.List of Suitable Structures (OV9Z) This report is used to identify potential LIS information structures that can be used in the product allocation process. This report simply reads through the data dictionary and selects all the active information structures that contain the field product allocation object (KONOB) as the first field. This data can then be utilized in the mapping transaction (OV3Z) to link the allocation procedure step to an information structure (previous step).
    Regards
    Jitesh

  • How to fetch accounting document number from known material document number

    Hi,
    Using MIGO transaction, by giving mblnr(material document number) as input, I get accounting document number by clicking FI document.I have to add this accounting document number in my report for corresponding known mblnr(material document number) values.
    My question is how to fetch the accounting document number present in MIGO to add in my report program.
    I used the xblnr(Reference Document Number) which is present both in mkpf and bkpf tables to fetch values.
    I extracted xblnr values with known mblnr values from mkpf (Header: Material Document table).
    and then extracted belnr(accounting document number) from bkpf (Accounting Document Header table) by using xblnr values.
    But the query is running for a long time.
    Is there any other method  to extract the values in a simpler way.
    Kindly advise.
    Thanks and Regards,
    Sanjeev

    I had the values of xblnr and some other fields such as mblnr, budat etc in wi_item table.
    I created a new internal table i_xblnr and got down those values.
    And then created a new internal table i_belnr and tried to get values of belnr in it.
    The code I wrote is given below:
    IF not wi_item[] is initial.
    loop at wi_item.
       at new xblnr.
        ws_xblnr-xblnr = wi_item-xblnr.
         append ws_xblnr to i_xblnr.
       endat.
    endloop.
      select belnr xblnr from bkpf into table i_belnr for all entries in i_xblnr where xblnr = i_xblnr-xblnr.
    ENDIF.
    Kindly look after it.Thank you.
    Regards,
    Sanjeev

  • How to get products based on Material Group 2

    Hi all,
    I want to find out all the products for a particular "Material Group 2". COMM_PRODUCT table dosent contain the Material Group 2 field. I tried finding in other tables, but couldnt find relation between Material Group 2 and the product.
    any hints on how do i proceed ?
    Thanks in advance,
    Raviraj

    Hi Ruth,
    Thanks a lot !. This linkage really works !
    Full credit to u for that !
    Also, I need to get the "Distribution-chain-specific material status" value in CRM. Any hint on this ?
    Regards,
    Raviraj
    Message was edited by: Raviraj Khare

  • Co-product scrap booking in Co11n

    Hi Experts
    whenever we are defining the Co-product into system and maintaining all necessary entries into Master data of BOM & Material Master it is working fine
    but when i am going to clear the Co11n screen and there Main product is suppose to take scrap qty 10 piece than 10 pc of co-product should also required to scrap but that will remain open .
    what should be treatment for the same.
    Order qty of X 100 and co-product ratio into A,B, is 50, 50  now if X is going to scrap in co11n screen after yield qty than A,B should also be required scrap into same screen or other media , but that is open still.
    Rgds
    Pankaj

    Hello Pankaj ,
    Scrap which generates in shop floor with reference to Main product
    For co product scrap,
    First Confirm all the quantity as yield quantity including scrap,  and good receipt for main product And co product 
    For CO product scrap, create one separate storage location.
    Physically you know the how much rejected qty. Move that qty from accepted str location to rejection str location by using MB1B with 311 mvt. Storage location to storage loc transfer the quantity
    Check In MB51 with mvt type 311 with corresponding period, you came to know how much quantities are rejected and 551 mvt materials people scrap that rejected qty
    No need to create extra material for component scrap
    I hope this information helpful to you
    Regards
    Umesh Mali

  • Production orders without a material

    Hi Guys,
    Can anybody explain the scenario where the concept of production orders without materials come into picture.
    Thanks
    Shailesh

    Hi,
    In addition to above answers pls find the procedure of creating Production order w/o Material :
    1.Creating Production Orders Without a Material
    Choose Logistics ® Production ® Shop Floor Control ® Order ® Create ® Without material.
    You reach the initial screen Create production order.
    2.Enter the following data:
    the plant
    the sales order (you can specify a sales order as a reference.)
    the order type (it controls whether an internal or external number range is used.)
    if you have selected an order type for which an external number assignment is required then you must also specify an order number in the field Order.
    3.You must also specify the following data:
    the responsible MRP controller
    the responsible production scheduler
    If you want to create the order with reference to an existing order then the order referenced must also be one without a material.
    4.Choose  Enter.
    The General tab page appears.
    5.Enter the following data:
    a Short text for the order
    Total quantity: Specify the quantity and the unit of measure.
    Order start date or order finish date: Depending on the scheduling type you must specify the order start and/or the order finish date.
    Production orders are generally scheduled backwards.
    Scheduling type: Use a key to specify how the order is to be scheduled.
    Scheduling margin key or float before production, float after production and release period:
    The release period, the float before production and the float after production of the order are defined using the scheduling margin key.
    If you specify a scheduling margin key the system fills these fields automatically.
    If no scheduling margin key has been specified you can specify the float before production, the float after production and the release horizon by specifying the corresponding number of days.
    6.You must also specify the following data:
    Scrap portion: You can specify the scrap quantity that you expect for this order.
    Priority: You can assign the order a priority. This field does not affect order processing.
    Long text: To create a long text for the production order choose the Long text tab page.
    7.Choose .
    You reach a dialog box where you can specify whether you want to use a reference operation set. If you do not want to use a reference operation set then a standard sequence is automatically generated with an operation.
    The system searches for a valid routing (see Routing Selection) and a valid bill of material (see Selecting Bills of Material).
    If alternative sequences exist in the selected routing, they can only be copied to the production order if alternative sequences are permitted for the order type in Customizing for Shop Floor Control: Choose Master data ® Order ® Define Order Type-Dependent Parameters.
    If you do not want to change the operations or add any components, you can now save the production order. Otherwise, change the data and then save the production order.
    Hope this helps.
    Regards,
    Tejas

  • Production Scrap

    Dear All Experts
    I have a Query Regarding Production Order
    I have A Raw Material Say X with Qty 100 I procured
    From There I have Manufactured SFG say B 100 units
    My question is when I am doing Operation I get Scrap from SFG And when I do confirmation Co11n
    At that Time My scrap Qty Should Get and in Production order raw material Qty Will Reduce to say 80
    X = 100 (80-20) 20 is Scrap
    B= 100
    2. How to do Unplanned Scrap ?
    Please tell me How to map
    With Regards
    Pushpalas
    Edited by: pushpalas on Oct 28, 2011 10:57 AM

    Hi Pushpalas,
    Well As you listed the steps in your first thread is 100-20 = 80 is wrong.
    PLANNING:
    Well you wnt to maintain the operation scrap yes then goto BOM of SFG -
    > select the ROH material and click on the ITEM category in BOM there will be an ICON ok.
    Then give the Operation Scrap and Check the NETID indicator then only the operation scrap will be calculated o.
    Save it------> RUN MRP, while running th MRP it self you have to proceed one by material planning then at the ROH planning time you can see the exact calculation for example:
    ROH quantity is 100 then the Operation scrap is 20. The planning will be done as 100 is required quantity and 20 quantity will be also planned.
    So, now the total pnanning wil be done for 120 quantity for ROH ok.
    As i designed the scenario like to mfg my FG product i require 1EA of SFG which means FG BOM contains 1EA of SFG item ok
    To mfg SFG i require 1EA of ROH i am procuring from out side ok
    Now once you get the stock of ROH into warehouse you convert the SFG planned order into Production order.
    Then, go to CO11N and then do the conformation ok you can see the result there.
    Let me know what happened ok.
    Regards,
    Madhu.G

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

  • Production Order for a Material with two units of measure?

    Hi Everybody I have the following issue.
    In my company there is a new production process with a Material that should be configured in the master data with the field "Base Unit of Measure" as per unit (each). But the production process, should be confirmed by tx CO11N, in Kilograms. I know that I can use the additional Data in tx MM03 to set a Production Unit, but the value of convertion would be fixed. For example 122 Kg = 1 each, the thing is that the value in kilograms for each lot can vary, one lot can weight 122 and another one can weghr 125, and in each case I shoul have two units in stock. And as I have the value of convertion fixed, when I confirm each lot one for 122 kg and another for 125 kg I will have 2.025 units in MB52.
    How can I solve this problems? I need to have the chance the confirm in kg changing for each lote the quantity but in the base Unit of Measure have one unit for lot. As if for tx CO11N I could have a field where I can set tha x quantity of Kilograms is x each.
    Kind regards
    Leandro. 

    Hi Ayoub, First thank`s for your promt answer,
    1. The Quantity is different, because is not a perfect process, there is a manual work in the process that makes this quantity differ, there is no big difference, maybe a Kilo or Two but the production mannager wants to have this registered. And besides in productions they manage kilograms, but for selling the comercials manage units (each - EA)
    2.The convertion rate is known at the end of the process after cutting and packaging a unit, they weight it.
    Regards
    Leandro

  • Single Report for production scrap and Movement type 551 scrap

    Hi All,
    Can we include the scrap information from production and scrap from movement type 551 into a single BW report?.......My assumption is we cannot include it into a single report coz production scrap will have a different material information and scrap from movement type 551 will have a different material information..please correct me ig i am wrong......
    Regards,
    Shravani

    hello,
    you can have a single report by two options
    1. have a variable on movement type.If you choose 551..U will get materials of tht movt type.
    also if the select teh movt type for prodcution, it wil display its materials.
    or
    2. U have to place  movt type in the rows.Place movt type and then material in the rows.
    Then u will get for each movt type..its corresponding materials.No variable selection needed here.
    Regards,
    Dhanya

  • How to get classification for a given material and material type in MM

    Hello Friends,
    One of my developer colleagues is struggling to find out : how to get classification for a given material and material type in MM?
    He is looking for probable table and table fields to Select from.
    I would appreciate seriously any help in this regard.
    ~Yours Sincerely

    Hi
    Below given the flow and table details for a given class and class type.
    - Table KLAH --> This contains the "Internal class no" [ for the given Class & Class type ]
    - Table KSML --> This contains the " internal character numbers " [ nothing but characteristics attached to the class ] , which can be fetched with the above fetched internal class no
    - Table AUSP --> This table contains the objects ( material ) attached to the internal characters of that class
    - Table CABNT --> This table contains the "Description" for the internal character numbers.
    - award points if this is ok

  • How to fetch post goods issue date and sales order creation date

    Hi All,
    How to find out the difference between SD Sales Order Item Creation Date and final Post goods issue Date. I would like to know how to fetch those dates and what is the relationship between the tables from which i will get the dates.
    Please let me know the solution .
    Thanks in advance.

    Hi,
    Sales order creation date is when u raise a sales order in favor of the customer using VA01.......using ATP logic system purposes the material availability date....
    after saving ur sales order...when u raise the Delivery using VL01n  w.r.t to OR...than u have to perform picking ....In the picking Tab...specify the amount to be picked than press Post Good Issue....means the goods left the company premises ..
    You can the fetch the values using tables-  Use T code   SE12  or SE16
    Vbak-----order header
    Vbap-----order item
    Vbek-----order schedule line
    Likp-----Delivery header
    Lips----Delivery item

Maybe you are looking for