No Configuration In Install base for procured Items

No configuration is build in Install base for Configured Items procured thru PO.
Problem Description:
We created a PO for a Configured Item and received into an Org ( setup as serialized at receipt) for stocking purpose. The Entire Configuration is not created in Install base. We expected both the Parent and the child ( which are IB-trackable) to be created in the Install base. But the child is not created in the Install base.
We set the profile CSI:Explode BOM as "yes" and still it did not help.
Any ideas
Regards
Kumar

Alka,
FYI, the error code is as follows...Can you give us the error code?
Also paste the procedure structure that you are using to call the IB API where you are trying to trap the error.
Let us see what we can do.
Thanks
Nagamohan

Similar Messages

  • Cross Company Stock Transfer- Please check excise base for the item is zero

    Hi,
    My scenario is Cross company Stock transfer (Two different Company Codes)
    I have done following steps :
    1.Create Purchase Order
    2.Create Outbound Delivery for Purchase Order
    3.Post Goods Issue for Delivery
    4.Creating Billing Document
    5.Creating Excise Invoice
    6.Printing of Excise Invoice
    7.Post Goods Receipt for Stock Transport Order
    Till MIGO there is no problem.
    I am getting a errro while doing MIGO with reference to Outbound Delivery, when I enter Excise Invoice created in sending plant, I am getting error as
    "Please check excise base for the item is zero" - Message no. 4F121
    Excise Duty values are flowing as per the excise invoice but system make base value as 0 , I have maintained Assesable value in J1ID also. We are using TAXINN.
    Pl. help
    Thanks
    Vikas

    Hi
    The best way to slolve this problem, Now is to maintain Assable value in Material Master For reciving Plant.
    Hear you can maintain all the chapter id, register A or C, etc
    and then try doing GR,
    The other way and the permanent solution is
    VPRS or equivalent
    Condition class B Prices
    Calculat.type C Quantity
    Condit.category  H
    Cond.control H Condition value fixed
    Condit.origin A Automatic pricing
    In this Condition category is most important and by this only system copies the base amount for excise duty calculation in MIGO or J1IEX.
    Regs
    Niti Narayan

  • Please check excise base for the item is zero

    Hi,
    My scenario is Cross company Stock transfer (Two different Company Codes)
    I have done following steps :
    1.Create Purchase Order
    2.Create Outbound Delivery for Purchase Order
    3.Post Goods Issue for Delivery
    4.Creating Billing Document
    5.Creating Excise Invoice
    6.Printing of Excise Invoice
    7.Post Goods Receipt for Stock Transport Order
    Till MIGO there is no problem.
    I am getting a errro while doing MIGO with reference to Outbound Delivery, when I enter Excise Invoice created in sending plant, I am getting error as
    "Please check excise base for the item is zero" -  Message no. 4F121
    Excise Duty values are flowing as per the excise invoice but system make base value as 0 , I have maintained Assesable value in J1ID also. We are using TAXINN.
    Pl. help
    Thanks
    Vikas

    hi
    can u please share how u slove , we also face same issue
    Thanks
    Leo

  • Software Metering Report - Install base for all metered software programs - Returns 0

    Hi All
    I have an issue with one of the software metering reports, Install base for all metered software programs. when run it returns that the metered software is installed on 0 computers.
    All usage reports seem to work correctly and I can see usage data for the monitored applications. But anything related to install base such as the one listed above and "Computers that have a metered program installed but have not run the program since
    a specific date" either return 0 or are blank.
    Any help will be greatly appreciated

    Hi All
    finally found a fix to the problem. It was very closely related to what Gareth  had mentioned regarding Asset Intelligence. The actual method of detecting if a program is installed is done through Software Inventory
    Under Custom Client Settings i had enabled Software Inventory on client but never setup any rules to gather data. So i created a new rule for all *.exe files and around an hour later the report started to show up clients.
    This blog post also describes the method of setting up software inventory correctly 
    Thanks to all the help and hopefully this will aid anyone else encountering similar problems

  • Our Client gave a requirement to mass update the additional attributes in Install base for instances in Release 11i.

    Hi,
    Our Client gave a requirement to mass update the additional attributes in Install base for instances in Release 11i.
    So I tried the below code to update:
    But getting the error:
    The Object Version Number passed does not match with the one existing in Installed Base tables.
    Can any one please help how to fix it.
    Code:
    declare
    x_instance_rec CSI_DATASTRUCTURES_PUB.INSTANCE_REC;
    p_ext_attrib_values CSI_DATASTRUCTURES_PUB.EXTEND_ATTRIB_VALUES_TBL;
    p_party_tbl CSI_DATASTRUCTURES_PUB.PARTY_TBL;
    p_account_tbl CSI_DATASTRUCTURES_PUB.PARTY_ACCOUNT_TBL;
    p_pricing_attrib_tbl CSI_DATASTRUCTURES_PUB.PRICING_ATTRIBS_TBL;
    p_org_assignments_tbl CSI_DATASTRUCTURES_PUB.ORGANIZATION_UNITS_TBL;
    p_asset_assignment_tbl CSI_DATASTRUCTURES_PUB.INSTANCE_ASSET_TBL;
    p_txn_rec CSI_DATASTRUCTURES_PUB.TRANSACTION_REC;
    x_instance_id_lst CSI_DATASTRUCTURES_PUB.ID_TBL;
    x_return_status VARCHAR2(2000);
    x_msg_count NUMBER;
    x_msg_data VARCHAR2(2000);
    x_msg_index_out NUMBER;
    t_output VARCHAR2(2000);
    t_msg_dummy NUMBER;
    p_validation_level NUMBER;
    p_commit VARCHAR2 (5);
    p_init_msg_lst VARCHAR2 (500);
    cursor stg_tab_cur is select instance_id,Safety_line_type from gewind_ib_iea_values;
    TYPE stg_tab IS TABLE OF gewind_ib_iea_values%ROWTYPE INDEX BY BINARY_INTEGER;
      stg_tab_var stg_tab;
      stg_tab_bin_int BINARY_INTEGER;
    BEGIN
    x_instance_rec.instance_id := FND_API.G_MISS_NUM;
    x_instance_rec.object_version_number := FND_API.G_MISS_NUM;
    p_txn_rec.transaction_id := FND_API.G_MISS_NUM;
    p_txn_rec.transaction_date := SYSDATE;
    p_txn_rec.source_transaction_date := SYSDATE;
    p_txn_rec.transaction_type_id := 1;
    stg_tab_bin_int :=0;
    For gewind_ib_iea_values in stg_tab_cur LOOP
    stg_tab_bin_int := stg_tab_bin_int + 1;
    P_ext_attrib_values(stg_tab_bin_int).instance_id :=gewind_ib_iea_values.instance_id;
    P_ext_attrib_values(stg_tab_bin_int).attribute_id := 10023;
    P_ext_attrib_values(stg_tab_bin_int).attribute_value := gewind_ib_iea_values.Safety_line_type;
    dbms_output.put_line(P_ext_attrib_values(stg_tab_bin_int).instance_id);
    dbms_output.put_line(P_ext_attrib_values(stg_tab_bin_int).attribute_value);
    csi_item_instance_pub.update_item_instance(
    1.0,
    p_commit,
    p_init_msg_lst,
    1,
    x_instance_rec,
    p_ext_attrib_values,
    p_party_tbl,
    p_account_tbl,
    p_pricing_attrib_tbl,
    p_org_assignments_tbl,
    p_asset_assignment_tbl,
    p_txn_rec, x_instance_id_lst,
    x_return_status,
    x_msg_count,
    x_msg_data);
    commit;
    -- Output the results
    if x_msg_count > 0 then
    for j in 1 .. x_msg_count
    loop
    fnd_msg_pub.get ( j , FND_API.G_FALSE , x_msg_data , t_msg_dummy );
    t_output := ( 'Msg' || To_Char ( j ) || ': ' || x_msg_data );
    dbms_output.put_line ( SubStr ( t_output , 1 , 255 ) );
    end loop;
    end if;
    dbms_output.put_line('x_return_status = '||x_return_status);
    dbms_output.put_line('x_msg_count = '||TO_CHAR(x_msg_count));
    dbms_output.put_line('x_msg_data = '||x_msg_data);
    COMMIT;
    end loop;
    END;
    Regards,
    Ravichander

    This question is Assumed Answered -- It would be great if you could share the solution with us.
    Thanks,
    Hussein

  • Populating the configurator from install base!!

    HI All
    We have a requirement of
    Referencing the current product configuration from the Install Base and then populating it in Oracle Configurature , If any feature code is not populated due to any reason ,then we need to show those reason in the report .
    Do we have any stabdard API or concurrent program to this ??
    Or any program which does some part of the above requirement !??
    Pls help
    thanks
    naveen

    hi,
    To get one service customer created one order in CRM system (say A) and this order is came down to our system(say B) and we send it further to another system(say c). we got ok response from system whome we send the order i.e. (C), so in our system (B)we close the order.
    But unfortunately this order is failed in System C so we need to cancell this order. We cancelled the Order in system A but in our system(B) order is close so it is not possible to cancelled this order so we need to remove this item instance form install base.

  • Installed base for call center?

    Hi,
    for the CIC implementation where we are going with typical call center functionality where agents handle incoming calls with inquiries and complaints, do we need the installed base? can anyone comment?
    we dont have any returns or warranty for our products
    we sell them, if there is a prob, we resend the product again and customer can keep both...
    thanks,

    Hi,
    Installed base is basically required to keep track of products installed at customer place.
    If you can verywell identify your customer place where product is installed.
    for eg.
    if you install 100 printers at say XYZ company, but this 100 printers may be installed at different branches of XYZ company, it may be across different cities.
    This information you cannot capture for all the 100 printers sold in any of the masterdata.
    Thus you can use installed base to keep a track, how may printers installed at what location.
    During incoming call u identify the BP i.e XYZ ask for the location or printer serial number (Use Individual objects in CRM) to track the printer.
    If you don't have such complex scenario and also you don't need returns or warranty so u can do without installed base.
    Best Regards,
    Pratik Patel
    <b>Reward with points!</b>

  • How to configure a sub view for completed items in uwl?

    I overwrote the standard view with:
    <i><View name="WorkItemsCompletedView" selectionMode="NONE" width="98%" supportedItemTypes="uwl.completedtask" columnOrder="subject, completedDate" sortby="completedDate:descend" tableDesign="ALTERNATING" visibleRowCount="10" headerVisible="yes" queryRange="Last_3_Months" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="0" dueDateWarning="0" emphasizedItems="none" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="top" referenceBundle="completed_tasks">
                   <DisplayAttributes>
                        <DisplayAttribute name="completedDate" type="date" width="" sortable="yes" format="medium" referenceBundle="completed_date" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
                        <DisplayAttribute name="decision" type="string" width="" sortable="yes" format="default" referenceBundle="decision" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
                   </DisplayAttributes>
                   <Actions>
                        <Action name="refresh" reference="refresh"/>
                   </Actions>
              </View></i>
    I tried to create a subview with the following configuration:
    <i><View name="MyViewCompleted" selectionMode="NONE" width="98%" supportedItemTypes="uwl.completedtask.webflow.TS91300001" columnOrder="statusIcon, subject, creatorId, createdDate,LIEFERANT,BETRAG,BELNR,BESTELLUNG" sortby="priority:descend, dueDate:ascend, createdDate:ascend" tableDesign="ALTERNATING" visibleRowCount="10" headerVisible="yes" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="86400000" dueDateWarning="259200000" emphasizedItems="none" displayOnlyDefinedAttributes="no" dynamicCreationAllowed="yes" actionPosition="top" <b>referenceBundle="completed_tasks"></b>
                   <Descriptions default="Eingangsrechnung Ansicht">
                        <ShortDescriptions>
                             <Description Language="en" Description="Eingangsrechnung View"/>
                             <Description Language="de" Description="Eingangsrechnung View"/>
                        </ShortDescriptions>
                   </Descriptions>
                   <DisplayAttributes>
                        <DisplayAttribute name="priority" type="user" width="10" sortable="yes" format="default" referenceBundle="priority" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
                             <Menu>
                                  <MenuItem name="Low" actionRef="priorityLow" referenceBundle="menu_priority_low"/>
                                  <MenuItem name="Normal" actionRef="priorityNormal" referenceBundle="menu_priority_normal"/>
                                  <MenuItem name="High" actionRef="priorityHigh" referenceBundle="menu_priority_high"/>
                                  <MenuItem name="VeryHigh" actionRef="priorityVeryHigh"/>
                             </Menu>
                        </DisplayAttribute>
                        <DisplayAttribute name="KONTIERUNG" type="string" width="10" sortable="yes" format="medium">
                             <Descriptions default="Kontierung"/>
                        </DisplayAttribute>
                        <DisplayAttribute name="LIEFERANT" type="string" width="10" sortable="yes" format="medium">
                             <Descriptions default="Lieferant"/>
                        </DisplayAttribute>
                        <DisplayAttribute name="BETRAG" type="string" width="10" sortable="yes" format="medium">
                             <Descriptions default="Betrag"/>
                        </DisplayAttribute>
                        <DisplayAttribute name="BELNR" type="string" width="10" sortable="yes" format="medium">
                             <Descriptions default="Belegnummer"/>
                        </DisplayAttribute>
                        <DisplayAttribute name="BESTELLUNG" type="string" width="10" sortable="yes" format="medium">
                             <Descriptions default="Bestellung"/>
                        </DisplayAttribute>
                   </DisplayAttributes>
                   <Actions>
                        <Action name="refresh" reference="refresh"/>
                   </Actions>
              </View></i>
    I thought, that the referenceBundle would handle the creation of a subview, but though i have a item of this type in the completedtask view i have no sub view.
    Any ideas?
    regards,
    Jens

    FYI - referenceBundle refers to Description Bundles - i.e. it is to do with text descriptions only and does not create a subview.

  • Bapi / F.M. for creation of install base for equipment (CS, not CRM)

    Hi everybody,
      Do you know any bapi / F.M. for the creation of an istall base, with one equipment and several materials?
    Thank you
    Andrea

    Hi everybody,
      Do you know any bapi / F.M. for the creation of an istall base, with one equipment and several materials?
    Thank you
    Andrea

  • Transfer the ownership of a particular Item Instance in Install Base

    Hi Friends,
    Can somebody help me figure out, the changing of ownership of a particular item instance in Install base terminates the relevant line in an active Service Contract. The status in Install base for the item still remains active for that particular contract. Also is it a standard functionality that the a new contract be created with the new owner automatically or does this needs to be driven through a custom API.
    Thanks in advance for the help,
    Kunal

    Hi Martin.........
    You can use OINM table. Here you get the date wise details of item cost and Instock...
    Else you can use inventory Valuation table too upto To Date.
    Its in Inventory Reports.......
    Hope this table will help you.....
    Regards,
    Rahul

  • Hi all anybody    can contribute on how  to configure Freegood for  3 items

    HI all,
    Can anybody  share  how to configure   1 free good for 3 items.Ex: When we purchase A,B&C items system should give D as  a  free good.
    Thanks in advance,
    Ram

    hi
    there are constraints for free godds scenario
    1> Free goods are currently not supported with material structures like product selection, BOM, variants with Bom selection.
    2>only supported on a 1:1 basis
    3>only supported with sales orders with document category "c" not for quotation etc
    4>are not currently supported for deliveries without reference to sales orders
    5>are not supported for make to order production, third party scenario,and scheduling agreements
    regards

  • Hierarchy Category for Installed Base creation

    Hi All,
    We are implementing service management using CRM 5.0 and R/3. We have created some custom material types in R/3 and downloaded to CRM. In CRM configuration "Assignment per Product Type for application Product" the HierarchyID R3PRODSTY is assigned to Product Type "Material". Now, I want to assign the Object family 0401 to a category to be able to create Installed Base records. I cannot modify the Hierarchy R3PRODSTY since it came from R/3. So I created a new hierarchy "IBase" and assigned the Object family and I assigned this hierarchy to Product Type "Material". With this I am able to create a Ibase but not a product because I changed the assignment. Is there straight forward way to have object family in the Hierarchy “R3PRODSTYP" or to be able to create products and Installed Bases simultaneously? Any Input will be greatly appreciated.
    Thanks,
    Uday.

    Hi Ankit ,
    There is some SAP F1 Help. FROM SPRO
    That may answer your question.
    Activate Partner and Address Inheritance
    Use
    In this activity, you can make the following settings for each installed base category:
    Activate partner and adress inheritance for a specified number of installed base hierarchy levels
    The inheritance of partners and addresses is a logical rather than a physical inheritance.
    Activate calculation of geographical coordinates from address information when address data is created or changed
    Enable changes to an installed base for a validity date that is earlier than the system date.
    Partner assignment or address assignment is used during the search for components to take partner inheritance and address inheritance into account.
    For example, this means that in the interaction center or service processes, all components can be found using the business partner.
    Default Settings
    No standard settings are provided.
    The settings are optional. If you do not enter any data, the function is not used.
    Activities
    To activate partner and adress inheritance, select the PInherit. or AdrInherit. checkbox, respectively, and specify the number of levels in the installed base hierachy that should inherit partners or addresses.
    Note: If want partners or addresses to be inherited by all lower-level components in the hierarchy, enter 0 (zero).
    Regards
    Logu

  • Status profile for  Install base component

    Hi,
    As part of project requirement,we have to maintain status profile at Install base component level.Wwe are maintaining one install base for single customer and all his multiple locations comes under this install base.So,as per client requirement we have to mainatin status at Install base object level.
    As per standard functionality,we can maintain status profile at Install base header in status management>status profile>object type
    But,I could not find how to maintain status profile at Install base component of type object  level.I think we have to do enhancement for it.
    Request expert opinion on this.If its configuration,then how to do this.If its BADI,then what are  details of BADI.If its enhancement,then details of it.
    Thanks in advance
    regards
    Naresh

    Hi,
    You need to add the below Object Types in your user status profile.
    Go into your user status profile and click on the Object Types as highlighted below and then enable the list of object types. Then you will be able to see the status profile in the IBase header.
    Enable these object types for IBase.
    Allowed Object Types
    General Object
    Ibase Header
    Product Master Data
    Regards,
    Siraj

  • Installment plan creation for the items on the Case

    Hi,
    Is it possible to create Installment plan for the Items that are part of the Case (Case Management)?
    Transaction FPR1 exclude these items from selection!
    Regards,
    Miroslav

    Hi Krishna
    Yes I understand that, but sorry for not questioning since the beginning, I want a field which the system generates a number automatically for every items which can be used in the future for labeling or reporting purposes.
    Please advice if there is such a functionality on the inventory module.
    Thank you and best regards

  • Oracle Install Base -Unable to find Expire relationship button

    Hi Experts,
    I am not able to find "Expire Relationship" button under Configuration Tab while trying to expire parent and child relationship in oracle install base for an intem instance.But for some item instance I am able to find the "Expire Relationship" button under Configuration Tab.
    Can any one please let me know why the "Expire Relationship" button is available for some item and not available for some item instances.
    Thank you.
    Ravi S

    Duplicate post.
    Oracle Install Base -Unable to find Expire relationship button
    Unable to find Expire relationship button

Maybe you are looking for

  • 3D Printers supporting Windows 8.1 direct printing API

    Hi, Does someone know which 3D printers have drivers that are supported by the Windows 8 API? (http://msdn.microsoft.com/en-us/windows/hardware/bg183398.aspx) It seems to work with 3D System's Cube 2 (http://blogs.windows.com/bloggingwindows/2013/08/

  • HELP! I need help, please!!!

    I'm try to install ODP.NET in a notebook with Windows XP Professional, when I execute disk1\install\win32\setup.exe, don't appear any screen! I try to lower color and resolution, and nothing.

  • Xkwert not updating the pricing

    Dear All,     I have created a routine for excise calculation where in the calculation i have the correct value which is passed to xkwert. when it goes out of the routine and enters the programSAPLV61A and form XKOMV_KWERT_ERMITTELN the code here cal

  • What's the command to reset user's calendar (not csuser reset - schema2)

    Hi, We're running JES5. A user has problems accessing his calendar, and I wanted to reset the calendar's attributes. I tried: root@jescal sbin/ > ./csuser reset uid but I got this error: This command is not valid for schema 2. Please use the Communic

  • Trouble building multiple buttons in extension panel

    Any advice as to how to make multiple buttons active and operational in a new extension panel?  New to scripting and struggling here!