Linkage of BP component to the warranty product in the relationship

Hi Guys,
I need to extract some data on our Ibase components.  Basically I need to see all components that have a certain warranty product against them.
I can use table IBIN to read the components but I can't find a wat of getting to the table COMM_IL_IBCWTY where i believe all the relationships are held.
I'm not writing a program to do this so won't be able to use function modules, so I'd be grateful it you could tell me which tables i need in order for me to get the information i need.
Cheers
Matt.

Hi Guys,
I need to extract some data on our Ibase components.  Basically I need to see all components that have a certain warranty product against them.
I can use table IBIN to read the components but I can't find a wat of getting to the table COMM_IL_IBCWTY where i believe all the relationships are held.
I'm not writing a program to do this so won't be able to use function modules, so I'd be grateful it you could tell me which tables i need in order for me to get the information i need.
Cheers
Matt.

Similar Messages

  • Production Order - Modify field Material Provision Indicator for component in the production order

    Good afternoon,
    I have a component in the bill of material, that has the option Material Provision Indicator activated.
    When i create the production order, the component automaticaly is activated with the  Material Provision Indicator option.
    However, in the production order, this field isn't possible to modify, because is closed.
    Anybody knows way the modify this field? Configure to open?
    Thanks.
    Kind Regards,
    António Pinho

    Hello Amar,
    I am also getting the same error while Releasing Production Order and Costing (CO11N). This error is related to EHP7 in our case.
    Please try one of the following solution and see whether the error is gone or not.
    1. Implement the SAP Note 1317551 - Error AD_SUBCON 141 / 143 / 144 (T417)
    OR
    2. Complete the customizing of Material Provision Indicator (T Code OICO) as per the attachment.
    Regards,
    Prashant Karanjgaonkar

  • Determine a component in the production order

    Hi,
    To determine if a component in the production order is relevant for the paint dispatch list:
    For a Production Order, after retrieving all the components (children) of the header material utilize function module CLSE_SELECT_AUSP.  Pass the following information under the import parameters:
    Function Group: CLSE
    Function Module: CLSE_SELECT_AUSP
    Import Parameters:
    KLART   = 001   (Hard-coded) (ZERO, ZERO, ONE)
         OBJEK  =    (Component number from production order Item) – RESB-MATNR
    MAFID = O  (Hard-coded) (The letter O)
              KEY_DATE  =  (BOM Explosion Date) – CAUFV AFKO-AUFLD
    Returns:
              Table = T_AUSP
              Field  = ATWRT  
              T_AUSP-ATWRT
    Then the following logic should apply:
         IF T_AUSP-ATWRT = OPTPNTD THEN this component (RESB-MATNR) is relevant for the dispatch list.
    can any body explain the meaning of this
    all replies will be rewarded

    Hi,
    i got the solution i came to know the meaning of it
    thanks

  • Scrap Quantity component  in the production order

    Dear gurus,
    in the material master of a component i insert the scrap % ( view mrp4) = 10 %.
    The field is read by planning Mrp and explosion of bom , but when i inseert this component in the production order manually the system don't read this % and the field "scrap quantity in the component detail of the production order is blank.
    Are there a setting for uograde this field ( in the production order ) when i insert MANUALLY the component in the production order?
    Example:
    1) material master of the component  > scrap % (view MRP4 ) = 10 %
    2) production order created
    3) insert this component quantity 100 pc and the system after read the material master  insert 110 pc , and upgrade the field automatically 10 % (as material master)?
    Thansk a lot
    Daniele Pistilli
    PP TEAM

    Hi Danielepistilli,
    Well there is a lot of difference is there: see you are creating production order for header material which is FG. If you maintained component scrap in material level it will be dependent on BOM quantity which you maintained for the header material.
    For example say component x quantity is 50 in BOM. How it will calculate when you run the MRP.
    component scrap % is 5% then:
                                     ===>            (5/100) * 50 + 50
    Formula is: Percentage of scrap quantity x original quantity + original quantity
      So                           ===>           52.5 quantity should be come for component
    So, the order quantity for the header material will not take this quantity or scrap but if you see individually in MD04 screen for X material you can find this quantity ok.
    I hope it clears your doubt and helps you any queries please revert me back.
    Regards,
    Madhu.G

  • Fixed component of the production order

    Dear Gurus,
    i need of fixed reservation of the batch at the production order.
    I can fixed the component only in the production ordere ( CO02- batch Assignment ) or are there other transaction , where for production order i can fixed the batch of the component?
    Thanks a lot
    Daniele Pistilli
    PP TEAM

    Dear gurs
    excuse me for the explication ,  i have for a component two bacth :
    111
    222
    and i need of fixed in the production order the batch for example the bacth 222 .
    Now i run the transaction CO02 and in the view of the component select the single component and whit the buttom batch assignment reserve the quantity.
    The system setting the status F in the stock /requirement list.
    I would want to know if there are other methods in order to reserve the batch component in the production order , other transaction .
    Thanks a lot
    Daniele Pistilli

  • To issue the component to the Production Order

    Hello All,
    I have assigned the component to the Operation of Production Order from Different plant(say 1100) of Same company code(1000).
    I want to issue that material from that plant to this plant (say 1000) of Production Order.
      So my question is the correct method of directly issuing the component to this Production Order of different plant.
    Shailendra

    Hi  HAdkar
    The correct procedure is .
    You have to assign special procurement key 80 in material master for which you want to procure from plant 1100. The material master of procuring material should exist for the plant 1100. While running MPR the procurement proposal will be automatically created in the 1100 plant. From 1100 plant you do stock transfer to your storage location. Then finally do GI for the header prod order in you plant.
    This is the procure in SAP. Eventhough both the plants exist in the same compound.
    Regards
    J . Saravan

  • Ibase Component to find associated Product id

    Hello SAP Gurus,
    For a given Ibase Component i need to find the Object id(Product id) as seen on IB53 transaction, i know that i can use the FM CRM_IBASE_COMP_GET_DETAIL for the same but i need to know the direct table relationship for the same.
    Help will be really appreciated
    Thanks in advace

    Hi Bhavpreet,
    I understand that you want to get the Product ID from a given Instance number of an IBase Component. The Master table of the IBase Components is IBIN. Using the given Component Instance number as Input to table IBIN we get the field OBJNR from this table. Now OBJNR is a CHAR22 Guid. We need to convert this to RAW16 format. GUID_CONVERT is what we used earlier, however now its obsolete so I would suggest that you use the CLASS cl_ibase_service and static method cl_convert_guid_22_16 to get a RAW16 GUID.
    You can then use this RAW16 GUID to pass to table field COMM_PRODUCT-PRODUCT_GUID and get the field PRODUCT_ID which is what you need. I have a written a small piece of code to help you understand this.Please let me know in case you need more details on this.
    Thanks
    Sumit
    REPORT zrandom_test.
    PARAMETERS : p_inst TYPE ibin-instance.
    DATA: gv_objnr22 TYPE ibin-objnr,
    gv_guid16 TYPE comt_product_guid,
    gv_objid TYPE comt_product_id.
    START-OF-SELECTION.
    CLEAR gv_objnr22.
    SELECT SINGLE objnr FROM ibin INTO gv_objnr22 WHERE instance = p_inst.
    CLEAR gv_guid16.
    gv_guid16 = cl_ibase_service=>cl_convert_guid_22_16( gv_objnr22 ).
    CLEAR gv_objid.
    SELECT SINGLE product_id FROM comm_product INTO gv_objid WHERE product_guid = gv_guid16.
    WRITE : gv_objid.

  • Pull list for the component of the phantom assembly

    Hi
    I am in rem process. while doing the pull list for the fianl product using Entry with bom explosion.
    i did not get the components (level 3)for 1 assembly(level 2 ) which is phantom one under the final product (level 1) BOM.
    i also maintained the production stor loc for the components and the phantom assmy.
    i check the stock in the production storage location . no stock is there in the location.
    what is the problem . how to get the component of the phantom in the pull list.

    Dear Raj,
    If your FERT contains a HALB and inturn this HALB contains say HALB1 which is a phantom assembly
    and and another 2 raw materials means,when you execute MF60 For HALB,you will get the 2 raw
    materials along with the component's of phantom assembly.
    Check and revert back.
    Regards
    Mangalraj.S

  • Need Table related to Material product type and warranty product type

    Hi all,
    Can we get the table where for a given material product type, we can get related warranty product type.
    Requirement is , we have to link the warranty products to related material product.We need to create a seperate table  for material(with ibase) and its related some warranty products.
    Suggest me what are the possibilities and process for doing in best way.
    Thanks in advance,
    B kumar.
    Message was edited by:
            b kumar

    Please share how this is implemented.

  • I have a component like the following and it completely crashes the design view in flex builder

    I have a component like the following and it completely crashes the design view in flex builder.I can see anything in the layout. Everything compliles fine and looks normal in the outline view. Any ideas whats wrong. If I remove the AdvancedDataGridColumnGroup's all looks fine
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Panel x="353" y="34" width="1159" height="505.7" maxWidth="663" allowDrag="true" allowResize="true" allowClose="true" allowMaximize="true" allowMinimize="true" resizeEffect="Resize" moveEffect="Move" close="parent.removeChild(this)" maxHeight="680" layout="absolute" title="Back office list" xmlns:mx="http://www.adobe.com/2006/mxml">
        <mx:AdvancedDataGrid id="deals" displayItemsExpanded="true" dataProvider="{tradesResult}" width="100%" height="373" sortExpertMode="true" variableRowHeight="true" headerStyleName="smallHeader" editable="false" fontWeight="normal">
            <mx:columns>
                <mx:AdvancedDataGridColumn width="75">
                </mx:AdvancedDataGridColumn>
                <mx:AdvancedDataGridColumnGroup headerText="Client side">
                    <mx:AdvancedDataGridColumn dataField="Reference" headerText="Mon Ref" width="60" editable="true" wordWrap="true" showDataTips="true" textAlign="center"/>
                    <mx:AdvancedDataGridColumn dataField="clientside" headerText="MC Pr" textAlign="center" wordWrap="true" width="70">
                    </mx:AdvancedDataGridColumn>
                </mx:AdvancedDataGridColumnGroup>
                <mx:AdvancedDataGridColumnGroup headerText="Bank side">
                    <mx:AdvancedDataGridColumn dataField="bankDealRef" headerText="Bank Ref" width="70" editable="true" wordWrap="true" dataTipFunction="dataTipFuncNotes" showDataTips="true" textAlign="center"/>
                    <mx:AdvancedDataGridColumn dataField="Premium2" headerText="Bank Pr" width="55" editable="true" wordWrap="true" showDataTips="true" textAlign="center"/>
                </mx:AdvancedDataGridColumnGroup>
            </mx:columns>
        </mx:AdvancedDataGrid>
    </mx:Panel>

    Nikos,
    When using grouped columns you should change the <mx:columns> to <mx:groupedColumns>, I ran this example in a sandbox app and it works fine.
    EXAMPLE:
    <mx:AdvancedDataGrid id="deals" displayItemsExpanded="true" dataProvider="{flatData}" width="100%" height="373"
            sortExpertMode="true" variableRowHeight="true" headerStyleName="smallHeader" editable="false" fontWeight="normal">
           <mx:groupedColumns>
                <mx:AdvancedDataGridColumn width="75">
                </mx:AdvancedDataGridColumn>
                <mx:AdvancedDataGridColumnGroup headerText="Client side">
                    <mx:AdvancedDataGridColumn dataField="customer" headerText="Mon Ref" width="60" editable="true" wordWrap="true" showDataTips="true" textAlign="center"/>
                    <mx:AdvancedDataGridColumn dataField="product" headerText="MC Pr" textAlign="center" wordWrap="true" width="70">
                    </mx:AdvancedDataGridColumn>
                </mx:AdvancedDataGridColumnGroup>
                <mx:AdvancedDataGridColumnGroup headerText="Bank side">
                    <mx:AdvancedDataGridColumn dataField="revenue" headerText="Bank Ref" width="70" editable="true" wordWrap="true"
                        showDataTips="true" textAlign="center"/>
                    <mx:AdvancedDataGridColumn dataField="cost" headerText="Bank Pr" width="55" editable="true" wordWrap="true" showDataTips="true" textAlign="center"/>
                </mx:AdvancedDataGridColumnGroup>
            </mx:groupedColumns>
        </mx:AdvancedDataGrid>
    HTH,
    Kenny Yates

  • Cost Component Splitting in Joint Production

    Hello.
    I meet a trouble in the cost component splitting for the co-product.
    I tried to creat a BOM like :
                                 A                       B
                                  C (CCS1)           D(CCS2)
    the raw material C&D are in different cost component,and the manufacturing matertials are A&B.
    and I set the apportionment structure like A(CCS1 100%,CCS2 50%)   B(CCS1 0%, CCS2 50%)
    Then i run the CK11N,and the result is correct.
    But the problem is as following:
    when I creat a BOM like :
                                 A                       B
                                              E
                                  C (CCS1)          D(CCS2)
    the raw material C&D are in different cost component,and the semi-product matertial is E,then E is producted for finished product A&B.
    and I set the apportionment structure like A(CCS1 100%,CCS2 50%)   B(CCS1 0%, CCS2 50%)
    then i run the CK11N,and the result is wrong.
    whatever i set the apportionment structure,the result of the CCS is  A (CCS1 50%,CCS2 50%),B(CCS1 50%,CCS2 50%)
    anybody can tell me how i can get the correct result?
                                                                                    Roc
    Edited by: Roc Roc on Jan 4, 2010 11:42 AM

    Hi
    Make cost splitting structure and assigne to Production Cost Center.
    Run Cost splitting KSS2 for cost splitting according to activity types.
    bukhari

  • CRM warranty products and related pricing

    Dear Experts,
    CRM 5.0
    In our landscape, ECC is the leading system for product configuration and master data creation which then replicates into CRM. Now for a new business process we are planning to introduce warranties in CRM. I am aware of the standalone config for creating warranties in CRM but should the warranty products also be configured and created in ECC or can I go ahead and create them in CRM as we don't need the warranties to show in ECC.
    Similarly, for pricing configuration, the leading system is ECC but we need to insert the pricing condition 1308 in CRM into the pricing procedure as it helps in warranty determination.
    Could someone please advise how to achieve these?
    Thanks
    Ritwik

    Hi Ritwik,
    I am also facing the same issue where materials are created in ECC system and then the same need to be replicated to CRM, since I need to create the warranty products manually in CRM server, how do I link my ECC material and my warranty material created in CRM? Could you please advice with the help of examples and the transaction codes that you need to use,
    Kind Regards
    Atul

  • Warranty Products

    Hi Gurus
    I created Warranty Product Batteries then I maintained in Car Product in that Car product in Relationships tab In Warranty Tab I maintained Batteries
    After some time That Batteries Products is not working properly so any why Batteries Product in Warranty
    So i what give back to company
    In the Warranty Transaction I maintained That Car Products but where should we seen that Batteries Warranty Products wither it in Warranty period or not
    Please give me right salutation to me
    I will give full points
    Warm Regards
    Kumar

    please check the following links
    http://www50.sap.com/businessmaps/A4CD1A0B6E324A0BAA425C3C7D42F3B3.htm
    http://help.sap.com/bp_autov1600/Auto_Global/Automotive%20OEM_Files/A1DB1856494D4AB4849A7C9D5A558B29.htm
    hope this helps

  • How to replace a component in the JPanel?

    Hi,
    I want to replace a component in the JPanel. My panel has GridBagLayout.
    Thanks in advance.

    because my application demands me to use GridBagLayout.No it doesn't, that a choice you made. You are never forced to use a specific layout manager. In fact most layout problems are solved by using combinations of layout managers. You two main choices are:
    a) use a GridbagLayout for the main panel and then a CardLayout for the two components you want to sway, although it may look strange if the components are a different size as the preferred size of the panel will be the size of the largest component
    b) Simulate a card layout using:
    panel.remove(...)
    panel.add(...);
    panel.revalidate(...)

  • The description for Event ID 0 from source VSTTExecution cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

    Hi,
    Can any one help me on the below issue ?
    while executing automated test case in test center it is showing as test case is in progress, then i navigated to virtual machine (where the test agent is online), there Internet
    explore has opened automatically and my test case execution started, but with in a seconds IE has closed . However, in test center, test case status is showing as in
    progress, after  2 or 3 min  some of  test cases getting passed and some are failed.
    Here my question is in lab center-->virtual machine, IE has opened automatically and navigated the 2 or 3  links and with in seconds IE has getting closed. Why IE is getting closed without completing execution?
    Error Message :
    The description for Event ID 0 from source VSTTExecution cannot be found. Either the component that raises this event is not installed on your local computer or the
    installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event: 
    (mtm.exe, PID 5240, Thread 4) FileAggregatorSessionInfo: Error occurred while deleting temporary directoryException: System.IO.DirectoryNotFoundException: Could not find a part of the path 
       at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
       at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost)
       at Microsoft.VisualStudio.TestTools.Execution.Aggregation.FileAggregator.FileAggregatorSessionInfo.DeleteTemporaryDirectory(String temporaryDirectory)
    the message resource is present but the message is not found in the string/message table
    Thanks
    Suresh
    Suresh

    Hi,
    Can any one help me on the below issue ?
    while executing automated test case in test center it is showing as test case is in progress, then i navigated to virtual machine (where the test agent is online), there Internet
    explore has opened automatically and my test case execution started, but with in a seconds IE has closed . However, in test center, test case status is showing as in
    progress, after  2 or 3 min  some of  test cases getting passed and some are failed.
    Here my question is in lab center-->virtual machine, IE has opened automatically and navigated the 2 or 3  links and with in seconds IE has getting closed. Why IE is getting closed without completing execution?
    Error Message :
    The description for Event ID 0
    from source VSTTExecution cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event: 
    (mtm.exe, PID 5240, Thread 4) FileAggregatorSessionInfo: Error occurred while deleting temporary directoryException: System.IO.DirectoryNotFoundException:
    Could not find a part of the path 
       at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
       at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost)
       at Microsoft.VisualStudio.TestTools.Execution.Aggregation.FileAggregator.FileAggregatorSessionInfo.DeleteTemporaryDirectory(String
    temporaryDirectory)
    the message resource is present but the message is not found in the string/message table
    We are using VS 2013 (premium) and IE 10.0,  scripts have been created on the same versions. It is working fine  on
    developers command prompt but the same tests are getting failed in lab center test agent machine
    test agent log:
    QTAgentService.exe, AgentService: calling AgentObject.RunEndFileCopyComplete
    QTAgentService.exe, AgentProcessManager.WaitForDataCollectionAgentProcessToStart: waiting for agents to start.
    QTAgentService.exe, AgentProcessManager.WaitForDataCollectionAgentProcessToStart: Agents started.
    QTAgentService.exe, AgentProcessManager.PerformActionIgnoringExceptions: Successfully called 'Cleanup' on the test agent
    QTAgentService.exe, AgentProcessManager.PerformActionIgnoringExceptions: Calling 'StopDataCollection(int)' on the data collection agent
    QTAgentService.exe, AgentProcessManager.IsDataCollectionAgentNeeded: IsExecutedOutOfProc? True
    QTAgentService.exe, AgentPro
    QTAgentService.exe, AgentProcessManager.WaitForDataCollectionAgentProcessToStart: Agents started.
    QTAgentService.exe, AgentService: Connection to controller is up.
    Thanks
    Suresh

Maybe you are looking for

  • Spool Output getting truncated

    Hi,     I am using ALV grid display in a report.When we schedule the report in background and check the spool,The output is getting truncated (For eg Customer number is getting truncated ).I have checked the print parameters of background job,The for

  • Pulse Audio jack detection problem.

    Hi, In my work I use headphones for listening musing and if I shutdown the laptop and then remove the headphones and when I start it in home there is no sound. I found the solution: plug headphones and unplug them. For me Pulse audio does not make ch

  • 5.1.0 sp11 Connection pool refresh issue, revisited....again...!!!

    "Hello, From reading of these newsgroups I've seen many different manifestations of what seems to be the same root cause with connection pools and connections which are refreshed/replaced when found broken. In our case weblogic server hangs. Kit: 2xW

  • How to import "static files" into HTMLDB 2.0

    Hello! I have a problem with "static files" in HTMLDB 2.0. First i exported the "static files" from a workspace. the result is a ".sql" file. now i want to import this file into another workspace. but in HTMLDB theres no option to import "static file

  • Eliminate Aperture Library from Desktop Background

    I have two very large Aperture libraries and both get listed when I look for a desktop background. I have a specific folder I use for all my desktop photos and don't want to deal with thousands of photos in the Aperture libraries (I export versions i