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      =

Similar Messages

  • Configuration data on sales order not update with idoc ORDERS05

    Hi All,
    I'm trying to post Inbound ORDERS05 to create a sales order with configuration data. In particular i'm using the messsage type ORDERS, process code J3AA (identification J_4A_IDOC_INPUT_ORDERS).
    On the IDOC tree, segments E1CUREF,E1CUCFG,E1CUINS,E1CUVAL are correctly valorized.
    It is creating the order but not updating the configuration data, can someone please let me know if there are other fields/Segments that need to be populated in order to get the config updated in the sales order ?
    Thanks
    Piergiorgio

    Hi ,
    I am facing similar issue ( Configuring data in orders idoc )
    Please give  your inputs if your successfully
    Thanks,
    Raghu..

  • Configuration data and clusters

    While coding in LV for product test rig applications there is this need to save configuration data to disk and retrieve it while running the test. A typical scenario to test product "AA" will be :
    1. There are 10 different variations of the basic product AA_1 to AA_10.
    2. Each variant has 40 odd parameters that can vary.
    3. User enters the values for these variants and will have to be saved on disk.
    4. When a particular model is tested, all 40 parameters for it have to be read from disk and used in the various tests.
    In such events the only option seems to be :
    (*) Collect all the user entered parameters into clusters. If there are totally 8 tests for each model, then have 8 clusters and bundle parameters pertaining to each test into that cluster.
    (*) Write the clusters to disk in a bit stream using "Write File.VI"
    (*) When running the test, retrieve the parameters from disk and load them into the relevant clusters back. Unbundle by name and use each of the parameters as required. And if the same parameter is required to be used in many functions in the same test, then assign it to a local variable (my beloved ;-)) and use it.
    I would like experienced LV professionals to comment on this method.
    Handling the clusters and wiring them for large data storing and retrieval calls for heavy wiring. Is there no way out ?
    Thanks
    Raghunathan
    Raghunathan
    LV2012 to Automate Hydraulic Test rigs.

    Hi Raghunathan,
    Since you have to deal with so many elements of data, it looks like clusters will be your best method. It will simplify your file I/O and will also help you keep the data organized. I'm not sure why you must write the data to disk, but if it is necessary, clusters will be helpful. It's true that there will be many wires when you bundle and unbundle those clusters, but that will happen no matter how you deal with large numbers of parameters. It will probably make your code more readable if you write subVIs to take the clusters as input, and then break apart the clusters within the subVIs.
    I hope this is helpful!
    Megan B.
    National Instruments

  • Process to migrate configuration data from one BW development system to other

    Hi SAP Gurus,
    We need to migrate configuration data from one BW system DE1 to DE2.. Both systems are SAP net weaver  7.3.
    DE1 is BW pre-production system and DE2 is BW DEV.
    No transactional  data required.
    Please share a document if available.
    Kindly, let me know the procedure for Remote Client copy or client export/import with steps.
    Also let me know the pre-requisite for these activities.
    Thanks,
    Avadhesh Sharma
    +91 8095226536

    Hi,
    Remote Client Copy (SCC9)
    Remote client copy is performed in rare situation. When the client copy is done
    between two different SAP systems, the copy is called remote client copy.
    Before remote client copy is performed, a RFC connection must be set between those
    systems using SM59.
    1. Check RFC connection is working fine between two systems you want to perform
    remote client copy using SM59
    2. create client in the target system you want to copy the client
    3. login to target client using user SAP* and password PASS
    4. execute tcode SCC9 and select the RFC for the source system
    5. select the profile you want to copy like SAP_ALL
    6. select source client number you want to copy
    7. Select source client master data , mostly it is the same client number
    8. Now click on schedule as background job.
    9. Leave the background server field blank.
    10. Click schedule.
    11. Select Immediate from next screen.
    12. Save the screen.
    13. Client copy is scheduled now as a background job and client copy process started.
    14. The progress can be monitored using tcode SCC3
    Client Export/Import
    A client transport consists of two steps:
    First a client export extracts client data from the source client
    to files at the operating system level. Then the data is imported
    from the operating system files into the target client.
    To perform a client export, follow these steps:
    1. Log on to the source client. From the SAP initial screen,
    choose transaction SCC8 (Client Export). Select the data to
    be copied using a profile.
    2. Indicate the target system to which the client will be copied.
    The target system must be defined in TMS as part of the
    transport domain.
    3. Begin the client export. Because copying is a lengthy
    process, use scheduled background processing.
    Do not run any other client copy tool before the
    data export is finished.
    This export process will generate up to three data files at the
    operating system level:
    • RO< number >: this file contains cross-client data
    • RT< number >: this file contains client-specific data
    • RX< number >: this file contains SAPscript texts
    Depending on the type of data selected through the client
    transport profile, the client copy command files added to the
    buffer of the target system are as follows:
    • <S-SID>KO<number>: this file is for cross-client data
    • <S-SID>KT<number>: this file is for client-specific data
    • <S-SID>KX<number>: this file is SAPscript texts
    The client export change requests are not imported when an
    Import all takes place. Therefore, you must import these requests into the target client
    using TMS. Choose one of the transport requests of the client transport in the Transport
    Management System (TMS). The other transport requests belonging to this client
    transport are then automatically added in the correct order.
    After the import process has completed, post-import activities are required for object
    generation steps. After completing the import, log on to the target client. From the SAP
    systems initial screen, choose transaction SCC7
    Regards,
    Chandu

  • 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

  • Regarding changing of configuration data of Sales Order/item

    Hi,
    I have taken configuration data of sales order/item from VC_I_GET_CONFIGURATION function module, i should change some of the data and save them back,
    Can any one provide the function module name to save the configuration data in SAP sytem,
    Thanks in advance,
    With regards,
    P.Prasanth.

    Try with Function module
    CE_C_PROCESSING.also you can use
    CE_I_SET_CONFIGURATION
    CUCB_CHANGE_CONFIGURATION
    CUD0_CONFIGURATION_TO_DB

  • Need to show data related to Process order request , BOM in a smart form

    Hi,
    I need to show data related to
    •     Process order request
    •     BoM
    Now in selection screen we are entering the followings.
    Manufacturing  Plant ,MRP Controller, Production scheduler, Order type , Order , Material, Sales order, WBS Element,Release,Scheduled start, Scheduled finish ,Selection profile.
    how to get 1> Process Order number,Produced Material,Material Description,Print date,Narcotics indicator , Quantity produced , Phase number , Phase description ,Resource description,Standard value  to show in a request form.
      2> Item category ,Component code,Component description , Component quantity ,Component Unit of measure ,BoM base quantity.
    Please help me how to get those values , what should be the aaproach , how to write the select quiry.
    Thanks

    Hi
    To get BOM details, do the following:
    1. Use the material number and goto Article to BOM link table (MAST) to get STLNR (BOM).
    2. With this STLNR, goto STPO table (where STLNR is the key field).  Here you will get all the BOM details like components (IDNRK), UoM (MEINS) etc....
    Hope this helps.
    THanks
    Vijay
    <b>PLZ REWARD POINTS IF HELPFUL</b>

  • Third-Party Order Processing delivery date

    Hello everybody
    I use Third-Party Order Processing for modeling the delivery by the vendor to the customer.
    The PR is automatically generated from the sales order. In the sales order, in the schedule lines tab, the system creates two lines :
    - 1 line with the date desirated by the customer with a quantity of 0 confirmed
    - 1 line with the date calculated with the delivery time (3 weeks) of the vendor master, with the total quantity
    When I saved the sale order, the PR generated has only one schedule line with the total quantity with the delivery date desired by the customer. Normally I should have the delivery date of the vendor (today + 3 weeks).
    Is it normal ? Do I miss some customizing?
    Thanks for your replies,
    NP

    Its normal.
    Delivery days will be honored based on PO delivery details.
    3 weeks buffer which you might be getting b'coz of
    - charateristics in Planned Deliv. Time or Baseline Lead Time maintained in Materials  MRP2 tab .
    - avalibility check control maintained
    Regards
    JP

  • 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

  • Need to retrieve Order Configuration data in Userexit.......

    I need to pull out order Configuration data while creating the order. I neead to check whether there are any orphand condition there on the order so basically i need to check the values of the table IBIN, IBINVALUES & IBSYMBOL at runtime while creating the Order......
    can anybody pls help me out.....

    Any body know how to pull the order configuration data in VA01 userexits ???

  • Inbound IDOC for sales orders not posting the configuration data

    Hi all,
    I am facing a problem in posting the inbound IDOC (message type ORDERS). The configuration data maintained in the parent segment E1CUCFG and in the segment E1CUVAL is not getting posted though i am passing the data in these segments which is 100% correct.
    Can any one solve this problem

    Hi Ravi,
    Please check the two segments are active. You can do that in BD53.
    In BD53 enter message type, and make the segments active.
    If segments are active, it appears in white colour.
    After this post the IDoc and check with segments.
    If its useful, award points pls..
    Regards,
    Bharadwaj

  • 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

  • Production Order Configuration  data

    Hi All..
    I need to display the Configuration data (Char Description and values) of Production Order into the smart form.
    (Path : CO03>Enter Prod Order No>Header->Configuration )
    Functional Consultant told me to use Function Module "CUCB_CHANGE_CONFIGURATION".
    But its giving RunTime Error.
    Presently, the configuration data is retrieved from Sales Order using Functional Module "VC_I_GET_CONFIGURATION"..
    Please help me out to fetch the data from this path into an internal table....
    (Path : CO03>Enter Prod Order No>Header->Configuration )
    Regards
    Pavan

    check this
    CO_OCC_DISPLAY_CONFIGURATION
    this FM used in that CO03 program itself.
    put a break-point over here then debug the system.This FM also using the same VC so i think u are not passing req.params
    check this Include program which has all Fms for Config.data.
    <b>LCEI0UXX</b>
    Regards
    Prabhu

  • Sales order configuration data to the IDoc

    Hi Experts,
    I need to make sure that always in the outbound IDoc (ORDERS05) the segment E1CUVAL contains VALUE_TXT element for every VALUE element.
    can you please tell where can I find the code that is in which user exit, to change it for checking E1CUVAL segment.
    the configuration values are coming from the Sales order.
    Thanks in advance.
    MK
    Edited by: mk.xi on May 2, 2008 10:48 AM

    Hi Advait,
    I think you can populate configuration data for inbound IDoc ORDERS05.
    In user exits of IDOC_INPUT_ORDERS, you can search table VBAP for given material (will be posted) and find <b>VBAP-CUOBJ</b> (not initial). Then call function module VC_I_GET_CONFIGURATION to find all available  configuration/characteristics data for above matarial.
    From here, you can populate segment E1CUREF, E1CUCFG and C1CUVAL.
    data: i_configuration like conf_out occurs 0 with header line.
    data: l_instance like inob-cuobj.
    clear: i_configuration.
    refresh: i_configuration.
    select single *
    from vbap
    if sy-subrc = 0.
      l_instance = vbap-cuobj.
    endif.
    call function 'VC_I_GET_CONFIGURATION'
      exporting
        instance            = l_instance
      tables
        configuration       = i_configuration
      exceptions
        instance_not_found  = 1
        internal_error      = 2
        no_class_allocation = 3
        instance_not_valid  = 4
        others              = 5.
    loop at i_configuration.
    endloop.
    Hope this will give you an idea.
    Regards,
    Ferry Lianto
    Note: Please award point for helpful answer.

Maybe you are looking for

  • Satellite Pro A200: How to create Dual boot; Vista & XP using Recovery CD

    I have just purchased a Satellite Pro A200 lap-top, which was supplied with Product Recovery disks for both Vista and XP. The Vista licence specifically also licences XP. Can I set up a dual boot so that I can boot to either Vista or XP ? If so, how?

  • How to convert alv list into excel file?

    Hi Experts,         i have created one report for Due Date Analysis. Now My output is displaying in ALV list. But I need to convert the data which in alv list into Excel File. then only i have to send the Excel File to the Customer Thro Email.      S

  • Exchange 2010 sp2 emc initialization error using "kerberos" authentication failed

    We use exchange 2010 SP2. We have 2 management stations, both w2k8 R2 SP1. I have one mangement station on which the emc and ems works ok. On the other management staiton (which is also in another ad site) the emc and ems don't work. I get the follow

  • Unable to view offline folios on ipad with Adobe Content Viewer

    I am suddenly unable to view offline folios on my iPad with Adobe Content Viewer. These are folios I was able to view 2 days ago. Updated InDesign, reinstalled the Content viewer, tested on 2 computers with 2 difffernt iPads and 2 different cables. I

  • Who is using APEX and DATGUARD environment

    Short question for discussion: Who uses apex in a dataguard environment for avaibility (failover) and perhaps scalability(snapshot standby)? Who is interested in creating such environment?