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

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

  • 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.

  • 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$

  • How to copy line item details in Service PO from service contract

    Hi Team,
    i am using service contract with account assignment U and when i am creating a PO with reference of contract then in PO at Item Overview is coming data ok, but at item details in services there is not picking data automatically from contract.
    whats wrong in my scenario.

    Hi,
    Please make sure that you follow the following steps:
    1. Enter the contract and item number in the PO item line
    2. Click on the u201CService Selu201D icon to select the required
    services from the contract
    3. In the Pop-up screen, enter the agreement number in the
    corresponding field.
    4. Now select the required services from the contract and
    use the u201CServicesu201D icon or  the F9 key. Now save the purchase
    order with the adopted lines
    Best Regards,
    Arminda Jack

  • 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

  • Va01 upload using call transaction,item details r overwrite ,how to solve

    hi experts
       i here attached the coding what i did,while page down item details r over overwrite, how to sole ,give me the suggestions
    INCLUDE BDCRECX1.
    PARAMETERS: DATASET(132) LOWER CASE.
    DATA: BEGIN OF RECORD_HEAD,
            VBELN(10),
    data element: AUART
            AUART(004),
    data element: VKORG
            VKORG(004),
    data element: VTWEG
            VTWEG(002),
    data element: SPART
            SPART(002),
    DATA ELEMENT: KUNAG
            KUNNR(010),
    data element: KUNWE
            KUNNR_007(010),
    data element: BSTKD
            BSTKD(035),
        END OF RECORD_HEAD.
    DATA: BEGIN OF RECORD_ITEM,
    data element: VBELN
            VBELN(10),
    data element: MATNR
            MABNR(018),
    data element: KWMENG
            KWMENG(019),
          END OF RECORD_ITEM.
    End generated data section ***
    DATA: IT_SO_HEAD LIKE TABLE OF RECORD_HEAD,
          IT_SO_ITEM LIKE TABLE OF RECORD_ITEM,
          FLAG.
    data: counter type num value '1'.
    START-OF-SELECTION.
      CALL FUNCTION 'GUI_UPLOAD'
        EXPORTING
          FILENAME            = 'C:\USERS\SANGEETHA\DESKTOP\SO_HEADER.TXT'
          FILETYPE            = 'ASC'
          HAS_FIELD_SEPARATOR = 'X'
        TABLES
          DATA_TAB            = IT_SO_HEAD.
      CALL FUNCTION 'GUI_UPLOAD'
        EXPORTING
          FILENAME            = 'C:\USERS\SANGEETHA\DESKTOP\SO_ITEM.txt'
          FILETYPE            = 'ASC'
          HAS_FIELD_SEPARATOR = 'X'
        TABLES
          DATA_TAB            = IT_SO_ITEM.
    LOOP AT IT_SO_HEAD INTO RECORD_HEAD.
        AT NEW VBELN.
          FLAG = 'X'.
        ENDAT.
        PERFORM BDC_DYNPRO      USING 'SAPMV45A' '0101'.
        PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                      'VBAK-AUART'.
        PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                      '/00'.
        PERFORM BDC_FIELD       USING 'VBAK-AUART'
                                      RECORD_HEAD-AUART.
        PERFORM BDC_FIELD       USING 'VBAK-VKORG'
                                      RECORD_HEAD-VKORG.
        PERFORM BDC_FIELD       USING 'VBAK-VTWEG'
                                      RECORD_HEAD-VTWEG.
        PERFORM BDC_FIELD       USING 'VBAK-SPART'
                                      RECORD_HEAD-SPART.
        PERFORM BDC_DYNPRO      USING 'SAPMV45A' '4001'.
        PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                      '/00'.           " Enter
        PERFORM BDC_FIELD       USING 'KUAGV-KUNNR'
                                      RECORD_HEAD-KUNNR.
        PERFORM BDC_FIELD       USING 'KUWEV-KUNNR'
                                      RECORD_HEAD-KUNNR_007.
        PERFORM BDC_FIELD       USING 'VBKD-BSTKD'
                                      RECORD_HEAD-BSTKD.
        PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                          'RV45A-MABNR(01)'.
        LOOP AT IT_SO_ITEM INTO RECORD_ITEM WHERE VBELN = RECORD_HEAD-VBELN.
          IF FLAG = 'X'.
            PERFORM BDC_FIELD       USING 'RV45A-MABNR(01)'
                                          RECORD_ITEM-MABNR.
            PERFORM BDC_FIELD       USING 'RV45A-KWMENG(01)'
                                          RECORD_ITEM-KWMENG.
           PERFORM BDC_DYNPRO      USING 'SAPMV45A' '4001'.
           PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                                 '=/00'.
            PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                         'RV45A-MABNR(02)'.
            CLEAR FLAG.
          ELSE.
            PERFORM BDC_FIELD       USING 'RV45A-MABNR(02)'
                                          RECORD_ITEM-MABNR.
            PERFORM BDC_FIELD       USING 'RV45A-KWMENG(02)'
                                          RECORD_ITEM-KWMENG.
            PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                          'RV45A-KWMENG(02)'.
            PERFORM BDC_DYNPRO      USING 'SAPMV45A' '4001'.
            PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                                  '=p++'.
            PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                          'RV45A-MABNR(02)'.
               ENDIF.
        ENDLOOP.
          PERFORM BDC_DYNPRO      USING 'SAPMV45A' '4001'.
          PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                        '=SICH'.
         data : l_option like ctu_params.
                 l_option-dismode = CTUMODE.
                 l_option-updmode = CUPDATE.
                 l_option-defsize = 'X'.
          CALL TRANSACTION 'VA01' USING BDCDATA
                                  options from l_option
                                  MESSAGES INTO MESSTAB.
          CLEAR: BDCDATA,BDCDATA[].
      ENDLOOP.

    John - Its best to use  BAPI_SALESDOCU_CREATEFROMDATA1.
    But if you are still going to do a BDC, Do not use the pagedown  for new line items. Use the "Create Item" icon in the bottom of the screen. This way you can add as many items as you want and the cursor will always be in the second row of the table control.
    Please check the code below: Always enter in the 2nd row even for the first item. It should work.
    LOOP AT IT_SO_ITEM INTO RECORD_ITEM WHERE VBELN = RECORD_HEAD-VBELN.
    PERFORM BDC_FIELD USING 'RV45A-MABNR(02)'
    RECORD_ITEM-MABNR.
    PERFORM BDC_FIELD USING 'RV45A-KWMENG(02)'
    RECORD_ITEM-KWMENG.
    PERFORM BDC_DYNPRO USING 'SAPMV45A' '4001'.
    PERFORM BDC_FIELD USING 'BDC_OKCODE'
    '=POAN'.
    ENDIF.
    ENDLOOP
    reward points if helpful

  • Purchase Order - Brazil Specifc Tab in Item Details

    Hello All,
    There is a special Tab ( in Item Details ) for Brazil in case of Purchase Orders.
    Now the user's requirement is such that the fields which are set ot mandatory earlier are to be made optional.
    Could anyone let me know the path for Brazil Specific customising.
    Regards
    Ramesh Ch

    Hi,
    In general, u201CBrazilu201D tab is not appear in the item details of Purchase order(ME21N). If it is there, it means that customization is done for PO to consider the taxes which are related to Brazil country to calculate Effective price & net price of a material in PO.
    In general, tax structure is changes from country to country.
    U have to do the configuration settings in SPRO for calculation of Price of a material.
    Path: SPRO-> Financial Accounting(New)-> Financial Accounting Global settings->
    Taxes on sales/purchases->Basic settings->Brazil
    I hope this info. Is useful for u.

  • Add an extra :Tab" on the Purchase Order's ITEM DETAIL level.

    Hi:
    Can anyone please tell me how I go about to add an additional "TAB" on the Item Detail level of a Purchase Order...??
    Thanks.
    W.

    It is not possible to add extra tab by configuration .you have to use user exit/BADI to get this .
    user exit :MM06E005 
    BADI : ME_PROCESS_PO_CUST
    consult with your abaper for developemnt

  • Display Vendor Name In PO Item Condition In Item Details

    Hi,
    Process is, if we have created to PO (ME21N) and given XX Vendor in Header and ZZ Vendor Code has maintained as per condition wise in line item wise in condition tab in item details but not shows ZZ Vendor Name.
    I want to display the Vendor Name in item details.
    Please tell me, How to display the vendor Name?
    If any User Exit or other option through.
    Devendra

    Thanks for Reply, as suggested by you, I have checked with ABAPer maybe this enhancement use for new tab in PO
    I need to display the vendor name at the space before the vendor and vendor code are shown.
    Me21n-->give item and its details>item conditions tab---->select particular condition type -
    >click on Conditional details icon. There at the end right hand side vendor field is present where we can give vendor code. Beside the vendor field i need to display that given vendor code related name. So that user won't make any mistakes in giving the vendor code
    Pl provides me the solution to do this. Which is the best way to bring vendor name in that screen?
    Devendra

  • Change of text in Item details screen

    Hello
    We have one requirement that,In ME21N screen there is In Item details(Ctrl+F7) Tab of PO there is One Tab is there "Customer data",
    User requirement is that, they want to change the Text of that Tab "Customer data" to "Customer Target"
    How to do that Plz can you give me the suggesation of that?
    Regards
    sapman man

    Hi,
    [Menu enahcements in Modification Assistant|http://help.sap.com/saphelp_nw70/helpdata/en/83/7a18cbde6e11d195460000e82de14a/content.htm]:
    Menu enhancements can also be made in the Modification Assistant. Menu entries, pushbuttons, icons, and so on, can be both added and deleted. All changes made to the standard are highlighted in color.
    Regards,
    Srilatha.

  • RERAIV LINE ITEM DETAILS

    Good afternoon Experts:
    We have been trying to configure RERAIV to include in its invoice printing the line item details like quantity, unit and price per unit but I cant seem to find these details. 
    The totals(and subtotals); gross amount, net amount etc are readily available and works well, we would really appreciate it if someone can help us display the line item details (unit, price per unit, quantity etc.)
    Thanks,
    Martin Dela Paz

    Hello,
    I don't think there is such config which will allow you to do so. Only thing allowed on invoices via standard process is summarization per contract per customer. To meet your requirement you can either make use to BADI for Rent Invoices BADI_RE_XC_RA_CH and implement for your use. I think best way to do this will be by copying and modifying the form RE_CN_120 which is used for generating invoices. beaware there are 2 forms one smartform and other PDF, You can always copy and modify the form to get desired results and include QTY, Material etc at item level.
    Let me know if you have further questions on this.
    Jag

  • Hiding plant field in SC item details

    Hi ,
    Please let me know how to  hide plant field in item details of SC through SPRO (not WebDynpro ) .
    Regards,
    Somesh

    Hi, You need to go further to the
    Configure Control for Fields of Substructures
    Then select
    Metadata for Fields of Substructures and Table-Like Enhancements
    And then create following entry.
    Regards
    Konstantin

  • How to show field at item detail level (purchase requisition layout)?

    Hi, gurus!
    We're trying to get field "processor" shown at item detail level (release strategy tab) when we create, modify or display
    a purchase requisition.
    We click on right button, select "Show" and get column name "Processor" in displayed columns and save layout as default,
    but that field is not visible when entering again transactions ME51N, ME52N or ME53N.
    Could anyone help us?
    Thanks in advance
    Regards,
    J Madariaga

    J,
    This field on the release strategy tab is linked to workflow.  You can maintain the "Processor" data by each release group and release code in the IMG menu path:  Materials Management -> Purchasing -> Purchase Requisition -> Release Procedure -> Set Up Procedure with Classification.'
    Here you enter a processor's entry under Workflow:
    Grp: Release group
    Code: Release code
    Plant: Plant
    Agent type: US is user
    Agent ID: UserID
    Once this is maintained, you return to the Release Codes section and enter a "1" by each Grp/Code where a workflow entry was created in table T16FW.  When you look at the release tab in the PR that has the same code as the one you created in the configuration, you will see the Workflow username (First and Last Name) in the "Processor" field.
    Hope this helps.

  • Analysis tab in item details of transaction WTY

    Hi All,
           We get pricing procedure details when we click on the analysis tab in the item details subscreen in WTY.We get the condition types and the associated movement of data.
    We have added a custom field to the communication strucuture KOMK,KONP,KOMG, and the same is present in the database table PVWTY. The same is present in the structure A997 also. If we see the technical details then the fields which are of concern to us are KOMK-(custom fieldname )  and A997-( custom fieldname ).But we are getting a warning symbol in the description part when we click on the condition type PRP4.
    I am not sure whether this is related to any missed out coding.I checked out that the routine 597 is assigned for the condition type PRP4.But the source code inside is the standard code and i am not sure how to include my custom field data here.Do i have to move this data through some exit or is this related to any configuration in SPRO...
    I am not able to figure out where and how i am supposed to move the data between the two structures as explained above. Hope that the above explanation gives an OK picture of what i need to achieve. Please help.
    thanks
    Nishanth

    Hi,
    You can try making the Date Field in Item Details  and Requisitioner as Mandatory if it serves your purpose for the situation - I .
    Please check the following :
    SPRO>IMG>MM>Purchasing>Purchase Requisition>
    Click on Define Screen Layout at Document Level
    Highlight the Document Type
    Go to Details and click on Deadline Monitoring
    Check the Date as Required Entry for Requisition, Delivery & Release Date.
    ( The user will need to Enter Release Date Manually)
    Similarly this can be maintained for RFQ and PO as well.
    This will give you the Tracking of the Processing Time with respective dates.
    Hope this helps,
    Best regards
    Amit Bakshi.

Maybe you are looking for

  • Problem with mySQL and Java

    I have a quite annoying problem.....! I use the getText() method to extract characters from a textfield pass them as a string and then using an INSERT store them in the database. When i am entering in the textfield something like the word - Java - ev

  • Unable to export certain files from a collection

    Hi, I made a collection from certain picks from 3 other collections. As the 3 other collections were a mixed bag of images I wanted to put together for one show. - the collection that I made, consisting of images from the other collections, will not

  • Action Pane in BPC Excel is not Coming

    Hi All I am facing a sudden issue in BPC 7.5 MS Version. I am not able to view the  Action Pane for  BPC Excel. But it was coming before. Also the Action Pane is coming for BPC WORD & BPC POWER POINT. I have chekced the option under e-tools > VIEW PL

  • Best way to do a full restore of an external disk?

    Time Machine has been backing up my OS X boot drive + an external FireWire HD. The external HD just died (i.e., OS X mounts it with a warning, DiskWarrior reports it can't update the directory due to a hardware failure). I'd like to restore to anothe

  • MS Word Attachment

    Hey Guys, Just wondering if anyone else has had this issue. If a word document is sent as an attachment to the iPhone with "track changes" turned on the iPhone does not distinguish the original text from the changes. The iPhone merges everything toge