Service Items in Configurator ?

Hi,
Wanted some inputs (best practices) regarding implementing 'Services (i.e. service as an items) thru Oracle Configurator.
Typical business scenario is we have a model 'A' (which has optional Items A1, A2, A3 etc within it). For these optional items we have different types of available services. e.g. for 'A1', a user can avail any of the following services: i.e. A1SRVS1 , A1SRVS2 or A1SRVS3.
Since this a configurable product hence we intend to implement the services thru configurator too.
Any inputs will be appreciated.

Hi
this is very much possible. Define the Service items as Optional under the Model A.  Did you try this?
regards,

Similar Messages

  • Service Item and Standard item to be copie

    Friends,
    We are trying to configure service Item (without Delivery ) with a standard Item for our sales orders.
    I have used TAN for Std.Item and TAD for services.
    Business need:
    Products purchased by our customers need personalization for every product. Some customers may not need personalization.
    We want the Design Charges ( just a service ) + Product (std.Item) to be captured in Sales order. But, the service Item should not be copied to Delivery..and after subsequent TO and PGI (for Std.Item), when we get to the Billing with ref to the Delivery just made, we should see both Design Charge (Service Item ) and the Std.Item in the Billing doc.
    I tried to set the copy controls for the service item from SO to Billing (with out delivery)...but I am not able to see both the Items in one Billing document.
    I could get this when the Desing charge is passed through the Delivery document (although not relevent for delivery and TO)..then to Billing.
    But the business needs the Design charge to be shown in Billing documents only and not in Delivery.
    Do we have a way to do so? OR>LF (without Designcharge)->F2 (with item and Design charge)..how to achieve this.
    The Item categories used are TAN and TAD.
    Need your definate  help.
    Thanks
    Ravi

    It is not possible to get Service Item w/o delivery in to Invoice along with the the delivery item..unless the Service item is configured as item relevant to delivery.

  • Service Item and Delivered Item created by a kit (Lumf)

    Is there a way to get a Delivered item - TAN and a Service Item TAD on one Order by entering a Kit Item LUMF
    It creates the parent item as a TAP and both components as TAN.  I have the second component flagged as N non-stock in the BOM.
    Thanks
    Mark

    It is not possible to get Service Item w/o delivery in to Invoice along with the the delivery item..unless the Service item is configured as item relevant to delivery.

  • Error in sales order when selecting a warranty item in configurator 'Please enter required information - Service Reference Type Code'

    Error in sales order when selecting a warranty item in configurator 'Please enter required information - Service Reference Type Code'
    Not able to book the sales order because of this issue

    Order Management does not support the inclusion of optional service items in a configured Model BOM (see Support article #1296751.1 for more detail).  Allowing for such would therefore require customization.
    As you've found, there's no modeling restriction that prevents you from creating a Model BOM that includes optional service items, nor is there any problem with creating a Configurator Model for it.  And required service items (such as a warranty item that is a required child of an optional BOM component) do not present a problem; they have nothing to do with Configurator, and would never appear as sub-lines in OM.  The problem arises in OM, which requires that any service item be "associated" to the item it's "servicing".  OM does not automatically make such an association with service sub-lines, even though it might be argued that an association may be inferred by the BOM structure (i.e., OM does not assume that an optional service sub-line is necessarily associated, from a service standpoint, with its BOM parent).  OM customization is therefore required in order to hook any service item up to its corresponding product item.  Many customers who configure service along with product have implemented such a customization.
    (Another gap in such a solution that may be relevant to you is that for an included optional service item requiring recurring billing, Order Management does not create the requisite Service Contract.  Customers have likewise developed customizations to address this, as well.)
    As this is not specifically a Configurator matter (you could have created your order without using Configurator at all, and you would have experienced the exact same behavior), please do not take my explanation as being either authoritative or comprehensive (I am a Configurator expert, and only knowledgeable enough about Order Management to be dangerous).  It would be advisable for you to seek more detailed information/recommendations from the Order Management forum.
    Eogan

  • SMLETS. Get related Business Services from a Configuration Item

    Hi
    I need som help or guidiance on how to create a PS query to list out all the related business services from a Configuration Item (Computer) using the Windows Computer Class
    Im using the following orchestrator activity today to get the related business services from the CI.
    Thx for all replys! :)

    Hi,
    you can use this script as an example:
    Import-Module smlets
    #Definde Input-Values
    [String]$Server = "SCSMSERVER"
    [String]$SCObjectGUID = "6555226c-5e77-ea85-b79f-05dc8843dcb0"
    #Get Computer-Object by SC Object GUID
    [System.Object]$Computer = Get-SCSMObject -Id $SCObjectGUID -ComputerName $Server
    #Get Relationship Class "Is Related to Configuration Item"
    [System.Object]$Relationship = Get-SCSMRelationshipClass -Name "System.ConfigItemRelatesToConfigItem" -ComputerName $Server
    #Get defined Relationships by target
    [System.Object[]]$RelatedBSs = Get-SCSMRelationshipObject -ByTarget $Computer -ComputerName $Server | where { $_.RelationshipId -eq $Relationship.Id }
    #Create Arrray for Orchestrator Published Data
    $BusinessServiceDisplayNames = @()
    foreach($RelatedBS in $RelatedBS)
        #Add DisplayName of Business Service to Output-Array
        $BusinessServiceDisplayNames += $RelatedBS.SourceObject.DisplayName
    $BusinessServiceDisplayNames

  • Ability to modify Account Assignment Category for Service Item Categories

    Dear experts,
    Our customer has a requirement to modify the account assignment category when the item category is set to "D" services on a PR and PO line item. This scenario is specific to indirect procurement scenarios in SAP ECC 6.0 MM.
    End users may potentially create a PR against a service item category with an incorrect account assignment category. These PRs are created using free form text. No service master exists in these scenarios. During the approval process or during PO creation, an approver or the buyer may need to correct the account assignment category. The account assignment category is "display" only and cannot be modified when the item category is set to "D". The user must delete the line item and create a new line item with the correct account assignment category. The copy function cannot be used because the account assignment copies from the existing line and cannot be modified.
    Any recommendations to this issue using standard SAP configuration solutions?
    Thanks,
    Jennifer

    Item Category to Account Assignment Category combination is already configured. For Service Item Category, we have three account assignment categories configured. All three categories are valid in different scenarios. Sometimes the user selects the incorrect account assignment category (out of the three available) depending on the business scenario. PT9F configuration is already set to Account Assignment category "optional". However, the account assignment category still cannot be modified on the PR when the item category is "D" service.
    Any other recommendations?

  • Enter the price for the service item

    Dear Experts,
    We are implementing SRM 7.0 and we have upgraded our system with Service pack 7.Created a limit SC and approved at all levels. After approving SC system created PO in SRM but did not replicate to backend ECC system. When I looked PO in edit PO mode and system throws an error message "Enter the price for the service item".
    Have any body faced this issue? If yes please guide me how to fix this issue or Suggest me any useful link or OSS messages.
    Thanks in advance.
    Thanks
    Umakanth

    Hello,
    I assume you are using a Product category configured for Extended Classic scenario.
    In this case a limit item in SC creates limit item in PO(in SRM). But when this PO is replicated to R/3, it always creates item with type 'D' for limit item in PO.
    Now with respect to error message you get, can you check if you have specified all LImits (Overall value, Expected value etc)?
    You can also try creating a PO directly in SRM with limit item (use same Product category as above) and see if it replicates.
    If you get the same error, please raise a OSS message for SAP.
    Thanks,
    Sushil

  • Purchase Order History not appearing for Purchase Order with service items

    A purchase order with a service item has been created.  A SES has been created and Miro transactions as well. When tcode ME2L is executed, the Purchase Order History field is blank. Any configuration missing or is there an applicable OSS note to fix  this?

    Hi,
    It is a coding error.
    Could you please check if you have applied the note 1049031 with the latest version 13?
    Regards,
    Edit

  • PR Price Adopted to PO for service item

    We are using idocs which uses BAPI_PO_CREATE1 to load the legacy PO's into ECC. Even though we supply the PO Price which is different than the PR Price for service item, the price is still adopted from PR which we don't want. I checked ML91 and there is a flag which is "Ignore Requisition Price in PO", but for online process, PR price must be adopted to PO for service item. Any Ideas if something can be done with configuration or any enhancements I have to look at.

    Hi,
    As you needed, use t.code OMET & define functional authorization, choose u201CAdopt PO Priceu201D and u201CRef. to Purchase Requisition" & save. Now in t.code SU01 assign your user ID with parameter ID EFB.& save. Now create PR & then create PO wrt PR, see the valuation price of PR will be taken to PO automatically.
    Regards,
    Biju K

  • PO service item - custom field value not copied to GR

    Hi All,
    I have a custom field in SC,PO and GR. For a sevice and limit items, the value in custom field in PO is not copied to GR. For goods, it is copied.
    When I debugged, I found that the system tries to match PO item internal number with that of backend item internal number. If this is matched, the custom field values are copied.
    But here it is not matched. What can be the possible reason. Is there any configuration for item internal numbers?
    I found a note 848797 for transfer. But exactly at the corrected code in note, program is failing.
    Have anyone faced this issue before?
    Thanks
    Nandalal

    Yes Disha, the notes are correctly implemented.
    I am confused on whether the internal number generated for the item is copied from some configured internal range, because when I enter two service items, the items shows backend internal numbers like 0000000010 and 0000000020 (increment by 10). But in SRM it is 0000000001 and 0000000002.
    When the code tries to match the respective numbers, it fails and skips the logic to copy custom fields.
    I dont have access to r/3 data.
    Please help.
    Have anyone tried to create a GR with service item and has custom field?
    Thanks
    Nandalal

  • Need backend error in SRM while entering Service item

    hi SRM guru ,
    I need backend error while entering Service item in SRM in PO .
    I have scenario where in I need backend errors from ERP while making entry Service items .
    I need some configuration or customization that will cause backend error againt Service items .
    I have tried many thing like introducing such UOM , Tax code in SRM which is not supported by ERP .
    I was expecting backend error for it but it does not happen like that .
    I need find out some action that can cause Backend error for Sure while making entry of SRM Service item .
    I kindly invite your ideas and inputs ...
    In genral need something on PO UI that can cause backend error for Service item ...
    i have this Scenario mainly in SRM 6.0 onwards systems...
    Thanks in Advance .
    Regards ,
    Parag Bhise

    Hi,
    What specifically are you attempting to do?
    Why any error when craeting service item.
    You could code the DOC_CHECK_BADI to make an RFC call the the backend to do what ever check is necessary.
    Regards,
    Matthew

  • NB type PO for inter company sales for a service item

    Hi,
    I need to create the above PO for a service item (which will not pass through the delivery process). But I do need the A/R and A/P in both the books as this is an inter company scenario. How can such a PO get invoiced directly w/o the delivery? The material is a service material (DIEN). What are the necessary configurations that need to be in place to complete this process?
    Thanks!

    Hi
    1. Define Business Area.
    Got to IMG-> Enterprise structure->Definition-> Financial accounting->Maintain Business Area.
    2. Assign Business Area
    IMG -> Enterprise Structure -> Assignment -> Sales & Distribution -> Business Area Account Assignment >  Assign Business Area to Plant and Division or Assign Business Area by Sales Area.
    [Business Area|http://www.sap-basis-abap.com/sapfi003.htm]
    [Business Area|http://www.sapstudymaterials.com/2007/12/mm-configuration-assign-business-area.html]
    Regards

  • SRM MDM Catalog -Service Item

    Hi guys,
    We got a standard SRM MDM catalog implementation with OCI configuration handling all the item mapping.
    I run into issues when I flag an item as a "Service Item" in MDM by using the default provided flag MDMSRM_SERVICE_ITEM.
    This flag, when set to the true value of X, passes an item to EBP as a Service item as it should.
    However, once this flag is set for an item and the corresponding OCI mapping is done, all other items (i.e. items that have the flag with a false value) in the MDM repository get transferred to EBP as Service items as well.
    So, in other words, once the the MDMSRM_SERVICE_ITEM is mapped in OCI, it flags all MDM items as Service items irrespective of the flag value.
    Any help is deeply appreciated.
    Thanks folks.

    Hi Anshuman,
    We had a same issue. Just you need to set the other value="FALSE".
    Open the MDM Console, select the SRM-MDM repository, Select the main table and navigate to the field Service Item. You will find this field is of type Boolean with True value = "X" and False value = " ". Set the False value = "FALSE" and Default value = FALSE.
    Now check whether the items present in Data Manager has FALSE for service item field by default and then run the scenario it should work fine.
    Kindly update us...
    Regards,
    Jitesh Talreja

  • Can a service material be configurable?

    I want to onfigure a service material and I want to define the characteristics of that particular service material in the case of a variant configuration.

    Hi Gaurav
    Creation of Master Data for Service Contract Items
    Use
    You store data on services and products which is essential for Sales and Distribution processing in material master records.
    Activities
    You can create material master records for service items in the usual way. For basic services, use the material type DIEN. To define more complex services, you can use configurable or pre-configured standard service products that have the material type KMAT.
    You can create a standard service product for which you define a variety of characteristics, such as:
    Response time for problem calls
    Level of hotline service
    Replacement parts coverage
    Each characteristic is assigned a range of possible values, which can be defined in one of the following ways:
    Entered manually during configuration in the service contract (as a configurable product)
    Defined as a predefined version of the standard product (as a configured product)
    Using a Standard Product - Configurable
    The following table illustrates some of the possible values for each characteristic:
    Standard Product: Copier_Service
    Response time for problem calls
    Level of telephone hotline service
    Replacement parts coverage
    2 hours
    5 days/week, 8 hours a day
    Type 1 - yes/no
    8 hours
    7 days/week, 8 hours a day
    Type 2 - yes/no
    24 hours
    7 days/week, 24 hours a day
    Type 3 - yes/no
    When you enter the standard configurable service product as an item in a service contract, the system automatically displays the configuration editor. You then enter values for the various characteristics in your standard service product.
    Using a Standard Product - Configured
    If you use a standard product and frequently assign the same values to the characteristics, you can create a standard product with predefined values. The following example shows three different predefined configurations for the standard service product Copier_Service:
    Configured Material (Standard Product Copier_Service Plus Predefined Values)
    Name of configured material
    Response time for problem calls
    Level of telephone hotline service
    Replacement parts coverage
    Enhanced service
    2 hours
    7 days/week, 24 hours a day
    Types 1-3 - yes
    Full service
    8 hours
    7 days/week, 12 hours a day
    Types 1, 2 - yes
    Economy service
    8 hours
    5 days/week, 8 hours a day
    Type 1 - yes
    When you enter the standard configured service product as an item in a service contract, the system automatically copies the predefined values into the contract. To display the values, you can select the configuration editor manually
    Reward if useful to u

  • Vendor evaluation - Quantity Score for Service Items

    Hi experts,
    Vendor Evaluation is active in our client system.
    There are both material and service vendors for score evaluation.
    One of the service vendors is having a Quantity Reliability (Delivery criteria) score of 100.
    Only services (item cat SERVICE) is procured from this vendor.
    The On-Time Delivery performance score is 0 (not calculated).
    Why is Quantity Reliability set to 100 if all material documents are related to service items?
    Anybody face such issue before?
    Plz provide your inputs..thanks!

    Hi.
    You need to configure Output type NAHN (Dunning).  Define condition records. Follow the same steps as you configure PO output type NEU.
    Make sure the 1st/2nd/3rd reminder days are maintained n PIR.
    These days are displayed in Delivery Tab of the PO.
    If the above output type is determined, then a standard SAP batch job automaticall ryns  ME9F to send reminders /expeditors to the vendor. You dont have to do any other config for this
    regards,
    Shashidar

Maybe you are looking for