How to find the quatity of material in backorders

hi
in which table the backorders get saved.
from the v.15 transaction i got the backorders.
i like to know that how to find the quantity of material which is due in the backorders. what are the fields for backorder quantity of material.
regards
kq

Solved in this way
*"*"Local Interface:
*"  IMPORTING
*"     VALUE(SUBCLASS) TYPE  KLSCHL
*"  EXPORTING
*"     VALUE(CLASS) TYPE  KLASSE_D
*"  TABLES
*"      RETURN STRUCTURE  BAPIRET2 OPTIONAL
  DATA: lv_clint TYPE clint,
        lv_clint1 TYPE clint.
  CLEAR: lv_clint,lv_clint1,class.
  FREE: return.
  SELECT SINGLE clint
                FROM swor
                INTO lv_clint
                WHERE kschl = subclass.
  IF lv_clint IS NOT INITIAL.
    SELECT DISTINCT clint FROM kssk
                    INTO lv_clint1
                    WHERE objek = lv_clint.
    ENDSELECT.
    IF lv_clint1 IS NOT INITIAL.
      SELECT SINGLE class
                FROM klah
               INTO class
               WHERE clint = lv_clint1.
    ENDIF.
    ELSE.
      CONCATENATE subclass 'Subclass not found' INTO return-message SEPARATED BY space.
      APPEND return.
      CLEAR return.
  ENDIF.
ENDFUNCTION.

Similar Messages

  • How to find the superclass of material ?

    Hello gurus,
    if i have a sub class of a material , how to find the superclass of it?
    Regards
    S.Janagar

    Solved in this way
    *"*"Local Interface:
    *"  IMPORTING
    *"     VALUE(SUBCLASS) TYPE  KLSCHL
    *"  EXPORTING
    *"     VALUE(CLASS) TYPE  KLASSE_D
    *"  TABLES
    *"      RETURN STRUCTURE  BAPIRET2 OPTIONAL
      DATA: lv_clint TYPE clint,
            lv_clint1 TYPE clint.
      CLEAR: lv_clint,lv_clint1,class.
      FREE: return.
      SELECT SINGLE clint
                    FROM swor
                    INTO lv_clint
                    WHERE kschl = subclass.
      IF lv_clint IS NOT INITIAL.
        SELECT DISTINCT clint FROM kssk
                        INTO lv_clint1
                        WHERE objek = lv_clint.
        ENDSELECT.
        IF lv_clint1 IS NOT INITIAL.
          SELECT SINGLE class
                    FROM klah
                   INTO class
                   WHERE clint = lv_clint1.
        ENDIF.
        ELSE.
          CONCATENATE subclass 'Subclass not found' INTO return-message SEPARATED BY space.
          APPEND return.
          CLEAR return.
      ENDIF.
    ENDFUNCTION.

  • How to find the list of material variant based on the characteristics value

    Hi
    We are creating materials variants for FERT Material Type in material master in MRP-3 view .There we configure the variant by attaching characteristics value 
    Now we want to have a report , which can give the list of material variants , if char value is given in selection
    Can somebody guide me if there is standard report for this OR what is the linkage in Table , so that we can develop a report
    rgds
    Sandeep

    I couldn't find a standard report to get the material variants based on characteristic values (the nearest I could find was CT12) but I wrote a report some time back here's the table join logic for the main select statement.
    select a~matnr
            e~atwrt
            h~atwtb
    into table i_tab
          from MARC as a
          inner join IBIN as b
          on b~instance eq a~cuobj
          inner join IBIB as c
          on c~ibase eq b~ibase
          inner join IBINVALUES as d
          on d~in_recno eq b~in_recno
          inner join IBSYMBOL as e
          on e~symbol_id eq d~symbol_id
          inner join CABN as f
          on f~atinn eq e~atinn
          inner join CAWN as g
          on g~atinn eq e~atinn
          and g~atwrt eq e~atwrt
          inner join CAWNT as h
          on h~atinn eq g~atinn
          and h~atzhl eq g~atzhl
         where     a~matnr in s_matnr
                and e~atinn in s_atinn
                and e~atwrt in s_atwrt
               and b~valto eq '99991231235959'. "This is important condition
    I included bare minimum fields to suite your requirement needs you can add whatever other field you want . Though I tested the table join, I suggest you to test it again before writing your own ABAP program using SE16N.

  • How to find the unit price of a Material

    Hi Friends,
    Please help me in finding the field for Material unit price or How do I calculate the Unit price of a Material.
    because in webdynpro screen user will entering only Material number,quantity. for that material I need to find the Unit price and calulate the to total amount like ( quanity * unit price) and put it in total amount column.
    For that I require unit price of a material,I have plant,sales org.storage location.
    is there any function modules for that?
    Please help me in finding the unit price.
    Regards,
    Xavier.P

    Hi
    See table MBEW. The value or price is in terms of UoM that you have in MARA-MEINS (base unit measure). You have 2 diff. prices: variable and standard in function of type (field VPRSV).
    Regards
    Eduardo
    Edited by: E_Hinojosa on Aug 12, 2011 10:49 AM

  • How to find the composition of a material

    Hi,
       Can anyone tell me how to find the composition of a material ?
    I am unable to find the composition,what it is made of?
    Is there any separate transaction for that?
    Regards,
    Tess

    hi,
    Two ways:
    Either check the BOM via CS03...
    OR
    Check the table STPO, STKO and MAST..
    Regards
    Priyanka.P

  • How to find the material based on the division.

    Hi All,
    My requirement is to read the all the material(products) in the division.
    I have executed  transaction code:COMMPR01 and seen division field  in material tab.
    I found the table CRMC_DIVISION but i did not find any maetial.
    Please help me how to find the PRODUCT in the division.
    Thanks,
    Venkat

    Hi Venkat,
    There are three tables that you need to refer to get the products for a particular division in CRM.
    1. Go to table COMM_PRMAT, pass the division and get the Set Guid for all the products
    2. Go to table COMM_PR_FRG_REL, pass the Set Guid and get the Product Guid of all the products.
    3. Go to table COMM_PRODUCT , pass the product guid and get the list of product ID which belongs to that particular division.
    I hope this will help you.
    Regards,
    PP

  • How to find the related PI document from a material document

    Dear All experts,
        If I know the materil document number, how to find the related PI document?
    Thanks!
    Xinling

    Hello Xinling,
    You can extract the details from table MSEG.
    Regards
    Kalpana

  • How to find the Semifinished Goods in list of Finished Goods

    Hi
    I have list of Finished Goods. Tell me how to find the Semi finished Goods used in this finished Goods using Table Level.
    Kindly help.
    Regards,
    Rajkumar.C

    Hi,
    Have you created a Material  BOM for finished product ?
    if so all your subcomponents can be semi-finished or finished
    you can check in CS02 or MAST table
    regards,
    santosh

  • How to find the container in goods receipt table

    hi,
    how to find the number of containers with respect to each material document. After posting the material document the number of containers cannot stored in MSEG or MKPF table. i can able to find only in QALS table  but how to link the material document and inspection lot.
    Thanks
    Muthuraman.D

    Hi Muthuraman,
    Can you check this bapi BAPI_INSPLOT_GETLIST.In this bapi there is a different selection criteria like material,material document no and all. I think you can use this for your report. Check this and post if need help.
    Regards,
    Madhu.

  • Where and how to find the storage locatation for the consignment stock

    where and how to find the storage locatation for the consignment stock (customer stock )  for more than one storage location .
    table :msku
    material no    -   werks - batch
    xxx                   sg11  - 200352ac
    table : mchb
    material no    -   werks  -lgort - batch
    xxx                   sg11   sg10   200352ac
    xxx                   sg11   gs11   200352ac
    note : each stock location having same batch no in different storage and my question how to find which link for msku to mchb .

    Hi,
    Try the table MARD: Storage Location Data for Material, where in the field LABST will give the stock field, against a given material/plant/Storage Loc.
    Regards,
    JLN

  • How to find the Source system table

    Hi Experts,
    How to find table name in SCM APO system, because I am getting error in process chain, the corresponding  table in the source system does contain any data. check the data basis in the source system.
    Please provide the solutions how to find the table in APO (DP scm bi).
    Thanks in advance.
    Bye,
    Bharathi.

    Hi
    I guess you knew that in APO, apart from APO tables.. it is Livecache where the actual transaction data is stored. 
    But, if you just want to find some of the existing table in APO.. simply go to se11 and in the table name put the pattern as /SAPAPO/* and press F4. It will give a list of tables with the descriptions. 
    You can find out yourself all APO tables application wise with the following steps:
    Use transaction SE11 or SE16
    - Press F4 in the selection field 
    - You will get popup... in the below line of the popup selection SAP Applications.
    Here you will get the Application list.  In that select your own application for which you want to get the table details
    e.g. SCM- Supply Chain Management --> SCM-APO --> Advanced Planning and Optimization --->SCM-APO-MD - Master Data --> /SAPAPO/00_PRODUCT 
    Here are some examples:
    /SAPAPO/v_matloc - material, material number location view
    /SAPAPO/TSAREAKO - Planning Area details
    /SAPAPO/TSAREATE - Planning Area technial fields
    Since there are thousands of tables, I cannot list them all here. 
    or
    You can use transaction ST05 (database trace) to help you find the tables you are looking for. You can turn on the trace function, run an APO transaction, and looks at the ST05 logs for the tables

  • How to find Sort order in material master UOM

    Hi,
    Can any one tell me how to find the sort order for unit of measurement for UOM in additional data tab in material master.
    If you see the db table, its stored in another order other than how its displayed on the screen.
    Thanks,
    Sujith.

    It appears that it is sorting on the MSEHI in the t006a. This is the internal representation of the UOM. It is doing the same in the material master, you just can't see the internal field there.    In my system here is how it is sorting.    The commerical is what you see in the material master, the internal is what it is sorted by.
    Internal     Commerical  Description
    A             A          A         
    B45           QML        kmol      
    BAR           BAR        bar       
    HN            /C         Hundred   
    PC            PC         Piece     
    TH            /M         Thousand  
    Regards,
    Rich Heilman

  • How to find the G/L Account

    Hi all
    How to find the G/L account based on the company code and tax code?Any tables to find that??

    Hi,
    Go to SE84 and then go the Dictionary Objects and in that Fields. Then give the Short Description or if you know the Field name give there and Execute.
    It is hard to find the Exact Table for example Material Number is available in more than 1000 tables
    Hope it is clear for you.
    Regards
    Ramchander Rao.K

  • How to find the accounting document

    Dear all,
    Can somebody tell me how to find the accounting document from the MIGO transaction. I entered a goods delivery into the system. An accounting document should already be created.
    Best Regards
    Jerome

    Hi Jerome
    Go to that that material document (which was created through migo transcation)and click on Doc info header. There you can find FI documents. It will give the accounting documents (if any that has been created).
    Hope this helps.
    regards
    Anand.c

  • How to find the number of data items in a file written with ArryToFile function?

    I have written an array of number in 2 column groups to a file using the LabWindows/CVI function ArrayToFile...Now if I want to read the file with FileToArray Function then how do I know the number of items in the file. during the write time I know how many array items to write. but suppose I want the file to read at some later time then How to find the number of items in the file,So that I can read the exact number and present it. Thanks to all
    If you are young work to Learn, not to earn.
    Solved!
    Go to Solution.

    What about:
    OpenFile ( your file );
    cnt = 0;
    while ((br = ReadLine ( ... )) != -2) {
    if (br == -1) {
    // I/O error: handle it!
    break;
    cnt++;
    CloseFile ( ... );
    There are some ways to improve performance of this code, but if you are not reading thousands of lines it's quite fast.
    After this part you can dimension the array to pass to FileToArray... unless you want to read it yourself since you already have it open!
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

Maybe you are looking for