Extracting variant configuration data

Hello,
I am supposed to extract variant configuration data from of SAP. 
I´ve looked at the data and tables for class type 300 (KLAH, KSSK, KSML, CAWN) and dependencies like (CUKB, CUKN, CUOB).
I´ve checked forum topics looked for useful BAPIs, but I still have the necessary knowledge for the task.
Does anyone have experience with such a task .
For example extracting configuration a profile data and dependencies?
Help and hints would be great!
Best Regards and Thank you,
Ray Scherer

Hi Prabhakar,
Check here...........
Implementing Variant Config (VC) as a characteristic in BW 3.5
Regards,
Vijay.

Similar Messages

  • Create a production order with variant configurator data

    Hello,
    Can anyone tell me the way to create a production order with variant configurator data. Is there a BAPI ? an IDOC ?
    Is there several steps ?
    I have to create an interface which creates automatically PP orders. The data input is a file.
    Thanks for your help

    Hi,
    There are fews BAPI's available for creation of Production Order. They are:
    BAPI_PRODORD_CREATE
    This bapi will suit to your requirement, as input will be provided from file.
    Others are
    BAPI_PRODORD_CREATE_FROM_PLORD " this converts planned order to production order
    BAPI_PRODORD_CREATE_FROM_REF      " this creats production order considering other production order as reference.
    Hope your query is answered.
    Regards,
    Brajvir

  • Save variant configuration data with BAPI or FM

    Hi experts,
    I created a PP production order by using a configured material.
    I can see internal object number in table AFPO-CUOBJ.
    I'd like to change and save a value of characteristics by using ABAP.
    Could you tell me it if there is a BAPI or FM to save values of characteristics in variant configuraion?
    BR,

    you can chnage the variant configuration data using below bapi with strcture    order_cfgs_value      =
    CALL FUNCTION 'BAPI_SALESORDER_CHANGE'
        EXPORTING
          salesdocument        
          order_header_in       =
          order_header_inx      =
           TABLES
          return                = return_lt
          order_item_in         =
          order_item_inx        =
          partners              =
          partnerchanges        =
          partneraddresses      =
          order_cfgs_ref        =
          order_cfgs_inst       =
          order_cfgs_part_of    =
          order_cfgs_value      =

  • Custom ATP Check using Variant Configuration Data in sales order

    I have a requirement to modify the standard SAP ATP check by including the variant configuration data entered on a item.  Standard SAP does not use/include the characteristics data when doing the ATP. None of the available user exits would allow me to do this.
    The scenario is the client has a configurable product that exist in inventory as one item, base unit as IN2.  The batches that exist in inventory have the characteristics of width and length.  The order data specifies a width and a length, they need the ATP to identify the availability based on the characteristics of the batch.
    The solution was to present the user with a list of batches based on the characteristics that meet the criteria.  The user would then have the option of choosing one of the batches which would mean that the line item would include the batch #.  If the user does not want any of the batches, they could choose to select a Make to Order option, which would change the item category of the item, so that it creates a production order upon saving the order.
    The problem I am having implementing this solution is I have not been able to identify the internal table(s) that contains the characteristics data in SAPMV45A after the configuration screen is called.  If anyone knows where that information is during the sales order processing, it would be greatly appreciated.

    Hello Jean,
    Have you managed to find a solution as yet? I know you have not received any replies but am hoping you were able to resolve the problem as we are facing the exact issue on our project.
    Please let me know,
    Thanks,
    Tanya

  • Variant Configuration Data download from R/3 to CRM

    Hello all
    It may be a very dumb question, but I would certainly appreciate an answer.
    We are currently using SAP R/3 4.6c and heavily use VC for configurable products and also for pricing.
    Now we wish to explore the possibility of using SAP CRM 5.0 to enable our sales force to use CRM PCUI to create quotes for configurable materials.
    My questions are as following:-
    1. Is it possible to download all VC related data into CRM from R/3 including pricing? I understand that for different VC object, I will have to use different CRM objects but is it possible? If the data transfer is possible, is it typically done by a middleware resource?
    2. I would also like to confirm that by creating a run time version and Kbase is pre requisite to enable the download to CRM.
    If you could please point me to the appropriate help on this topic, I would really appreciate it.
    Best regards
    Jai

    Hi Gun,
    In your message, You stated
    As recommended by SAP, if we have R/3 link into our CRM
    the best scenario is to get VC product from R/3 into CRM.
    Is there any documentation tjhat backs this up? could you give it to me
    we have  a situation in our company where we have been using a home grown product  that not only lets you configure product bu it also takes the user through a selling experience for example it asks the user if he is interested in buying any accessories for the product and provides options through pop messages and the user can select. this way it takes leads the user  through questionnaires that comes in pop ups to select a product
    we have crm service and ecc implemented and now we need to implement  this feature for the crm sales  piece
    the question is do we go for  PME  or variant config that is already set up in ECC ?
    the link and middle ware set up between ECC and CRM is also available so we can bring the variant configuration from ECC into crm.  but how about the questionnaires and the selling experience that is available  through pop up questionnaires,
    we can set up the selling experience via the Product modeler   but as a company we need to make a decision whether we bring the varinat configuration from ecc and use the selling experience  for the pop up questionnaires that leads customer
    or should we just use sales packages that behaves similarly like varinat configuration and add enahcnements to create the pop- up questionaires
    Could you direct /provide some guidance in this area?
    Sara

  • Using ALE to synchronize Variant Configuration data from Production to Dev

    SAP Gurus,
    We are trying to move away from opening our production environment every time with need to add new Variant configuration for products.
    In order to do so, we need to ensure that our development and staging systems are in line with production LO-VC data. We have been looking at a possible ALE solution but I would like to get other suggestions.
    Any thoughts you may have with regards to either pros and cons of ALE, or another solution we may have overlooked.  If your clients are transporting Variant Configuration to production, what method are they currently using to ensure data consistency between environments.
    Our landscape currently has two production environments for two separate business lines but both use LO-VC therefore we would like to standardize the process.
    Thanks and Regards,
    Kevin Webb
    SAP SD Senior Consultant

    Hi Webb,
    General its a complex process to transport VC but for system consistency you can:
    1. do the changes Manually in each system
    2. Use ALE idoc process to transport.
    But ALE transport generally used for fresh VC transport, if the VC already present in transporting system, it may cause inconsistency. Hence if you want to transport some changes then I can suggest you to do MANUALLY.
    But if you are transporting VC freshly in each system, go for ALE.
    try and revert

  • Variant Configuration data upload

    Hi Gurus
    In Variant configuration is there any standard method followed to upload the data like characteristics,class,object dependencies
    Please give me some detailed Data Uploading tips specific to Variant Configuration
    thanks
    K.Prabakaran

    Hi Prabakaran..,
    As per my knowledge it is not there. these are purly product specific.
    but you can transfer Chracteristics, class, dependencies, configuration profile, dependences, tables, table contents, material master, super bom from one client to another through ALE.
    regards.

  • How Variant Configuration data stored with Sales Order

    Hi,
    I have created Sales Order with Variant Material. I have entered different Characteristic for that materail. I want to make report for these characterisctics and its values, but I am not able to get how these data stored in the system against every sales order.
    Please guide me for tables relationships and if there is any Function module to achieve same thing.
    Regards
    Bhavin Shah

    Use FM VC_I_GET_CONFIGURATION to read the configuration. Input is field vbap-cuobj.
    Regards,
    John.

  • Creation of sales order with Variant configuration info

    Hi friends,
       I am creating sales order along with Variant configuration data. We have 3 level BOM structure.
    I am using BAPI_SALESORDER_CREATEFROMDAT2 and filling in ORDER_CFGS_REF, ORDER_CFGS_INST, ORDER_CFGS_PART_OF ORDER_CFGS_VALUE, ORDER_CFGS_REFINST
    tables exactly the same way BAPISDORDER_GETDETAILEDLIST FM returns.
    Sales order is being created with no variant configuration information.(Not in the header level atleast)
      Can any one help me on this.
    Thanks
    Seshagiri

    Updating Variant Configuration data for SO item became little tricky for us in an ongoing implementation. After spending some hours investigating the correct combination of data to pass, we were able to post the document correctly. As no detailed documentation is available online for this scenario, I hope this post will help community for similar requirements. J
    For updating Variant configuration (VC) data for Sales order item, we need to populate below tables of standard FM or BAPI (e.g. SD_SALESDOCUMENT_CREATE).
    Normally the standard FM or BAPI does not return any error messages in case configuration data is not updated successfully.
    ·         SALES_SCHEDULES_IN: The required date field should be populated with appropriate value (REQ_DATE).
    ·         SALES_ITEMS_IN: Field PO_ITM_NO should be populated with appropriate value.
    ·         SALES_CFGS_REF Table:
    1.       This table should have 1 record per item.
    2.       Combination of CONFIG_ID and ROOT_ID should be unique across line items.
    POSEX
    000010
    CONFIG_ID
    000001
    ROOT_ID
    00000001
    SCE
    1
    COMPLETE
    T
    CONSISTENT
    T
    CBASE_ID_TYPE
    G
    ·         SALES_CFGS_INST:
    1.       This table should have 1 record per item.
    2.       Combination of CONFIG_ID and INST_ID should be unique across line items.
    CONFIG_ID
    000001
    INST_ID
    00000001
    OBJ_TYPE
    MARA
    CLASS_TYPE
    300
    OBJ_KEY
    MATNR value
    QUANTITY
    Quantity value
    QUANTITY_UNIT
    Quantity Unit
    COMPLETE
    T
    CONSISTENT
    T
    OBJECT_GUID
    MATNR value
    PERSIST_ID_TYPE
    G
    ·         SALES_CFGS_VALUE:
    1.       Combination of CONFIG_ID and INST_ID should be unique across line items.
    2.       We can have multiple characteristics for a material. In that case appropriate records should be inserted in this table. Note that CONFIG_ID and INST_ID should be same for all the rows you insert in this table for multiple characteristics for a material.
    3.       The characteristic value should be in SAP internal format.
    CONFIG_ID
    000001
    INST_ID
    00000001
    CHARC
    Material characteristics
    VALUE
    Material characteristics value
    ·         SALES_CFGS_VK:
    1.       Combination of CONFIG_ID and INST_ID should be unique across line items.
    2.       We can have multiple characteristics for a material. In that case appropriate records should be inserted in this table. Note that CONFIG_ID and INST_ID should be same for all the rows you insert in this table for multiple characteristics for a material.
    CONFIG_ID
    000001
    INST_ID
    00000001
    VKEY
    Material characteristics

  • How Variant Configuraton data  from Sales Order stored in the database

    Hi,
    I understand that the "variant configuration" data (chosen values for each characteristics assigned to material) from a sales order is stored separately with reference of an object in SAP.
    Please let me know how SAP stores such data -source in the database tables.
    This is required to draw a report of these charateristics values for various sales orders (Transactional data).
    I also understand that there are function modules to retrieve this data, but the function modules are unable to retrieve data as accurately as the VA03 program.
    Thank you for your advice.
    Regards,
    Hemant

    Hi ,
    I do not know what a reference charactersitcs is,but there are all independant characeristics in terms of their values.
    A guess it is because the VC data is changed after the sales order is created, the updated VC data is displayed properly only in VA02 or VA03 but other function modules fail to display the updated VC data.
    I understand there is a relationship of instance -between sales order object and VC data object-which we need to update and then see the latest data.
    Please let me know if anyone has debgged VA03 to know how the standard SAP program retrieves VC data in a sales order.
    Thank you,
    Hemant

  • Save configuration data inside order processing

    Hi all,
    does anyone know how to save configuration data during the order processing but outside the configuration itself?
    Problem:
    - we cannot use the BAPI_CREATE_SALES_ORDER because we are inside the order processing which locks the order for the use of the BAPI.
    - we recieve information after the configuration is finished that has to be saved in the configuration, too. At this point we can no longer use the user-exits of the configuration.
    Do you have an idea whether there is a function module that could be used, or is there any sample coding out there?
    Any help apreachiated.
    Best regards.
    Norman

    you can chnage the variant configuration data using below bapi with strcture    order_cfgs_value      =
    CALL FUNCTION 'BAPI_SALESORDER_CHANGE'
        EXPORTING
          salesdocument        
          order_header_in       =
          order_header_inx      =
           TABLES
          return                = return_lt
          order_item_in         =
          order_item_inx        =
          partners              =
          partnerchanges        =
          partneraddresses      =
          order_cfgs_ref        =
          order_cfgs_inst       =
          order_cfgs_part_of    =
          order_cfgs_value      =

  • Populating Variant COnfiguration value in ORDERS05

    Hi,
    I'm going to create Sales Order using ORDERS05 IDoc Type.Data coming from Non-SAP system consists of Variant Configuration data.I mean those data we have to place at the Item Level variant configuration area.Can anybody please tell me  which segment I've to populate for the same? or if there is no segment for that then how we can achieve this........Is there any exit for the same?
    Thanks in advance,
    Sarbajit

    Hi Sarbajit,
    There is a segment need to fill the structures XE1CUREF or XE1CUCFG (IDOC).For this pass characteristic name and it is values.In va01 if you seen it will pass description and it is value.I did this before and created order and quotation.
    ORDER_CFGS_REG
        POSEX              000010
         CONFIG_ID          000001
        ROOT_ID            000001
    ORDER_CFGS_INST
        CONFIG              000001
        INST_ID            000001
        OBJ_TYPE            MARA
        CLASS              300
        OBJ_KEY             CONFIG-MATERIAL
    CONFIG_ID          000001
         INST_ID            000001
        CHARC              'TURRET'
        VALUE              1.
    pass in this way to three structures.These are mandatory to fill if you have any issues please post.
    Regards,
    Madhu.

  • BAPI for Creating Sales Order For Variant Configuration Materials

    Dear Gurus,
    Before posting this thread, we have referred many SDN threads, OSS notes and other sites for any sort of help..but no success..All threads and other referrals are not much of help as they are kind of incomplete( Perhaps, we are unable to understand them..no offense).
    Few checked threads on this subjects are:
    http://scn.sap.com/thread/34590
    http://scn.sap.com/thread/851070
    http://scn.sap.com/community/abap/blog/2014/04/23/update-vc-variant-configuration-data-using-standard-bapi-in-sales-order
    http://scn.sap.com/community/abap/blog/2014/07/15/creating-orders-with-variant-configured-items-using-bapisalesordercreatefromdat2
    http://scn.sap.com/community/abap/blog/2014/04/23/update-vc-variant-configuration-data-using-standard-bapi-in-sales-order
    http://scn.sap.com/thread/120144
    OSS: 549563
    Well, we're using the BAPI (BAPI_SALESORDER_CREATEFROMDAT2) which creates the sales order successfully but without the characteristic values in line items.
    We're passing data to the following parameters - ORDER_CFGS_REF, ORDER_CFGS_INST, ORDER_CFGS_VALUE to create the variant config but not able to see it getting created.
    Pls find attached BAPI coding document for your reference.
    If you could throw any light on this issue will be of great help for us.
    Thank You in Advance!!!
    Reg,
    Jagan-SD.

    Jagan nath
    Try below.
    you would need miimum of 3 segments to pass variant config data using this bapi
    ORDER_CFGS_REF for each configurable item
    POSEX = ITEM #
    CONFIG_id , root_id - Start with 1 and increment it for each configurable line item
    ORDER_CFGS_INST
    CONFIG_ID - from above
    INST_ID - Start with 1 and increment it for each configurable line item
    OBJ_TYPE = "MARA'
    CLASS_TYPE = '300'
    OBJ_KEY = material #
    ORDER_CFGS_VALUE
    CONFIG_ID for the item, INST_ID for the item
    charc for characteristic value
    VALUE for characteristic value
    Reference thread
    How to Fill Configuration Data in BAPI BAPI_SALESORDER_CREATEFROMDAT2
    Hope it will solve your issue.
    Thanks
    Ritesh

  • How do I extract the data of Variant configuration into internal tables

    Hi Experts,
    How can I extract the data of variant configuration into an internal tables while preparing the report.
    Thanks,
    bsv.

    Hi i´m not a "Expert.." but may I can help you:
    CUCB_GET_VALUES_FROM_INSTANCE
    Example:
    Instance =  MARA-CUOBF  or
    Instance = lips-cuobj
    Result is the data of the Variant tables.
    I need that for a simple report to evaluate customer & and his Variants......
    Robert

  • Migration of Variant Configuration Master Data

    Hi,
    Could you please guide what is the best method for  Migration of Variant Configuration Master Data from SAP to SAP and from Legacy to SAP.
    1.     Send Object Dependencies
    2.     Send Characteristics
    3.     Send Variant Functions
    4.     Send Variant Table Structure
    5.     Send Object Dependencies again
    6.     Send Classes.
    Best Regards,
    Komal

    Hi,
    So i have configured the system accordingly with the OSS Notes 954816 and  956054. This should allow that knew created master data customers could be replicated in the FDSCM-COL to the business partners.
    I'm know trying to use the MDS_LOAD_COCKPIT to migrate the old customers master data but the system seems to not create any data.
    Does this transaction needs to have any other configuration more our to activate any BAPI ?
    PS: I tried to activate the FDM_PARTNER_MAP_COLL bapi but the system did not allowed stating the message ENHANCEMENT194.
    Best Regards,
    Bruno Sousa

Maybe you are looking for

  • Installation of developer suit 10g on windows 7 64-bit

    Dear all, I have successfully installed oracle 10g and developer suit 10g in my lappy which runs on windows 7 64-bit, I am able to launch form builder, create a new form and compile it. But when I runs the form the the internet explorer 8 crashes. Pl

  • How to move the data of a table from sqlplus to XML file

    Hi, Could you pls guide me how to move the data of a table from sqlplus to XML file. i want to do it from sqlplus rather than toad.pls help Thanks

  • QUadcore Mac pro kernel panic.

    I have a Mac Pro tower. Quad core. 8Gb RAM. Have Leopard installed. Get a kernel panic on startup. Tried checking RAM, HD problems, rest PRAM, startup using x, or option or spacebar......nothing. Always get kernel panic immediately. Cannot boot up wi

  • Panel Tabbed with regions

    Hi I have Panel Tabbed with two items inside - both contains regions inside (static - not dynamic).         <af:panelTabbed id="pt1" partialTriggers="t1">           <af:showDetailItem text="Item 1" id="s1">             <af:region value="#{bindings.em

  • Connection failures between iMac and Macbook Pro

    I'm experiencing frequent connection failures over my wi-fi network between my iMac and Macbook Pro on an otherwise strong, stable network. I can connect both of my computers to the Airport Time Capsule that I use as my wireless router without a prob