Where is IDENT(Item ID) within BOM stored

Does any one now where the item id(IDENT) field value really stored in DB..
It is not stored STOP..I am wondering if it would be stored in different table..
Any help would be appreciated.
Thanks,
Frank

Rich,
How can we determine STLKN..?if you want item id (STKLN) depending on STLNR and IDNRK every time you hit the same number...
Am I right..?or else is there another key field where I should I take into account..?
Any help would be appreciated.
Thanks,
Frank.

Similar Messages

  • Where is the item category usage data stored?

    Where is the item category usage data stored?
    I'm checking the CRM system of my customer. My customer uses CRM & ERP system. Both BP data and prodact data are connecting from ERP to CRM. In Item category determination on CRM system, Item category usage exists as a condition. I know where I customize the usage setting. However,I don't know where ithem category usage data is stored. Product master data? or BP master data?  Does anyone have this information?
    BestRegards
    Miki

    If you are refering to  Item category group, then this is stored o product master data on sales organizational specific data.
    If you are refering to  Item category usage then there is a different logic. Item category usage is is mainly hardcoded in ABAP programs. For example one logic is hardcoded for interchengabilty scenaro. In some cases you can even use badi implementation.
    Regards.

  • Where is long item description stored

    Where is long item description stored, is it in MTL_SYSTEM-ITEMS or any other table

    Hi,
    you are correct, the "long raw" data is stored inline. No different object is used.
    The size of the table can be found using dba_extents (or db02)

  • Line item no in BOM

    Sir,
    In Standard SAP, while creating a BOM, the Line Item no is generated automatically. But this can be altered at any time. SAP also allows same line item no to be entered for two different part nos within a Same assembly.
    Is there any mechanism /customisation / BAPI for blocking this feature?.
    We are working on a project wherein SAP is integrated with a Third Party Application where the BOM will be maintained in future. As a first step all the existing data (BOM) will be moved to this application and any changes in future will be carried out there and moved to SAP.
    But checks and controls have been built in this application so as to not allow same line item number within an assembly for two different part nos.
    There are some BOMs in SAP where this type of scenario exists. It will be a problem while moving data from SAP to that application.
    We as a part of the team wanted to build in a mechanism wherein these type of errors can be avoided in future.
    Can someone throw some light on this subject?..
    Regards,
    R. Vijayakumar

    Hi Vijay,in std SAP you can only set the default Line item incrment number but unfortunately SAP system does not validate it for duplications.. there are two possibilities ,either try using any user exit available to validate the same during BOM Creation and changing or saving the bom.
    Otherwise if you have OSS login try to log and let me know once you have done it.
    Cheers
    Ram

  • Inactive Item report to show Item bought within a specific period and not sold within a specific period by whse and have stock

    Hi
    I'm trying to come up with query report to show Inactive Item bought within a specific period and not sold within a specific period by whse and have stock
    The report should show  Item Number, Item Name ,Item cost,Retail Price [Based on a price list], Qty in Whse, Last Purchase Date, Last sale Date etc.
    e.g item bought between 2011-2013 and have not been sold with the same date range or the last 12 months.
    Regards
    Brian Ndunda.

    Hi,
    Try this query:
    SELECT T0.[ItemCode], T0.[ItemName], T0.[OnHand], T0.[AvgPrice], T0.[LastPurPrc], T0.[LstSalDate] FROM OITM T0  left JOIN INV1 T1 ON T0.ItemCode = T1.ItemCode left JOIN OINV T2 ON T1.DocEntry = T2.DocEntry WHERE T1.[Quantity] is null and  T0.[OnHand] >0 GROUP BY T0.[ItemCode], T0.[ItemName], T0.[OnHand], T0.[AvgPrice], T0.[LastPurPrc], T0.[LstSalDate]
    Thanks & Regards,
    Nagarajan

  • Dependencies on "Ku0094 item category on BOM

    Hi
    I need a configurable material where BOM components have to be chosen from characteristic values, so I thought I could use 200 class on BOM to make it easier, but I need to control component quantity and component measure unit too.
    I had tried to change those data from BOM adding a procedure on the “K” item category on BOM, but I hadn’t had success, I don’t know if it’s not possible to put that kind of dependencies on “K” items .
    Is that possible?, I haven’t any problem if item category is “L” (using selection conditions instead 200 class type and “K” item categories), system works properly.
    Thanks!
    Carlos.
    Edited by: César Mora on Jan 15, 2008 8:06 PM

    Go to SE11 type your table LIPS, enter and then press Ctl + Shift + F10, it will take you to selection screen,
    in that you can type the desired item cat in the field PSTYV.
    here is your report of Del doc no according to item cat.
    Suhas

  • How to tick phantom item indicator in BOM

    hi all,
    i would like to create BOM which i will later use during BOM transfer.
    however, some materials, i use for structuring the BOM only so i do not want it to be procured..
    according to some i should use phantom item however the tickbox indicator is GRAYED OUT/UNEDITABLE in the item data of the BOM...
    how do i do this? my main requirement is to be able to create multilevel bom where only lowest items are actually procured.. in the example, the level 3 items are procured while level 2 bom items are for structuring the BOM only so i would like to set it as phantom item.
    EX: HOUSE1 - main BOM
           ROOF -  level 2 BOM
                  Nails     - level 3 bom
                  Paint     - level 3 bom
                  Tiles      - level 3 bom
           WALL-   level 2 BOM
                  Hollow Blocks   - level 3 bom
                  Cement            - level 3 bom
                  Sand                -level 3 bom
           FLOOR- level 2 BOM
                   Steel Bar         - level 3 bom
                   Cement           - level 3 bom
                   Gravel             - level 3 bom
                   Sand              - level 3 bom

    Hi Ramesh,
    This is a material level setting. If you want only level 3 BOM items are to be procured then create level 1 and level 2 material as phantom assembly (set special procurement - 50 in MRP 2 view and procurement type as no procurement) in material master and then create your BOM as mentioned. During BOM transfer in CN33 select the check box for multilevel and then your purpose will be solved.

  • Reading the reference GUID (Item Guid) within an ABAP Date Rule

    I have created a new date rule in which a Z-function module is called. Within the function module I need to read data from the order (such as the Ibase Component). However I noticed that the within the Z-function module the import parameter provided by the system is only the 'context' class which does not contain an attribute for the item guid for which the date rule applies.
    How can I get the service order item GUID within the ABAP date rule (i.e. function module)?
    Thanks,
    Patrick

    Hi Patrick,
    Could you share me how you call Z-FM in your own date rule? I am looking for a solution for a simple senario - just today's date + duration which is stored in a product master data. I am thinking your solution might be suitable. Thanks a lot.
    Best regards,
    Allan

  • Where is the actual iPhoto photos data stored?

    I'm trying to find the data files for iPhoto in OS X Lion, data used to be in the user Library, but I can't find that either. Where is the actual iPhoto photos data stored?

    1. Set the preferences to edit in another program, Photoshop. (Advanced Tab)
    2. Drag the image to the email message (the problem you describe should be fixed in 10.8.3)
    3. Select all the images in the event or album and show the Info pane.
    4. You have to export them first in order to compress, so either drag them out of iPhoto into the destination or use the Export command.
    5. Clunky? Works pretty great for me.
    6. I can access all of my photos right there in iPhoto. I can access other people's photos there, too.
    If you don't want iPhoto to organize the files, tell it not to. Prefs, Advanced, Copy Items into the iPhoto Library.
    If you didn't want someone to comment on this,
    Seriously?  It is rediculous that we needed a forum to find our own files.
    Then why did you post it?
    Are you an Apple OS designer and are offended or something? Why are you even looking at this post if it's not an issue for you?
    Look up the thread a ways.

  • Work Centre within BOM

    Hi all,
    I am working in a manufacturing company, and the company is considering to use SAP B1 to replace the current system. However, we are not fully confident on how SAP B1 handles work centre within BOM.
    The current system:
    We have 10-12 work centre that works as a cost centre and it is associated with the machineries we have. In that work centre setting, we set labour cost, production speed, number of production in an hour etc, the purpose is to enable calculating the production cost per item and for other purposes as well.
    We also have work sequences, that will pretty much handle the sequences in producing items. The relationship between work centre and work sequence is one to many or one to one.
    Does SAP B1 have this capability?
    Another question will be in regard to barcoding. I understand that there is add-on to handle barcoding and RFID. My question is whether the SAP B1 add-on can handle the automatic process of updating the system when the barcode scanner is used, or do we have to update the system manually?
    Thanks in advance for the help.
    Regards
    Ferdinand

    Hi Hendry,
    Many thanks for your suggestion. My company's objective is replicating the the current DBA Manufacturing system, that means saving monies whenever possible to do so. The primary option is AIO, however the Board asked project members to explore the possibilities to implement B1.
    I will conclude now that B1 is be good enough to fully replicate DBA Manufacturing without hassles of implementing heaps of add-ons.
    Thanks everyone.
    I'd like to keep the thread on, in case if I have further questions.
    Regards
    Ferdinand

  • Is there a way to move music I had on my iPhone 4 to my new macbook air, using iTunes it seems to want to synch to iTunes library where I don't have any music stored?

    is there a way to move music I had on my iPhone 4 to my new macbook air, using iTunes it seems to want to synch to iTunes library where I don't have any music stored?

    Hello KM47,
    It soundsl ike you are needing to copy your iTunes purchases to your computer rather than sync it at this point. You can use the following article to transfer your purchases with the following article:
    iTunes Store: Transferring purchases from your iOS device or iPod to a computer
    http://support.apple.com/kb/ht1848
    If you have your library stored on another computer, you can also copy the library to the new MacBook Air with this article:
    iTunes: How to move your music to a new computer
    http://support.apple.com/kb/ht4527
    Thank you for using Apple Support Communities.
    All the very best,
    Sterling

  • Creating a table/view or temporary table from within a stored procedure

    Hi Gurus,
    Can someone tell me if it is possible to create a table (or view) from within a stored procedure.
    PROBLEM:
    In fact I need to create a report at back end (without using oracle developer forms or reports). This report requires creating several tables to hold temporary report data. If I create a sql*plus script for this, i works fine, because it can run DDL and other sql or pl/sql statements sequencialy. But this sql*plus script cannot be called from application. So, application needs an stored procedure to do this task and then application call that procedure. But within stored procedure, i am unable to create table (or run any ddl statement). Can somebody help me in this?
    Thanks in Advance.

    Denis,
    The problem with Nicholas' suggestion isrelated to the fact that now you have two components
    (a table and a stored procedure)
    I don't see any problem to have "two
    components" here. After all, what about all others
    tabes ? This is only one more, but I don't understand
    why want manage less objects, that implies more code,
    more maintenance, and more difficulties to debug.
    Needless to say about performance...
    Nicolas.The same reasons apply if you were forced to declare all PL/SQL variables publicly (outside the stored proc.) rather than privately (from inside the stored proc). Naming conflicts for one. If the name that you want to use for the GTT already exists, you need to find a new name. With the SQL Server type local/private declarations, you wouldn't have that problem.
    I can see how performance would be the same or better using GTTs. If the number of records involved is low, this is likely negligable.

  • Ref Char fpr item descrption in BOM

    Hi All
    I want to change the item description in BOM through variant configuration (reference character ).
    The scenario is in sales order i will be entering the size (lenght and width) this two char should reflect or change the item descrption of the item in BOM.(which will b selected through sel.condition).
    Can anybody guide how to configure for the above req.
    Advance thanks
    Thanks and Regards
    Praveen S

    Praveen Sasi1,
    You are asking for Variant Configuration.
    1. Create Material
        a. Configurable Material - KMAT
        b. Gen. Item Category Group - 0002
        c. Item Category Group - 0002
        d. You won't have Accounting -1 and Accounting -2 View.
    2. Include Access Sequence - 57 Variants (Table 57)
    3. Include Condition Type VA00 - Variants in pricing procedure
    a. Maintain Charchteristics - CT04  (A property that describes and differentiates objects Ex. Length, Color, weight..etc)
    Say Ex Z_Engine_Dukati
    Basic data: Z_Engine_Dukati
    Description: Automotive
    Status : Released
    Data type: Charachter format
    Number of Chars: 9
    Values assignment: Single value(appply tick mark)
    Values TAB:
    char Values -
    > Description -
    > D ---> O -
    > S
    001 -
    > 500 cc -
    >yes -->NO -->NO
    002 -
    > 1000 cc -
    >NO -->NO -->NO
    003 -
    > 1500 cc -
    >No -->NO -->NO
    Click Save.
    silimlarly maintain other charchteristics.
    b. Classes: CL02
    Note Here Class type = 300 (Variants)
    Here you list all the charchteristics with Date and Value
    c. Configuration Profile: CU41
    d. Then Maintain condition records in VK11
    Moreover check the link
    [https://wiki.sdn.sap.com/wiki/display/ERPLO/SDVariantConfiguration]
    Regards
    Sathya

  • Where are my purchased movies through iTunes stored on my PC?  I need to back-them up on a hard drive and then I want to play them on my iPad

    where are my purchased movies through iTunes stored on my PC?  I need to back-them up on a hard drive and then I want to play them on my iPad

    They're in the iTunes folder, in iTunes Media or iTunes Music depending on when your iTunes was first installed. The iTunes folder by default is in My Documents/Music.
    Regards.

  • PO line item link with BOM

    Hi guys ,
    Actually I am looking for some info on this scenario. while creating PO for specific document type(ZPOG)  and item category (L) , I need to modify the child material qty of the line item  .
    This is subcontract PO .
    For example if I am creating PO for X material (which has y as a child ) , I need to modifiy the qty of Y .
    actually there is one badi called ME_PROCESS_PO_CUST  to handle the PO creation ,
    But I am not able to find the link between that line item material and BOM material .
    points rewarded if the question was answered .
    Regards
    Siva

    Hi Ganesh ,
    Thanks for your information . But my concern is it ( Child material qty )  should be rounded off  while creating PO . not to be done manually .
    For that purpoes only I am using that Badi  , but I couldn't find the link between BOM material and PO line item material .

Maybe you are looking for