Item Cetgory configuration

I have a small problem i.e., in Item Category Configuration the fields for Revenue recongintion & Delimit Start date  are already configured and are now grayed out. I am unable to change the option.
Could any one tell me from can we control these fields so that we can configure the fields as we want.

Hi,
The Revenue Recognition fields cannot be directly changed but it is possible... please follow the steps given below: (If you want to create the new item category with different Revenue Recognition data)
1) For creating New item category - Copy from the old item category.
2) Revenue recognition field are grayed out - go to revnue recognition assignment and search for the item category which is having similar data of revenue recognition as u want. copy this into new item category which you created.
3) But you will see that in new item category - the Transaction flow data will becomes blank - so now you assigned this transactional flow data manually.
So the actual Item category assignment which was copied from old one will remain same and the new item category will also have the revnue recognition fields as per requirement.
Others: please look this solution and give suggestions.
Regards,
Atul Sonavane

Similar Messages

  • ITEM DETAILS: CONFIGURATION  in sales order

    Dear  guru,
    In the sale order if we want to see the variant configuration details for a particular line item then after selecting the line item we press
    the ITEM DETAILS: CONFIGURATION icon. Once we press this icon then the system will take us to a display characteristic value screen where we
    can see the configuration details of that particular line item. But now in PRODUCTION SYSTEM we are not finding any value for a variant
    configuration material in the sale order display characteristic value screen, eventhough it is maintained in the material master MRP3 view.
    But in deveploment  client  it is showing correctly.
    Pl. suggest

    Get with the VC person and have them move all the model details to PRD

  • 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

  • Sales Order Item level Configuration data

    I need sales order item level configuration data. I use following function modules to get, But my issue some of configuration DON"T have value only description available. I needs configuration with values or without values ( menas all)
    But function modules not giving complete results.
    CE_I_GET_CONFIGURATION
    VC_I_GET_CONFIGURATION_IBASE
    VC_I_GET_CONFIGURATION
    CUD0_GET_VAL_FROM_INSTANCE
    Any info ?

    Tried could not find why the function moudle not considering entries don't have values
    But in sales order config  screen if i press page (list) its showing values that don't have values

  • Sales order item details configuration

    Hello All,
    I have a requirement to get the Sales order item details configuration programmatically in user exit in sales order create and change.
    In sales order change i am using function module "VC_I_GET_CONFIGURATION".
    Input for this function module is instance (VBAP-CUOBJ).
    I am getting the configuration here. But i am not able to get it in create mode (VA01).
    Can any one help me please.
    Thank You,

    Hi Harish,
    INOB table key is CUOBJ, At run time the VBAP-CUOBJ is not generated yet. Its value is now "999999999999990001".
    I guess once the order is created we will get an entry in INOB.
    Do you have any other way with which INOB entry can be selected ?
    Thank You.

  • ITEM DETAILS: CONFIGURATION icon

    In the sale order if we want to see the variant configuration details for a particular line item then after selecting the line item we press
    the ITEM DETAILS: CONFIGURATION icon. Once we press this icon then the system will take us to a display characteristic value screen where we
    can see the configuration details of that particular line item. But now in PRODUCTION SYSTEM we are not finding any value for a variant
    configuration material in the sale order display characteristic value screen, eventhough it is maintained in the material master MRP3 view.

    Hi,
    Have you Maintained Configuration Profile for the material which involves assignment of Class & inside Class you have to maintain Characteristics & their Values Properly.
    You need to create Configuration Profile in Tcode : CU41 for the material you want to create Variant Configuration in SO.
    You can see only values in SO VC screen when you have maintained Characters with their values in Configuration Profile properly.
    Pls. check the same and also provide more details of the settings you have maintained.So I can better suggest you other factors.
    Revert the same and if resolved reward points.
    Regards,
    Tejas
    Edited by: Tejas  Pujara on Jun 4, 2008 6:36 AM

  • Add items to sales order by "Item details: configuration".

    Hi Experts.
    I need to add item to sales order but not in normal way but like this:
    1. Mark higher level item
    2. Click: Item details configuration
    3. Click: Result
    4. Click: Insert
    5. choose material.
    Do you know any FM for this?

    Hi
    If you didn't get anything then why don't you try with creating a recording in SM35 and call that recording. We did somehow similar thing. We couldn't find any function module and my ABAPER asked me to create recording in SM35 and he converted that into some BAPI or may be he called directly that recording. If you are ABAPER then try this and if you are functional like me then talk to your ABAPER.
    Thank$

  • Not able to get the Repository Item for Configurable SKU

    I created a configurable sku and when i am trying to get the property of it I am getting an exception.
    I am using the following code:
    RepositoryItem repItem = productRepository.getItem("sku550018", "configurableSku");
    ChangeAwareList ancestorCat = (ChangeAwareList) repItem.getPropertyValue(ANCESTOR_CATEGORY);
    I am getting exception at the getPropertyValue line. Does anybody know how to resolved this?
    Exception trace from log:
    /atg/commerce/catalog/ProductCatalog     getPropertyValue(configurableSku:sku550018.type) -> "configurableSku" (cached with no transaction)
    /atg/commerce/catalog/ProductCatalog     dp# original query: type = "configurableSku" AND id = ?
    /atg/commerce/catalog/ProductCatalog     dp# generic query: ((type == configurableSku) AND (id EQUALS sku550018))
    /atg/commerce/catalog/ProductCatalog     dp# dispatch AndQuery: ((type == configurableSku) AND (id EQUALS sku550018))
    /atg/commerce/catalog/ProductCatalog     dp# dispatch ComparisonQuery: (type == configurableSku)
    /atg/commerce/catalog/ProductCatalog     dp# ComparisonQuery(type,configurableSku,4)atg.repository.dp.TranslationContext@18da42d
    /atg/commerce/catalog/ProductCatalog     dp# dispatch PatternMatchQuery: (id EQUALS sku550018)
    /atg/commerce/catalog/ProductCatalog     dp# returning original query
    Unexpected exception while enlisting XAConnection java.sql.SQLException: Transaction rolled back: Unknown reason
         at weblogic.jdbc.jta.DataSource.enlist(DataSource.java:1419)
         at weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1331)
         at weblogic.jdbc.jta.DataSource.getConnection(DataSource.java:426)
         at weblogic.jdbc.jta.DataSource.connect(DataSource.java:383)
         at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java:339)
         at atg.service.jdbc.SwitchingDataSource.getConnection(SwitchingDataSource.java:761)
         at atg.adapter.gsa.GSATransaction.getConnection(GSATransaction.java:725)
         at atg.adapter.gsa.GSAItemDescriptor.getConnection(GSAItemDescriptor.java:2364)
         at atg.adapter.gsa.GSAItemDescriptor.loadProperties(GSAItemDescriptor.java:5330)
         at atg.adapter.gsa.GSAItemDescriptor.loadProperty(GSAItemDescriptor.java:5456)
         at atg.adapter.gsa.GSAItem.getPersistentPropertyValue(GSAItem.java:1078)
         at atg.adapter.gsa.GSAItem.getPropertyValue(GSAItem.java:971)
         at atg.adapter.gsa.GSAItem.getPropertyValue(GSAItem.java:1249)
         at atg.repository.RepositoryItemImpl.getPropertyValue(RepositoryItemImpl.java:128)
         at vodafone.droplet.AnonymousPurchaseProdDroplet.service(AnonymousPurchaseProdDroplet.java:87)
         at atg.servlet.DynamoServlet.service(DynamoServlet.java:123)
         at atg.taglib.dspjsp.DropletTag.invokeServlet(DropletTag.java:349)

    Hi,
    This error:
    Unexpected exception while enlisting XAConnection java.sql.SQLException: Transaction rolled back: Unknown reason
    means the transaction has previously been marked for rollback.
    I suspect a call prior to:
    vodafone.droplet.AnonymousPurchaseProdDroplet.service(AnonymousPurchaseProdDroplet.java:87)
    has failed and marked the transaction for rollback (typically an exception from ATG GSA code would do this). To clarify:
    RepositoryItem repItem = productRepository.getItem("sku550018", "configurableSku");
    may not use a transaction if the item is already in cache, so the failure is likely before that.
    You should look at prior errors from this code and make sure you are logging all exceptions in this droplet, so the root cause is not "hidden". Also, it could be something earlier on the page or request as well if the code you gave is the first GSA code in the droplet.
    Thanks.
    Nick Glover
    Oracle Support for ATG Products

  • Not able to find final Item in configurator R 12

    Hi Guru's
    I have created Model class item as CAR, Option Class items as : Tyre and Brakes.
    Then finished Items as Rubber Tyres, Mac Tyres and Normal Brakes, Disc Brakes respectively for Tyres, Brakes.
    In the configurator screen not able to find Finished items (Rubber Tyres, Mac Tyres ,Normal Brakes, Disc Brakes)
    I am going through om and then click on configure for assembling.
    Please advice on this.
    Regards
    Sunny

    Hi Sandeep,
    Thanks for the information.
    Yes, added the Disc Brake and Normal Brake to the Brakes-OC BOM.
    In the Brakes-OC BOM, ensure that these items are listed as optional-
    Yes, this is done checked optional under om tab.
    Go to the master org ; open up the indented CAR BOM. Make sure the whole BOM shows up-Everything comes perfectly here.
    However still have the same problem gives the below error message in configurator screen.(Note this is in Vision instance R12)
    [Session Valid] The configuration currently is valid.
    [Session Incomplete]           Tyres is unsatisfied.
    [Session Incomplete]           Brakes is unsatisfied.
    Regards
    Sunny

  • Item category configuration for billing

    Hello Folks,
    I cannot find this configuration. Am I right to say that ITC configuration for billing does not exist specifically from a spro menu and its done in Sales Document item configuration screen .
    Also, please confirm that billing relevance is set only in sales document item configuration screen as well and no other place.
    regards
    Ravi

    Ravi,
    What you are saying is correct and this is the only place where you define the billing relevance of an item. Apart from this, there is no other place where you need to configure billing relevance of an item. You are correcti n your understanding.

  • Related Item and Configurator

    We intend to show related items and also the cutsomer cross references inside the configurator screen.Looks like out of box it is not supported
    anyone has acheived similar to this ?

    You can create CX extensions to get the data from external source and bind it to the UserStr property of the node and display it in the configurator screen. Or you can write onCommand CX which will open a new window and you can fetch/display custom data in it.
    HTH

  • Copy configuration to new item, Variant Configurator

    Hi,
    I would like to take the configuration from an existing line item and "publish" to a new CUOBJ, so that I can call CE_C_PROCESSING to do some changes before adding the new item to a sales order. Does anyone know the steps to do that? If I create a new instance 99...001 and put my configuration to it using CUCB_SET_CONFIGURATION or similar function, then when I call CE_C_PROCESSING it won't recognize my instance.
    Any input appreciated.
    Best regards,
    Henrik

    do you have correct permissions for this file? make sure that you have read+write permissions to it.
    I just tested it by giving a file exactly the same name and the script works correctly. what the script does is first set the view option for this file not to show the extension, then reads off the display name (which is the name without the extension if the extension is hidden), then creates a folder by that name and then moves the file. It would seem that the first step of hiding the extension didn't succeed which would produce an error you are seeing. this should not happen unless you do not have correct permissions for the file.
    Also, make sure that the file is not locked.
    Here is a slightly modified version which preserves the view option for the extensions. It's otherwise the same as the old version.
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px;
    color: #000000;
    background-color: #ADD8E6;
    overflow: auto;"
    title="this text can be pasted into the Script Editor">
    set the_folder to choose folder
    tell application "Finder"
    set flist to files of the_folder
    repeat with the_file in flist
    set x to extension hidden of the_file
    set extension hidden of the_file to true
    --this hides the extension so that only the filename is displayed, can be undone if necessary
    set fname to displayed name of the_file
    set cur_folder to make new folder at the_folder with properties {name:fname}
    move the_file to cur_folder
    set extension hidden of item 1 of cur_folder to x
    end repeat
    end tell</pre>
    Message was edited by: V.K.

  • UWL - Item Launch Configuration

    Hi Guys,
    I'm trying to add a URL iView for a WorkItem in my UWL instead of the predefined SAP transaction.
    To achieve this, I've referred the PDF "How to Configure the Universal Worklist (NW2004)" to change the Item Launch Action. But I'm facing couple of issues.
    1. I can't find Personalization using which I can see the Item Type of a Workflow Item in my UWL.
    2. I know the Task # of the Workflow Item task (which I found out from SWDD), I can't see the corresponding Action Definition for the same in the generated XML for UWL.
    Should I directly add a node for my Item in the XML or is there any other way? If yes, then in which configuration I should add this - in uwl.webflow or uwl.webflow.mysystem. How can I upload the modified XML and replace the existing one?
    Please share knowledge if anyone has done this before. Thanks in advance.
    Regards,
    -Vaibhav.
    PS: Helpful answers would be suitably rewarded

    Follow these instructions:
    SAP Business Workflow in UWL :
    Step1. open the role to which you want to attach this UWL iview.
    Step2.Choose Content Administration -> Portal Content -> Content Provided by SAP -> End User Content -> Standard Portal Users->Pages -> com.sap.km.pages folder.
    Step3. under com.sap.km.pages folder you can see UniversalWorklist page.
    Step4. Assign this page to the role you have already opened. Save and close.
    Step5. Create the SAP System(System Object) in the System Landscape.
    step6. Register the SAP System. 1. Navigate to System Administration -> System Configuration -> Knowledge Management -> Universal Worklist.
    step7.Select UWL Systems Configuration. You see a list of Universal Worklist Webflow Systems.
    i. Choose the New button.
    ii. In the dialog box that appears:
    iii In Name, enter the name of the system that is running Business Workflow.
    iv In System Alias, enter the system alias.
    v In Connector, select WebFlowConnector
    save ok.
    step8.Register Work Item Types
    step9.Choose System Administration -> System Configuration -> Universal Work List Administration page.
    Step10.Select Register Item Types for New Systems Only. your new system will be registered.
    Now logoff and logon. you can see the workflow activated.
    While registering work item types see that the user doing this is already created in the backend system.
    hope that helps...

  • Sales contract item category configuration

    Hi,
    What is the standard item category available in SAP CRM for sales contract.
    What is the significance of Transaction category in Item category. I have configured BUS2000135- CRM Quantity/Value contract item for a z item category. It doesn't allow to add a partner determination which is configured for BUS2000121 Sales contract.

    Hi
    I just checked an item category of type BUS2000135 and it contains a field for the partner procedure in the IMG.  Can you double check it? If the you can't find the field please add a screen shot  of the IMG  to your answer.
    Best regards - Christophe

  • Commerce item vs configurable commerce item

    Hi
    we are adding some item to cart as configurable commerce items
    what is difference between commerceItem and configurable commerce item in atg
    please give me clear picture on it

    refer -
    http://docs.oracle.com/cd/E26180_01/Platform.94/ATGCommProgGuide/html/s0903creatingcommerceitemsshippinggro01.html

Maybe you are looking for

  • Crystal Report parameter problem

    Dear experts, I created a crystal report to display a bill of material. To select the bill of material I created a paremeter ItemCode @SELECT * FROM OITM INNER JOIN OITT ON ItemCode = Code. Unfortunatly SAP shows ALL Items from The Item Master instea

  • ITunes Media on NAS: iTunes makes a terrible mess... tips?

    Hi all I have transferred my iTunes Media (folder) to a NAS (currently Synology DS212+), and I'm having repeated troubles in using those media from the iMac. iTunes simply makes a mess in the iTunes library, and in the files as well. If I let iTunes

  • Change output of abap logical database report

    Hello I have an abap report that is using a logical database to display some fields.My problem is that i have to change it and display more fields for output ,how can i control this? Thank you

  • Why can't Apple just turn up the **** fans?

    We all agree that the macbook pro is an incredibly toasty little computer. Not a laptop - a notebook.... When I run the CPU at full throttle my MBP gets cooler because the fans start. So, even though the CPU is running at 73C, the upper surface tempe

  • IDVD '08 Crashing

    Hi all, My iDVD seams to not want me to use it. every time i try to open a previously made project it wont open it and just stands there, open but with no window, and when i try to do anything it freezes. this also happens when i try to make a new pr