Field where used quantity

Hi All
Can anybody please tell me where i can find the term in SAP "WHERE USED QUANTIY".
Thanks in Advance
Goutam

To determine which BOMs an object is used in, you need to start a "bottom-up" analysis of BOMs.
You can produce a where-used list for the following objects:
        --> Material (multi-level)
        --> Document (single-level)
        --> Class (single-level)
This section describes the where-used list for materials in detail. You can produce where-used lists for documents and classes in the same way.
<b>Use</b>
A where-used list answers the question: Where is an object (for example, material) used, and in what quantity?
This question is especially important, for example, if objects (such as materials) are used in more than one context.
For example, you require this information to:
   => Determine requirements for a specific material
   => Select products that are affected by a change to an individual part
   => Find assemblies that will be delayed if, for example, there is a delay in the delivery of a raw material
   => Calculate the effect on the cost of a product if the price of a raw material rises
Thanks
G. Lakshmipathi

Similar Messages

  • Field Level "Where-Used" ?

    Is there a way I can do a "where used" on a Field within a Table ? 
    I would like to get all programs that use table-field,  LFM2-LFABC.
    I can get all programs that use that table, via, the Table "where used" functionality.  However, I would like to go one level deeper and see all programs that just use that specific field.
    Thanks.
    David

    Hi ,
    Goto se11 and enter the table name , select field  and click on where-used.........
    Regard's
    SHAIK.

  • Where Used for a Quantity Conversion Type ?

    We had a problem with a quantity conversion type, and it's caused corruption on every query that used it. So I have to go in and fix 'em all. Except.... I'm not sure which queries used it !
    Metadata ? Nope. Quantity Conversion Types aren't there.
    Where used from RSUOM ? Nope. All it pulls is the conversion type itself and the associated infoobject.
    RSZELTXREF ? Nope. not in there.
    RSUOMTRT ? Well, yeah, the GUID for the conversion type is there. But.. it does not show up as an ELTUID anywhere else.
    I'm stumped ! Anyone have an idea ?

    I just manually went into every query that I had assigned as having an Alt UOM conversion and fixed it that way.

  • Where used of a table field in BI extraction program

    Hi,
    How can I find a particular table or table-field is used in any BI extraction program or not? Actually we are doing a modification and change in the structure of a big Z table and custom developments. So I want to analyse and list the programs related to BI extraction also... which are going to effected because of this change. So please let me know... how can I find this. Actually I am a R/3 Logistics functional consultant... no much idea in ABAP & BI...
    Thanks in advance.
    Regards,
    CHS.

    Hi,
    this sounds like a question for the BW area.
    regards
    Ingo Hilgefort.

  • Where used list of a Z field in BI extraction programs

    Hi,
    How can I find a particular table or table-field  is used in any BI extraction program or not? Actually we are doing a modification and change in the structure of a big Z table and custom developments. So I want to analyse and list the programs related to BI extraction also... which are going to effected because of this change. So please let me know... how can I find this. Actually I am a R/3 Logistics functional consultant... no much idea in BI...
    Thanks in advance.
    Regards,
    CHS.

    Hi,
    this sounds like a question for the BW area.
    regards
    Ingo Hilgefort.

  • Where used for table fields

    I have list of 3600 fields , I need to get info related to these fields are used in which screens. Any easy way ?
    PS : Please donot suggest to use se11--> and make whereused list for field
    a®s
    Edited by: a®s on Jul 31, 2009 12:34 PM

    Hello,
    1. Get the table name in which all the data elements are stored.
    2. Write select for that table to find all the table names using required data elements for table field.
    Check if this helps,
    Thanks,
    Augustin.

  • How to get a field that using variable in order to create a query

    Hi,
    I found a difficulty when creating a query. so, I would like to ask you some question.
    1. How to get a field that using variable which that field I want to put it in my query?
    For example, I would like to take quantity field in inventory audit report. And when I put my cursor in
    quantity field, there was only variable, item, etc. How to get this and put it in query?
    2. How to combined the invoice quantity with inventory audit report quantity?
    3. I have a query like this:
    SELECT distinct T0.[DocDate] as 'Tanggal', T0.[DocNum] as 'No.Faktur', T1.[ItemCode] as 'Kode Barang',
    T1.[Dscription] as 'Deskripsi', T1.[Quantity] as 'Quantity', ((T1.[LineTotal])/(T1.[Quantity])) as 'Harga
    Satuan', T1.[LineTotal] as 'Harga Total', T3.[CalcPrice] as 'HPP Satuan', ((T3.[CalcPrice]) * (T1.
    [Quantity])) as 'HPP Total', T4.[ItmsGrpNam] as 'Jenis Barang', T5.[SlpName] as 'Nama Sales', T1.
    [WhsCode] as 'Kode Gudang' FROM [dbo].[OINV] T0 INNER JOIN [dbo].[INV1] T1 ON T0.DocEntry =
    T1.DocEntry INNER JOIN OITM T2 ON T1.ItemCode = T2.ItemCode INNER JOIN OINM T3 ON T2.ItemCode
    = T3.ItemCode INNER JOIN OITB T4 ON T2.ItmsGrpCod = T4.ItmsGrpCod INNER JOIN OSLP T5 ON
    T0.SlpCode = T5.SlpCode WHERE T3.[TransType] = '13' and T3.[CreatedBy] = T1.[DocEntry] and T0.
    [DocDate] >=[%0] and T0.[DocDate] <=[%1] and T4.[ItmsGrpNam] =[%2] and T1.[WhsCode] =[%3]
    Is it possible if I just take one invoice with invoice quantity and only show up at once although I have a
    lot item cost for that item? (because I'm using FIFOmethod).
    Please help me.. cause I'm stuck with this thing :l.
    Thank you very much, and I'm waiting your respon soon.
    Regards,
    Sisca

    Try this one:
    SELECT distinct T0.DocDate as 'Tanggal', T0.DocNum as 'No.Faktur', T1.ItemCode as 'Kode Barang',
    T1.Dscription as 'Deskripsi', T1.Quantity as 'Quantity', ((T1.LineTotal)/(T1.Quantity)) as 'Harga
    Satuan', T1.LineTotal as 'Harga Total', T3.CalcPrice as 'HPP Satuan', ((T3.CalcPrice) * (T1.
    Quantity)) as 'HPP Total', T4.ItmsGrpNam as 'Jenis Barang', T5.SlpName as 'Nama Sales', T1.
    WhsCode as 'Kode Gudang'
    FROM dbo.OINV T0 INNER JOIN dbo.INV1 T1 ON T0.DocEntry =T1.DocEntry
    INNER JOIN OITM T2 ON T1.ItemCode = T2.ItemCode
    INNER JOIN OINM T3 ON T2.ItemCode = T3.ItemCode AND T3.TransType = '13' and T3.CreatedBy = T1.DocEntry AND T3.Warehouse = T1.WhsCode
    INNER JOIN OITB T4 ON T2.ItmsGrpCod = T4.ItmsGrpCod
    INNER JOIN OSLP T5 ON T0.SlpCode = T5.SlpCode
    WHERE T0.DocDate >=[%0\] and T0.DocDate <=[%1\] and T4.ItmsGrpNam =[%2\] and T1.WhsCode =[%3\]
    Thanks,
    Gordon

  • Database Field for Picked Quantity in Delivery

    Hi All,
    We want to know the Database Field for Picked quantity in a delivery. We checked the help for the field and it points to the LIPSD structure and the field PIKMG. However I could not find it in LIPS table or any other table. Could somebody please help me locate this field in the database ?
    Thanks,
    Amit

    Hi, This is late response i know, but maybe someone else is looking for same and needs code for same. Please keep in mind that you also need to check if users have done LT0G return from GI are back to picking bin. In this case you need minus the TO from total picking qty.
    ABAP routine:
    form LIPS_PICKED using LS_LIPS type LIPS.
       data: LT_VBFA type table of VBFA,
             LS_VBFA type VBFA,
             LS_LTAP type LTAP.
       select * from VBFA into table LT_VBFA  "Fetch to data from doc flow and count picked
         where VBELV = LS_LIPS-VBELN
         and   POSNV = LS_LIPS-POSNR
         and   VBTYP_N = 'Q'.
       clear LS_LIPS-LFIMG.
       loop at LT_VBFA into LS_VBFA.
         select single * from LTAP into LS_LTAP
           where LGNUM = GS_SCREEN_100-LGNUM
           and   TANUM = LS_VBFA-VBELN
           and   TAPOS = LS_VBFA-POSNN
           and PQUIT   = 'X'. "Picked!
         if SY-SUBRC = 0.
           if ls_ltap-vltyp = '916'. "Source is GI area => LT0g done, it is minus!
            LS_LIPS-LFIMG = LS_LIPS-LFIMG - LS_LTAP-VISTA.
           ELSE.
           LS_LIPS-LFIMG = LS_LIPS-LFIMG + LS_LTAP-VISTA.
           endif.
         endif.
       endloop.
    endform.                    "lips_picked

  • Table and table field for PICKING QUANTITY.

    Hi friends,
           I need to use PICKING QTY in script. but it is in structure LIPSD-PIKMG.
    Please say Table and Field for Picking quantity.
    I need a table and field.
    THANKS in advance.
    balaji.

    Hi Tarani, Rasmi,
    Thank you for quick response.
          LIPS-LFIMG is Delivery Qty . It is not Picking Qty.
    please let me know for PICKING QTY to display in my Script.
    Thank you.

  • In table pa0002 need which fields is used for what countries

    Hi
    My client is implementing PA for 10 countries
    From pa0002 table the client wants a reports where he wants fields and the countries in which thats fields are used ?
    How and where can i get this information
    Thanks
    Raj

    Hi Raj,
    you can take this from Ad-Hoc qry (SQ01) as a report.

  • Function Module where-used list does not find update rule programs

    We have function modules called in update rules. The where-used list in the function builder does not find the update rule programs.
    For example, function DATE_GET_WEEK is called in an update rule to InfoCube YCUBE001. The activated program name for this update rule is GP3PWI6PKM5Y3K75A370DIS8I77. When I goto SE37, enter the function DATE_GET_WEEK, click the where-used button, check the programs option and search. The system does not find the program GP3PWI6PKM5Y3K75A370DIS8I77.
    Without this search capability it is difficult to do an impact analysis of changing function modules. Does anyone know of a solution?

    hi,
    i think the reason is the code of update rules' generated program are stored line by line in table(rsaabap), update rules program itself stored in table rsupdrout, link with field codeid, another useful table is rsupdinfo which store infocube, infosource related.  other info may stored in some other rs* and rsa* tables.
    try to create following program in your system, and run, type in the function module name, and will display out the update rules program id, with additional useful info : which infoprovider, infosource, and detail info of the routine and infoobject in the update rule that using that function module. you may modify the program to have better display out list.
    hope this helps.
    REPORT  Z_FM_UPDRUL_WHEREUSED.
    data : lv_sfm,
           lv_line type string,
           lv_where type string.
    tables : rsaabap,RSUPDROUT,rsupdinfo.
    select-options:
    s_fm for rsaabap-LINE.
    start-of-selection.
      loop at s_fm.
        concatenate s_fm-low ' ' into lv_sfm.
        concatenate '%' s_fm-low into lv_line.
        concatenate lv_line '%' into lv_line.
        write : / 'function module', 'update rule id', 'routine id', 'infoobject', 'infocube', 'infosource'.
        select * from rsaabap
        where line like lv_line and objvers = 'A'.
           select * from rsupdrout
           where codeid = rsaabap-codeid and objvers = 'A'.
             select single * from rsupdinfo
             where updid = rsupdrout-updid and objvers = 'A'.
               write: / lv_sfm, rsupdrout-updid, rsaabap-codeid,
                        rsupdrout-iciobjnm, rsupdinfo-infocube,
                        rsupdinfo-isource.
        endselect.
        endselect.
      endloop.

  • SEM-BCS R/3 based - where used list fsitem in sets

    Hello
    I would like to know if there is a way to get a where-used list for a fs-item to know in which sets it is used. It seems there is no standard way.
    thank you
    Olivier C.

    Are these standard R/3 sets?
    You can probably look in table SETLEAF (and perhaps SETNODE) to determine where they are used.  Check the VALFROM field.
    You'd have to play around with the selection criteria if you are using any ranges in the set.
    -Chris

  • Function Module "where used list"

    I'm looking for a function module which does the same as the where used list: i want to have all tables conataining a special field e.g. mandt. Is there such a FM available?

    Hi,
    Use FM 'CHVW_EXPLODE_ALL' to get the Batch where used list.
    HTH
    Regards,
    Dhruv Shah

  • Function Module to identify Where-Used list

    Hi All,
    Is any one aware of any Function Module(s) to identify where-used list of any given Info Object(s).
    I would like to use this in an ABAP Report.
    I do not want to use RSD1/metadata repository way.
    I was thinking of a way to write multiple selects on the various tables (RSZELTTXT, RSZELTDIR, RSZSELECT...) to get  ELTUID/TELTUID/SELTUID..., but that seems to get very lengthy.
    Have already checked a few posts but they only indicate the queries/Cubes in which a given IO is used, where as I am interested in all BW objects where a given IO is used.
    Thanks in advance,
    Sanny.

    hi Sanny2 ,
    try this method... this will surely help
    if you want to know how where used list works then follow the steps.
    1 ) open tcode se11
    2) enter table name (example...MARA)
    3)  go to command window (where you often use to enter tcode ... Enter Tcode /h - which is debug switch on)
    4) select any field (example .. MATNR)
    5) press where used list button.
    6) you can navigate to source code (debugger mode)
    7 ) follow steps and trace the code HOW WHERE USED WORK,
    hope this helps
    let me know if useful
    Avirat

  • How to find table / field where condition records are saved?

    Hi,
    We want Sales Order Rate ( Condition type ZR00 calculated with backward pricing ), as a column in a Z report.
    I am not able to find out the table / field where system saves condition records for this condition type. I can only see structure.
    Please help to trace down the field where this data is stored.
    Regards
    Trupti

    Hi Vishal,
    KNUM is the internal number under which system saves the conditions that apply to a Sales Order.
    So first to derive this KNUM from sales order we use Table VBAK
    AFter this we use this KNUM and the condition type in table KONV to get the value for that perticular condition type.
    Please check following.
    SE16> VBAK> enter any sales order in field VBELN and note down number in field KNUM.
    SE16 --> KONV --> enter this KNUM and the condition type --> you would receive condition record value for this condition type, for that sales order.
    KNUMH is a similar field in the table A503( in our case), but we also wanted link of the sales order to this record.
    Thanks for your help anyways!!
    points provided.

Maybe you are looking for

  • Hard-drive Crash!! - Possible to get files from Apple TV to my new hdd?

    My hard-drive just crashed and I just received the new hard-drive. I was wondering if there is a possiblity to restore into my new hard-drive the files I had downloaded from my old hard-drive to my apple TV. I have a alot of music, photos etc on my a

  • Why was I sold a CDMA iPhone in the UK?

    So I bought an iPhone 5 about 1 week ago.  I just checked the model identifier and it's 'iPhone5,2'... This is the CDMA iPhone 5. I would have expected to have been sold an iPhone5,1 which is the International iPhone 5 (along with GSM in USA). Everyt

  • JDBC Sample Test Scenario

    Hi All,        Could any one guide us to some successfully working Sample Test Scenario Documents for SAP XI 3.0 using JDBC Adapter which we need to work on asap. Thanks in advance, Venkat!.

  • Make a book with what?

    I would like to make a book. The book will have some text, and many images, graphics, photos. I will include audio layover and would like it to be a download from my own website, for a fee. Possibly sell it on Amazon. I don't want to go through the r

  • Workset child's order

    Hi, I have a workset containing : iviews , workset , and page . all of those elements have "Sort Priority = 100.0" I have problem sorting those elements inside my workset for example, if I manually order the elements like this [using "up and "down" b