BOM ITEM LOG TABLE

Dear Sir's,
in CS03 bom display only header material, do not display item component. One or two month back the material has bom component. I want to track the BOM Compoment who has to delete or change the Materail.
Please suggest in which table or T-code where I can see the log or Component.
Thanks & Regards
Ajit

Dear ,
Either you should have ECM active or you may  have to develope a query based on the below :
Option 1 : CDHDR & CDPOS are the change related tables. I think object class for BOM is STUE, and the object number would be of format "XXXMYYYYYYYY"
X - Client number like 100 or 400
M - Material BOM, so this would be same.
Y- BOM number(STLNR - field)
Option 2:  Check with the Transaction: CS80 or Go to BOM item view, choose Environment --> change documents.
Option : 3  Check using transaction code AUT10. select usage as transaction code and check for CS01 and CS02.Let's Assume for a material A there's a component B with 1 quantity.and let the BOM number of A be 00003195.(you can get this BOM number details in CS03 under BOM header)Now without change number you are making the changes like deleting the item B and adding a new component say C with 2 quantity and a component scrap of 5 %.In AUT10,enter the T code as CS02 and then the date range for which you want to check.After executing you will be able to see component B under old value column and C under new value  column along with the component scrap row.
Now acually it may take time to understand the report as such.
Regards
JH

Similar Messages

  • Regarding BOM items overwrite

    Hi All,
    I have a requirement to overwrite the BOM components with the new components.The program should just overwrite the existing components.The program is not required to check the existing components it should just overwrite with the new structure to the existing BOM.
    I am trying with the function module CSAP_BOM_ITEM_MAINTAIN but I am not succeeding on this.
    Please suggest somebody how to do this?
    Regards
    Mahesh

    Changing a Material BOM
    In the standard system, you use the following function modules to change a material BOM:
    CSAP_MAT_BOM_OPEN
    CSAP_BOM_ITEM_MAINTAIN
    CSAP_MAT_BOM_CLOSE
    Open BOM: CSAP_MAT_BOM_OPEN
    This function module is used to open a BOM for changes. The BOM is imported with the relevant valid-from date and is locked. Provided that no error occurs opening the BOM, the result returned by the module is the BOM header data, a table of BOM items, and a table of object dependencies.
    INPUT:
    Material (MATERIAL)
      Plant (PLANT)
      BOM usage (BOM_USAGE)
      Valid-from date (VALID_FROM)
      Change number (CHANGE_NO)
      Revision level (REVISION_LEVEL)
      Indicator FL_NO_CHANGE_DOC (do not write change documents)
    OUTPUT:
    BOM header data (O_STKO)
      Table T_STPO (BOM items)
      Table T_DEP_DATA (object dependencies basic data)
      Table T_DEP_DESCR (object dependencies descriptions)
      Table T_DEP_ORDER (object dependencies allocation)
      Table T_DEP_SOURCE (object dependencies source code)
      Table T_DEP_DOC (object dependencies document)
    Maintain BOM Items: CSAP_BOM_ITEM_MAINTAIN
    Once you have opened a BOM successfully (without errors), you can use this function module to process the individual BOM items.
    You can:
    Create new items
    The fields for item node and item counter must be initial when you create a new item.
    Change items
    From the table of BOM items, select the item you want to change, and transfer the changed data. The fields for item node and item counter must contain a value, because these are the fields used to uniquely identify an item in a BOM.
    Delete items
    From the table of BOM items, select the item you want to delete, and set the deletion indicator. The fields for item node and item counter must contain a value.
    Maintain object dependencies
    If you want to change or delete a local object dependency for a BOM item that has more than one dependency, enter the internal name of the dependency.
    You cannot use the external name that you entered when you created the dependency to identify the data belonging to a local dependency.
    INPUT:
    BOM item (I_STPO)
      Table T_DEP_DATA (object dependencies basic data)
      Table T_DEP_DESCR (object dependencies descriptions)
      Table T_DEP_ORDER (object dependencies allocation)
      Table T_DEP_SOURCE (object dependencies source code)
      Table T_DEP_DOC (object dependencies document)
    You cannot change the item category of an existing item.
    You can only change each item once in one session (between when you open and close the BOM).
    If you see the error message "Item cannot be changed" in the log, the following reasons may apply:
    The item is not valid on the valid-from date entered, because it becomes valid at a later date.
    Object dependencies are allocated to the item, but the change number you used to open the BOM is not active for object dependencies.
    The item has already been processed with another change number on the valid-from date entered.
    Close BOM: CSAP_MAT_BOM_CLOSE
    Once you have made your changes, use this function module to close the BOM. This saves the changes, unlocks the BOM, and writes the log.
    The BOM is only saved if at least one item was changed successfully.
    Please note the following points when changing BOMs:
    There is no function module for changing header data.
    The same restrictions apply as for creating a BOM.
    You can only process one alternative or variant. If you do not enter an alternative when you call function module CSAP_MAT_BOM_OPEN, the function module opens alternative "01".

  • Exist bapi to change bom item info?

    hi
    one case for me to need to change BOM ITEM( the table STPO's field about STPOZ).
    exist bapi or function can  change BOM item info?
    if not exist bapi or function to work it .
    i can use abap sql--> update it ??
    thank you very much!
    Best Regard!

    Chk this FM.
    CSAP_BOM_ITEM_MAINTAIN

  • Bom item data - Document assignment not getting saved in table STPO

    Dear All,
                  As per out customer requirement, they want to display assigned drawing documents of Bom items in CS11. But it is not reflecting in cs11 eventhough we have assigned documents in Bom item detail overview Document assignment tab page. Moreover this is not getting saved in table STPO.
                   Waiting for solutions
    Thanks & Regards
    Dhananjay Kulkarni

    Please understand my customers requirement,
                               Presently they are assigning drawing document of each mat in material master. And if they want to see the drawing of each component of bom through Bom maintenance then they double click on component in bom, goes to mat master then additional data then document data and then drawing. In this way they need to open minimim 5 windows, which they want to make minimum 2 windows.
              In bom they are having more than 300 components. This is not possible to define document as component with item category D of so many components. One more idea I given to them is to club all drawings in one document and define that document as component with item category D, but in this way they can't identify  the individual drawing with part name.
              One more idea I given to them is to assign drawing document of individual component in item overview - Document assignment tab page from where they can open the drawing but it needs to open minimum 3 windows. So they are ready to assign drawing document in item overview - Document assignment tab page but they want, it should reflect in CS11 document column, from where they can easily open the drawing document.
              One more thing I observed that, assigned document to item overview - Document assignment tab page is not getting saved in Table STPO. I can't see this field content in STPO, which may be the reason that it is not reflecting in CS11.
             Is anything missing from Document management system?
    Please think and reply friends it's Urgent.
    Thanks & Warm Regards
    Dhananjay Kulkarni

  • Tables for Production order BOM item Details

    Dear all,
    I am new to PP Module i want know table where we can find BOM quantites used against Production.
    Also Please help me with table Structure of PP Module.
    Regards,
    Gaurav Sood

    Hi can you please tell how link this table with AFPO table
    STLTY     STLTY     CHAR     1     0     BOM category
    STLNR     STNUM     CHAR     8     0     Bill of material
    STLKN     STLKN     NUMC     8     0     BOM item node number
    Regards,
    Gaurav

  • Table for Valid to date in BOM item

    Hi Exeprts,
    Can any one help me on this in which db table Valid to date:DATUB is Updates with reference to Change Number.
    Best Regards,
    Venkata Siva.
    Edited by: venkata siva reddy on Apr 27, 2011 9:28 PM

    Hi
    The Valid-to date will always be set to 31.12.9999. Instead you can get the valid-to date using the below logic.
    -> Get all the BOM from T415A table for the material number into T_T415A
    -->LOOP AT t_t415a.
        ON CHANGE OF t_t415a-matnr OR t_t415a-werks OR t_t415a-stlal.
          IF sy-tabix NE 1.
            MOVE : v_matnr TO t_dates-matnr,
                   v_werks TO t_dates-werks,
                   v_stlan TO t_dates-stlan,
                   v_datuv TO t_dates-datuv,
                   v_stlal  TO t_dates-stlal.
            IF v_matnr NE t_t415a-matnr.
              t_dates-datub = c_99991231.
            ELSE.
              t_dates-datub = t_t415a-datuv - 1.
            ENDIF.
            APPEND t_dates.
            CLEAR :
            v_matnr,
            v_werks,
            v_stlan,
            v_datuv,
            v_stlal.
          ENDIF.
        ENDON.
        v_matnr = t_t415a-matnr.
        v_werks = t_t415a-werks.
        v_stlan = t_t415a-stlan.
        v_datuv = t_t415a-datuv.
        v_stlal = t_t415a-stlal.
      ENDLOOP.
    Regards
    Dhurga

  • Need suggestion to get data from change log table of ODS.

    Hello,
    There is a case where i am loading opportunity header data from header ODS and opportunity item data from item ODS in the opportunity cube.
    Status (1= OPEN, 2= WON ETC) of the opportunity are available only in header ODS and not in item ODS.
    While loading data from header ODS to cube, I am loading it directly but while loading data from item ODS to cube i am using active data table of header ODS as a lookup in the update rule from item ODS to cube. I am selecting status from the active data table of header ODS while loading data from item ODS to cube.
    Since active data table will have only after image records, there is some data mismatch in the report as i am selecting data from active data table of header ODS while loading data from item ODS to cube.
    I need to select data from Change log in order to get before image also instead of active data table in order to overcome this issue. Is there any way by which i can do selection from Change log instead of active data table as change logs are generated at run time.
    Please let me know if you have any suggestions.
    Regards,
    Sanjay Chaurasia.

    Hi,
    You can use the changelog table of the DSO.
    Right click manage the Header DSO, go to the contents tab and click Change Log table. There you can see the technical name of the Change Log table.
    In the update rule Routine, give the tech name of Change log table instead of Active table name.
    Hope it helps.
    Krishna

  • Populating the custom filed - added in BOM item.

    Hello Friends,
    I have a requirement like, for the custom field added in BOM item data, it should come filled while executing the CS02/CS03/CS12/CS73....transactions.
    I have added a field which is one of the field from MARA table. what I have to do is to pass the MARA record into the custom field added based on IDNRK.
    This should happen as soon as enter button is pressed after entering material, plant, bom usage value.
    Please let me know if any exit is there wherein I can put the code OR if any other way!
    Thanks.

    i have solved this issue by doing some R&D.

  • How to get the latest and valid BOM item entry from STPO

    hi,
    may i know with what condition we can get the latest and valid BOM item entry from STPO table?
    i have STLNR and IDNRK as a input. But i realized that it would return multiple entry due to the combination of  valid-from and valid till date.
    can i use stlnr,idnrk and stpoz (with the latet counter) to get the latest and valid BOM entry?
    thank you.

    Hi
    You can get the latest BOM either by using the latest valid from date DATUV or latest internal counter STPOZ
    Regards
    Shiva

  • Error in Rush Order type with BOM item!!

    Hello,
    I am facing a very strange error while creating a rush Order with BOM item.
    System Error:
    1. No item category available (Table T184 SO ERLA TAQ).
    I except the error. I get next error as
    2. Structure explosion for item 000010 is not possible.
    After this BOM explodes with only first 2 Sub Items ( Item cat for main item is determind as TAQ and Sub Items as TAE) , where as the complete BOM has 7 Sub items.
    I have made the required configs in item cat determination in T184 table for order type SO, as follows.
    SO ERLA - TAQ for Main Item of the BOM
    SO NORM TAQ TAE for the Sub Item of the BOM
    The same item (BOM ) works very well in OR/BV kind of sales order types, by exploding the BOM to full level(i.e all the 7 sub items are determined).
    Has any one come across such an issue. Please let me know what could be the solution?
    Thanks in adv,
    Shripad

    Hi,
    Thanks,
    In vov7 for TAQ Item Cat. the structure scope is maintained as 'A'. And that's the reason for Standard order 'OR' , the BOM is exploding properly.
    It is only with Rush Order , the BOM is not exploding correctly.
    BR
    Shripad

  • Bapi or Function module for getting Bom Item Details (Urgent)

    Hi All,
    I Want to get the Bom Item Details Corresponding to Production Order Number.
    So Please Provide me Some Function Module or Bapi So that by giving the
    Production Order number I will get all material related to that PO.
    Thanks In Advance.

    Hi,
    use the function module.
        call function 'CS_BOM_EXPL_MAT_V2'
          exporting
            capid                 = 'STD1'
            datuv                 = sy-datum
            mktls                 = 'X'
            mehrs                 = 'X'
            mmory                 = '1'
            mtnrv                 =  matnr
            werks                 = werks
          tables
            stb                   = it_stb2
            matcat                = it_matcat
          exceptions
            alt_not_found         = 1
            call_invalid          = 2
            material_not_found    = 3
            missing_authorization = 4
            no_bom_found          = 5
            no_plant_data         = 6
            no_suitable_bom_found = 7
            others                = 8.
    Regards,
    Sankar.

  • BOM Item Text/Long Text

    Hi Gurus,
    I want to change a BOM and update/create the BOM Item text/Long text. I just want to change the BOM and create an item text (If the text is more than 80 chars, then I should be able to create a long text).
    I tried using FMs SAVE_TEXT and CREATE_TEXT without much luck. Could someone throw some light on how to achieve this.
    R

    Thanks Sudheer. Yes, I'm passing the correct parameters. Please see below.
            CONCATENATE sy-mandt ls_stpo-stlty ls_stpo-stlnr
                                     ls_stpo-stlkn ls_stpo-stpoz
              INTO lf_tdname.
              CALL FUNCTION 'CREATE_TEXT'
                EXPORTING
                  fid       = 'MPO'
                  flanguage = sy-langu
                  fname     = lf_tdname
                  fobject   = 'BOM'
                TABLES
                  flines    = lt_lines
                EXCEPTIONS
                  no_init   = 1
                  no_save   = 2
                  OTHERS    = 3.
    The thing is that it should save the text in Line1 and line 2 of the item text if the length is less than 80. I assume that the TEXT Fms will do it for me. Please correct me if I'm wrong.
    I have also tried a direct database update by changing the stpo-ltxsp field. No luck again. Did someone has updated/created the text using this method ?

  • Track Deleted BOM item in Process Order

    Hi Guys,
    I am facing one issue which is described as below.
    when user is converting the Planned order into Process order at that time he has deleted 1 BOM item.
    Now i he is saying that i have not deleted that item and after that he released and done the GI conf GR.
    Now i want to track the change history but i am not able to find the changes done by him.
    I have check so many blogs but i come to know that if he is deleting BOM item during creation we will not able to find.
    Pls help

    Hi D R,
    To the best of my knowledge at the time of creation if some component has been deleted, you can not  track. Because up to that time table entry has not happened. After saving you can see the component.
    If you have some existing process order which is without item deletion, you can compare and check. As well Check the BOM in CS03 and check the BOM inside process order. You can easily find out the component.
    Hope this clarifies and at per your requirement.
    Success.
    Regards,
    Krishnendu.

  • Maintaining Price for BOM / Bom item with customer

    Hi,
    We are using BOM concept for SO, and price we are maintaining at item level  like we have a FG material  9910    and it has BOM componenet  as , A,B,C  and we are maitaining price at item level for A,B, and C   now I want to maitain price at with  BOM  and customer
    BOM :  9910
    Item A,B,C
    BOM : 9911
    ITEM: A,B,C,D
    Now our requirement is to maiatin price as   CUSTOMER / BOM Header material  / BOM ITEM
    sohow to make the condition table for my requirement,  as MATNR field we can select only one time in table  how to take MATNR of Header and MATNR for item.
    regards,
    zafar

    Hi Prakash,
          Thanks for your reply it is a good link which u have send,  but my requirement is not solve with the given link I want to maiatin price at item level  for this in Main item item category I have maiatin LUMF  and alll price at item level  but  my requirement is I want to maiatin price at item level only but refeence to Main Item
    MEANS  :  I Hva emain item 9910.  with item  , 1.2.3  and i have another main item 9911  with sub items ,1,2,3,4  in such cases I want to maiatin price for sub items 1,2,3,4  but ref. to customer and Main item
    CUSTOMER / MAIN ITEM / SUB ITEM
    how to mainatin price in VK11  as per above requirement.
      regards,
       zafar

  • What is Exact logic to get BOM ITEM

    Hi all,
    BOm Item retrival logic is giving item ,But checked in CS03 there is no BOM ITEM present for that material and plant combination.
    Tried with FM 'CSAP_MAT_BOM_ITEM_SELECT 'and BAPI ' CSAP_MAT_BOM_READ'  to get Material BOM ITEM...Its working perfect and not giving any Item.....its correct output.
    But I dont want to use BAPI and FM.
    Please let me know anyone...what is Exact logic to get ITEM.
    My logic involves MAST -> STKO -> STAS -> STPO.
    Edited by: amit soni on Aug 26, 2011 11:15 AM

    Not pretty sure what you need.  My guess is that you want to know the link between the table related to BOM master and for some reason don't want to use the FM or BAPI.
    MAST  ->  Matnr (mat), werks (plant), stlan (bom usage), stlal (alt.bom #), you will get the stlnr (internal bom number).  Note that if you have multiple BOM, you will get the same alt bom#.
    STKO -> Use stlty (BOM Category = M Material), stlnr (BOM#), stlal (alt BOM#), you get the BOM header.
    STAS -> stlty (BOM Category = M Material), stlnr (BOM#), stlal (Alt BOM#), you get the STLKN ( item node)
    STPO -> stlty (BOM Category = M Material), stlnr (BOM#), stlkn (item node), you get the right item from the BOM header specified.
    Hope this is what you want.

Maybe you are looking for

  • Smart playlists not updating without syncing

    I've had the 30GB video for over a year. All the latest iTunes software and Vista OS. I probably have over 100 playlists of both kinds (static and "smart"). Some time in the past few months (maybe a year), the smart playlists stopped updating dynamic

  • Moving Average

    Hello all I am in need of some help. I have a crosstab that I am trying to get a moving average at the bottom of the report. Current my crosstab is counting how many titles were completed in a week, columns show the week beginning, rows show the stag

  • SQ01 local field division problem.

    i have a report in sq 01 and i want to divide  two fields so i pick local field and try to do it..but result not correctly but addition and substraction working fine. any one tell me how perform division in sq01 local field

  • Crazy fonts in Safari

    I just recently installed Office:mac 2008 for my iMac and the next time I opened up Safari, my fonts went ballistic on some pages (i.e. Google, Yahoo). When I say "ballistic," I mean numbers/letters typed over by other numbers/letters and other chara

  • Problem when I installing Apex Application

    Hi all, I facing this error when i installed my application :- ORA-20001: GET_BLOCK Error. ORA-20001: GET_STMT error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 1937, column 38: PLS-00123: program too large (Diana nodes)