HOW TO FIND MAINTANANCE STATUS OF MATERIAL

Hi
I want to find the materials from the system whose BOM is not yet created & whose routing is also not yet created & the finish material to which KMAT material is not assigned. how can i find this as my user want to no this things for maintain the BOM,ROUTING,& KMAT TO THE MATERIAL.

Hi!,
1. For materials w/out BOM: Please download the list of all materials and pass that to the table mast in se16 alongwith plant. You will find a list of materials which are having BOM. Just download that list in excel. Now using V-Lookup function of excel, compare the two lists and find out the odd ones (i. e. w/out BOM materials).
2. For materials w/out Routing: Same process can be repeated with table MAPL to get materials w/out routing.
3. For materials w/out assigned with KMAT material: Go to se11. Put MARC table and click display. Click CtrlShiftF10.
Go to settings>Field for selection in menu. Find field "STDPD" (Configurable Material) and check it. Click ok. You will find that field on the selection screen. Now maintain selection option for the field STDPD as "not equal to", keep width of output list and max. number of hits as blank, enter the plant in the the field "werks" and execute. You will find the list of materials for which configurable materials are not maintained.
You can also use above said logic to develop a small report for your requirement with the help of an developer.
Regards,
Uday

Similar Messages

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

  • How to find system status for production orders?

    How to find system status for production orders?
    looked into table AUFK, AFKO and AFVC but none of these tables, carry
    system status as part of the fields(STTXT)
    I tried to filter in COOIS, but not much help
    Able to find system status information in COHV,Is there any other way where
    I can find system status information for production orders
    Kindly guide

    Hi,
    Look into table, JEST, JSTO, AFPO & AFKO. CAUFV filed OBJNR, TJ02T filed ISTAT.
    But, it is very difficult to combine the details like Order and System status.
    Take the help of your ABAPer to generate Report for you.
    Regards,
    Siva

  • How to find the status of an invoice in ECC ?

    Hi,
    Could anyone please tell me how to find the status of an invoice in ECC system (Parked, posted or saved as completed)
    Regards
    Prashant Chauhan

    HI
    MIR6
    Regards
    Kailas Ugale

  • How to find database status

    how to find database status(average execution,reads,writes,block size)

    Please, use the copy and paste feature available on all the computer (CTRL-C and CTRL-V), go onto the oracle online documentation http://docs.oracle.com click on the link corresponding to your version, and paste the word I wrote previously.
    You'll got answers.
    Nicolas.
    i want to find out using sql queries.Didn't notice you WANT sql queries. Then my answer is out of scope. Except for the document link.
    Message was edited by:
    N. Gasparotto

  • How to find the status of package (valid/invalid) was at a particular time

    How to find the status of package (valid/invalid) was at a particular time ?
    I want to find the status of one oracle package at 3pm yesterday. The status of this package today is INVALID.
    I am sure it was VALID yesterday. But no way to prove it. Can any one help please???
    I can generate AWR report for last 7 days...

    Try using a flashback query, like this:
    select object_name, object_type, status
    from dba_objects AS OF TIMESTAMP (SYSTIMESTAMP - INTERVAL '18' HOUR)  -- 18 hours ago
    where object_name = 'MY_OBJECT'
    ;if you haven't granted FLASHBACK privs, you may need to connect as SYS to do a flashback query on a data dictionary table.
    But this should give you the info you need - if it's still in undo.

  • How to find the status of INS, CAP, NUM keys??

    Hello everyone,
    I am trying to develop a text editor where i want to show the status of INSERT, CAPS-LOCK, and NUM-LOCK keys.
    i am able to know the key pressed using KeyEvent.VK_CAPS_LOCK, KeyEvent.VK_INSERT, KeyEvent.VK_NUM_LOCK respectievely.
    But, i want to know the initial status i.e the status of the keys at the time of starting the application.
    Is there any way to get the key properties i.e whether they are on/off?
    so that I can use them as the initial status and then can change afterwards.
    Thanks in advance,
    Regards,

    @Mr_Evil,
    Sir,
    Does it have such a state? Since INS key is not locking key (coz, on the keyboard it shows Num Lock, Caps Lock, Scroll Lock..but not Ins Lock. The former one have led too to indicate the status) we are not able to query the Key directly.
    Isn't it up to the
    application to decide whether it should be in insert
    or overwrite mode?Exactly, this is done in EDIT (type EDIT at command prompt)...inspite of whatever the key status is, it starts with INS off mode.
    But consider the case of MS WORD,
    It does not start with a particular mode. It depends upon the system's INS key status..
    Let, initially the Key is off.
    Start MS WORD...OVR will be hidden in status bar
    Again close MS WORD and press the INS key once.
    Again Start MS WORD...and you will find out that OVR is showing.
    This is my point, if we cannot do it directly...then is there any other way to do the same.any idea how to find this status?
    I hope I am clear what I need?
    Regards,

  • How to find vendor of the material?

    Hi!
      I want to know how to find vendor who supplied the material. for eg i am displaying the material in list if user clicks in the material he should be displayed the vendor who supplied the material.
    what all the table to access whats the link. Pls reply ASAP.
    Thanks,
    Imran.

    Hi
    Refer:
    <b>http://www.erpgenie.com/sap/abap/tables_mm.htm</b>
    For Tables and Relations.
    Regards,
    Sree

  • How to find out if a Material is part of BOM ?

    HI Guru's,
    I have material XXXXXXX and I am trying to find out if this material is part of BOM ? How can do that? and how can I find out in which hierarchy it's set?
    Please can someone help me.
    Best Regards,
    Yasmeen

    Hello,
    You can use transaction CS15, and your material as input=> System displays all BOMs to which your material belong
    If you have a bom, then use CS12 to explose material and look for your material

  • How to find the status of production order for fully delivered orders

    Hi,
    My question is :
    when an order is confirmed for the end of month(jan) and no Gr is generated in jan then the order will not be included in jan month.
    For this solution given by functional :
    Get fully delivered orders for that period.
    My query's are :
    how to find fully delivered orders, is there any status in Co02 tran?
    Any suggestions for the given query are welcome..with elobration..
    thanks in advance.

    hi,
       The table name for Order status is VBUP and the field name is GBSTA.
    regards,
    Meiy

  • 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 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 out whether a material code in SAP has any transaction history

    Hi Guys,
    I want to find out whether a material code in SAP has any transaction history or not. In other words, I want a list of all those materials, division-wise, which have not been subjected to any sort of transaction in SAP till date , i.e., lying unused.
    Can any of you in help me out regarding this matter ?
    Regards,
    Anirban

    hhi
    go to se16
    table         MBEW  and field LBKUM for total stock
    from here u can conclude for the zero stock material
    or try this
    S_ALR_87012963 - Material Where-Used List
    regards
    kunal

  • How to find the Status of a PO

    How to get the status of the PO in a customized program when I have only PO Number as reference.
    (any specific Function Modules)

    Hi Sridhar,
    CRM_JCDS this table you will get date and time of the all the status , from this get the
    latest status of the document.
    Eg:-
    select * from crm_jcds
            into table it_jcds
            where objnr = guid of the document .
         if sy-subrc eq 0.
           sort it_jcds by udate utime.
         endif.
    Regards,
    Venkat

  • How to change the status of material while creating sales order via BDC

    Hai.
    In BDC while creating sales order( va01 posting ) it is stucking up in middle saying material is new. I.e Sales order (va01) is not  getting created because  of material status is new . I want to create sales order  (va01) even  material status is new.
    pls give me out the solution. Points will be rewarded.
    thanks & regards,
    sami.

    Hi,
    If you drag the line item a little towards the right side, you will find a filed material entered. The one you see in the material filed on sales order over view screen is the one determined. You can as well double click and see the fields material entered and material determined.
    Is there anything else you are expecting to see as part of analysis ?
    Regards
    Sadhu Kishore

Maybe you are looking for

  • Mid 2010 Macbook Pro does not see other devices in airdrop

    Hi,      I am able to turn on airdrop. There are no restrictions preventing me seeing other devices or them seeing me. I am unable to connect with my iPhone 5 or IPad air 2 in airdrop. Any suggestions to resolve this issue? Thanks, Andy

  • White screen , can't access recovery disk or usb

    hello guys, so I have an iMac 27" mid 2011 and yesterday I was watching something on youtube, and suddenly the screen was flickring and the screen went black. so I hold the power button to shut down the system. tried to restart it and a white screen

  • Brightness, media, and volume keys broken

    I am at my wit's end trying to restore functionality to my special keys on my late 2007 macbook running OS X 10.6.8. Some time two days ago something happened and now suddenly I cannot use the mute key (F10), the volume keys (F11, F12), the brightnes

  • How to enable tap to click in a login window?

    Hello, In my MacOS I have setup three users for my family. I've been to System Preferences, and I have setup tap to click functionality for all of us three using the TrackPad preference utility. It works for all of us three when we login. To my disap

  • Lightweight RSA implementation (lighter than BouncyCastle)?

    I wonder if by chance there is a more lightweight implementation of RSA for MIDP than the one provided by BouncyCastle? I managed to use the BouncyCastle classes, but RSA+AES encryption together make up for more than 16KB of the jar-File. The bulk of