<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: BAPI_SALESORDER_CREATEFROMDAT2 configure error information in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-configure-error-information/m-p/1076261#M96388</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all refer to SAP Note 774346 - Composite SAP Note Configuration. Here you can find note links to rules for populating configuration structures for BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, as you've mentioned you proceed as BAPISDORDER_GETDETAILEDLIST returuns configuration structures. That's right, but here you have to check that SAP Note 821191 is implemented in your system - otherwise BAPISDORDER_GETDETAILEDLIST returns incorrect results in some cases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I can see from your source you missed some structures.&lt;/P&gt;&lt;P&gt;Generally you have to provide:&lt;/P&gt;&lt;P&gt;ORDER_ITEMS_IN&lt;/P&gt;&lt;P&gt;ORDER_SCHEDULES_IN&lt;/P&gt;&lt;P&gt;ORDER_CFGS_REF&lt;/P&gt;&lt;P&gt;ORDER_CFGS_REFINST&lt;/P&gt;&lt;P&gt;ORDER_CFGS_INST&lt;/P&gt;&lt;P&gt;ORDER_CFGS_VALUE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and ORDER_CFGS_PART_OF if you have configuration with multilevel BOM explosion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Corresponding links between structures are described in notes mentioned above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And finally you can use transaction CUTRC which is described in SAP Note 800863 for tracing internal errors in variant configuration through BAPI (if this is your case).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Maxim.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Nov 2005 02:24:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-11-03T02:24:21Z</dc:date>
    <item>
      <title>BAPI_SALESORDER_CREATEFROMDAT2 configure error information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-configure-error-information/m-p/1076257#M96384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi every body:&lt;/P&gt;&lt;P&gt; I use BAPI_SALESORDER_CREATEFROMDAT2 to creat a SO ,when i need to configure it's item, the thing come out&lt;/P&gt;&lt;P&gt;"S V4                   233&lt;/P&gt;&lt;P&gt;SALES_HEADER_IN has been processed successfully&lt;/P&gt;&lt;P&gt;A CU                   013&lt;/P&gt;&lt;P&gt;Internal error: 10, 000010, NOT_ALL_INPUT_DATA_PROCESSED,&lt;/P&gt;&lt;P&gt;E V1                   331&lt;/P&gt;&lt;P&gt;Item 000010  does not exist"&lt;/P&gt;&lt;P&gt;I don't know the reason,&lt;/P&gt;&lt;P&gt;I Have used 'va01' to creat one so and used &lt;/P&gt;&lt;P&gt;"BAPISDORDER_GETDETAILEDLIST" get the corresponding configure parameters,&lt;/P&gt;&lt;P&gt;I don't know the reasn now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2005 16:08:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-configure-error-information/m-p/1076257#M96384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-02T16:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2 configure error information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-configure-error-information/m-p/1076258#M96385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Leibnitz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure that you have put ITEM  10 into others tables ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgd&lt;/P&gt;&lt;P&gt;Frédéric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2005 16:12:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-configure-error-information/m-p/1076258#M96385</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2005-11-02T16:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2 configure error information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-configure-error-information/m-p/1076259#M96386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, i post my main code ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; DEFINE fill_upd.&lt;/P&gt;&lt;P&gt;    if &amp;amp;1 ne space.&lt;/P&gt;&lt;P&gt;      &amp;amp;2 = 'X'.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;  END-OF-DEFINITION.&lt;/P&gt;&lt;P&gt;  DEFINE convert_matnr.&lt;/P&gt;&lt;P&gt;    call function 'CONVERSION_EXIT_MATN1_INPUT'&lt;/P&gt;&lt;P&gt;         exporting&lt;/P&gt;&lt;P&gt;              input        = &amp;amp;1&lt;/P&gt;&lt;P&gt;         importing&lt;/P&gt;&lt;P&gt;              output       = &amp;amp;1&lt;/P&gt;&lt;P&gt;         exceptions&lt;/P&gt;&lt;P&gt;              length_error = 1&lt;/P&gt;&lt;P&gt;              others       = 2.&lt;/P&gt;&lt;P&gt;    if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;      message e398 with 'transfer error'.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;  END-OF-DEFINITION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;the header&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  wa_order_header_in-doc_type = doc_type.&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'CONVERSION_EXIT_AUART_INPUT'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            input  = wa_order_header_in-doc_type&lt;/P&gt;&lt;P&gt;       IMPORTING&lt;/P&gt;&lt;P&gt;            output = wa_order_header_in-doc_type.&lt;/P&gt;&lt;P&gt;  fill_upd wa_order_header_in-doc_type   wa_order_header_inx-doc_type.&lt;/P&gt;&lt;P&gt;  wa_order_header_in-sales_org = sales_or.&lt;/P&gt;&lt;P&gt;  fill_upd wa_order_header_in-sales_org  wa_order_header_inx-sales_org.&lt;/P&gt;&lt;P&gt;  wa_order_header_in-distr_chan = distr_ch.&lt;/P&gt;&lt;P&gt;  fill_upd wa_order_header_in-distr_chan wa_order_header_inx-distr_chan.&lt;/P&gt;&lt;P&gt;  wa_order_header_in-division = division.&lt;/P&gt;&lt;P&gt;  fill_upd wa_order_header_in-division   wa_order_header_inx-division.&lt;/P&gt;&lt;P&gt;  wa_order_header_in-req_date_h = sy-datum.&lt;/P&gt;&lt;P&gt;  fill_upd wa_order_header_in-req_date_h wa_order_header_inx-req_date_h.&lt;/P&gt;&lt;P&gt;  wa_order_header_in-date_type = '1'.&lt;/P&gt;&lt;P&gt;  fill_upd wa_order_header_in-date_type  wa_order_header_inx-date_type.&lt;/P&gt;&lt;P&gt;  wa_order_header_in-purch_no_c = '1234567'.&lt;/P&gt;&lt;P&gt;  fill_upd wa_order_header_in-purch_no_c wa_order_header_inx-purch_no_c.&lt;/P&gt;&lt;P&gt;  wa_order_header_in-ord_reason = ord_reas.&lt;/P&gt;&lt;P&gt;  fill_upd wa_order_header_in-ord_reason wa_order_header_inx-ord_reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;the item&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  wa_order_items_in-material = material.&lt;/P&gt;&lt;P&gt;  convert_matnr wa_order_items_in-material.&lt;/P&gt;&lt;P&gt;  fill_upd wa_order_items_in-material   wa_order_items_inx-material.&lt;/P&gt;&lt;P&gt;  wa_order_items_in-short_text = maktx.&lt;/P&gt;&lt;P&gt;  fill_upd wa_order_items_in-short_text wa_order_items_inx-short_text.&lt;/P&gt;&lt;P&gt;  wa_order_items_in-target_qty = '2'.&lt;/P&gt;&lt;P&gt;  fill_upd wa_order_items_in-target_qty wa_order_items_inx-target_qty.&lt;/P&gt;&lt;P&gt;  wa_order_items_in-target_qu = target_q.    "&lt;/P&gt;&lt;P&gt;  fill_upd wa_order_items_in-target_qu wa_order_items_inx-target_qu.&lt;/P&gt;&lt;P&gt;  wa_order_items_in-po_itm_no = '000010'.&lt;/P&gt;&lt;P&gt;  fill_upd wa_order_items_in-po_itm_no wa_order_items_inx-po_itm_no.&lt;/P&gt;&lt;P&gt;  wa_order_items_in-target_qty = '1'.&lt;/P&gt;&lt;P&gt;  APPEND wa_order_items_in TO i_order_items_in.&lt;/P&gt;&lt;P&gt;  APPEND wa_order_items_inx TO i_order_items_inx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  wa_order_partners-partn_role = 'AG'.&lt;/P&gt;&lt;P&gt;  wa_order_partners-partn_numb = sp.&lt;/P&gt;&lt;P&gt;  APPEND wa_order_partners TO i_order_partners.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  wa_order_partners-partn_role = 'WE'.&lt;/P&gt;&lt;P&gt;  wa_order_partners-partn_numb = sh.&lt;/P&gt;&lt;P&gt;  APPEND wa_order_partners TO i_order_partners.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  wa_order_schedules_in-itm_number = 10.&lt;/P&gt;&lt;P&gt;  wa_order_schedules_inx-itm_number = 10.&lt;/P&gt;&lt;P&gt;  wa_order_schedules_in-req_date = sy-datum.&lt;/P&gt;&lt;P&gt;  fill_upd wa_order_schedules_in-req_date&lt;/P&gt;&lt;P&gt;           wa_order_schedules_inx-req_date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  wa_order_schedules_in-req_qty = '2'.&lt;/P&gt;&lt;P&gt;  fill_upd wa_order_schedules_in-req_qty&lt;/P&gt;&lt;P&gt;           wa_order_schedules_inx-req_qty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  APPEND wa_order_schedules_inx TO i_order_schedules_inx.&lt;/P&gt;&lt;P&gt;  APPEND wa_order_schedules_in TO i_order_schedules_in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  wa_order_conditions_in-itm_number  = 10.&lt;/P&gt;&lt;P&gt;  wa_order_conditions_inx-itm_number = 10.&lt;/P&gt;&lt;P&gt;  wa_order_conditions_in-cond_type   = cond_ty.&lt;/P&gt;&lt;P&gt;  wa_order_conditions_inx-cond_type  = cond_ty.&lt;/P&gt;&lt;P&gt;  wa_order_conditions_in-applicatio  = 'V'.  "Application&lt;/P&gt;&lt;P&gt;  wa_order_conditions_in-condorigin  = 'C'.  "Condit.origin&lt;/P&gt;&lt;P&gt;  wa_order_conditions_in-condclass   = 'B'.  "Condition class&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Calculation type for condition&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  wa_order_conditions_in-calctypcon  = 'C'.&lt;/P&gt;&lt;P&gt;*Condition control  Changed manually&lt;/P&gt;&lt;P&gt;  wa_order_conditions_in-condcntrl   = 'C'.&lt;/P&gt;&lt;P&gt;  wa_order_conditions_in-condchaman  = 'X'.  "Changed manual&lt;/P&gt;&lt;P&gt;  wa_order_conditions_in-cond_value  = cond_v.&lt;/P&gt;&lt;P&gt;  fill_upd wa_order_conditions_in-cond_value&lt;/P&gt;&lt;P&gt;           wa_order_conditions_inx-cond_value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  wa_order_conditions_in-currency    = currency.&lt;/P&gt;&lt;P&gt;  fill_upd wa_order_conditions_in-currency&lt;/P&gt;&lt;P&gt;           wa_order_conditions_inx-currency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  wa_order_conditions_in-cond_p_unt  = '1'.&lt;/P&gt;&lt;P&gt;  fill_upd wa_order_conditions_in-cond_p_unt&lt;/P&gt;&lt;P&gt;           wa_order_conditions_inx-cond_p_unt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  wa_order_conditions_in-cond_unit   = target_q.&lt;/P&gt;&lt;P&gt;  fill_upd wa_order_conditions_in-cond_unit&lt;/P&gt;&lt;P&gt;wa_order_conditions_inx-cond_unit.&lt;/P&gt;&lt;P&gt;*for later ersion&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; WA_ORDER_CONDITIONS_IN-ACCOUNTKEY = 'ERL'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  wa_order_conditions_inx-updateflag = 'U'.&lt;/P&gt;&lt;P&gt;  APPEND wa_order_conditions_inx TO i_order_conditions_inx.&lt;/P&gt;&lt;P&gt;  APPEND wa_order_conditions_in TO i_order_conditions_in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; WA_ORDER_CFGS_REF-POSEX     = WA_ORDER_ITEMS_IN-PO_ITM_NO.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  wa_order_cfgs_ref-posex     = '000010'.&lt;/P&gt;&lt;P&gt;  wa_order_cfgs_ref-config_id = '000001'.&lt;/P&gt;&lt;P&gt;  wa_order_cfgs_ref-root_id   = '00000001'.&lt;/P&gt;&lt;P&gt;  APPEND wa_order_cfgs_ref TO i_order_cfgs_ref.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  wa_order_cfgs_inst-config_id   = '000001'.&lt;/P&gt;&lt;P&gt;  wa_order_cfgs_inst-inst_id     = '00000001'.&lt;/P&gt;&lt;P&gt;  wa_order_cfgs_inst-obj_type    = 'MARA'.&lt;/P&gt;&lt;P&gt;  wa_order_cfgs_inst-class_type  = '300'.&lt;/P&gt;&lt;P&gt;  wa_order_cfgs_inst-obj_key     = material.&lt;/P&gt;&lt;P&gt;  APPEND wa_order_cfgs_inst TO i_order_cfgs_inst.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; wa_order_cfgs_part_of-config_id   = '000001'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; wa_order_cfgs_part_of-parent_id   = '000001'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; wa_order_cfgs_part_of-inst_id     = '000001'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; wa_order_cfgs_part_of-part_of_no  = '000001'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; APPEND wa_order_cfgs_part_of TO i_order_cfgs_part_of.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;  wa_order_cfgs_value-config_id   = '000001'.&lt;/P&gt;&lt;P&gt;  wa_order_cfgs_value-inst_id     = '00000001'.&lt;/P&gt;&lt;P&gt;  wa_order_cfgs_value-charc       = 'Z_DEMO_BP'.&lt;/P&gt;&lt;P&gt;  wa_order_cfgs_value-value       = '01'.&lt;/P&gt;&lt;P&gt;  APPEND wa_order_cfgs_value TO i_order_cfgs_value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; wa_order_cfgs_value-config_id   = '000001'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; wa_order_cfgs_value-inst_id     = '00000001'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; wa_order_cfgs_value-charc       = 'Z_DEMO_CBR'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; wa_order_cfgs_value-value       = '2005.11.03'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; APPEND wa_order_cfgs_value TO i_order_cfgs_value.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  wa_order_cfgs_value-config_id   = '000001'.&lt;/P&gt;&lt;P&gt;  wa_order_cfgs_value-inst_id     = '00000001'.&lt;/P&gt;&lt;P&gt;  wa_order_cfgs_value-charc       = 'Z_DEMO_DL'.&lt;/P&gt;&lt;P&gt;  wa_order_cfgs_value-value       = '02'.&lt;/P&gt;&lt;P&gt;  APPEND wa_order_cfgs_value TO i_order_cfgs_value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  wa_order_cfgs_value-config_id   = '000001'.&lt;/P&gt;&lt;P&gt;  wa_order_cfgs_value-inst_id     = '00000001'.&lt;/P&gt;&lt;P&gt;  wa_order_cfgs_value-charc       = 'Z_DEMO_DY'.&lt;/P&gt;&lt;P&gt;  wa_order_cfgs_value-value       = '01'.&lt;/P&gt;&lt;P&gt;  APPEND wa_order_cfgs_value TO i_order_cfgs_value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2005 16:32:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-configure-error-information/m-p/1076259#M96386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-02T16:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2 configure error information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-configure-error-information/m-p/1076260#M96387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my version IS 4.6c &lt;/P&gt;&lt;P&gt;anyone know the reason ,system's bug or my program's problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2005 00:39:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-configure-error-information/m-p/1076260#M96387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-03T00:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2 configure error information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-configure-error-information/m-p/1076261#M96388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all refer to SAP Note 774346 - Composite SAP Note Configuration. Here you can find note links to rules for populating configuration structures for BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, as you've mentioned you proceed as BAPISDORDER_GETDETAILEDLIST returuns configuration structures. That's right, but here you have to check that SAP Note 821191 is implemented in your system - otherwise BAPISDORDER_GETDETAILEDLIST returns incorrect results in some cases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I can see from your source you missed some structures.&lt;/P&gt;&lt;P&gt;Generally you have to provide:&lt;/P&gt;&lt;P&gt;ORDER_ITEMS_IN&lt;/P&gt;&lt;P&gt;ORDER_SCHEDULES_IN&lt;/P&gt;&lt;P&gt;ORDER_CFGS_REF&lt;/P&gt;&lt;P&gt;ORDER_CFGS_REFINST&lt;/P&gt;&lt;P&gt;ORDER_CFGS_INST&lt;/P&gt;&lt;P&gt;ORDER_CFGS_VALUE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and ORDER_CFGS_PART_OF if you have configuration with multilevel BOM explosion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Corresponding links between structures are described in notes mentioned above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And finally you can use transaction CUTRC which is described in SAP Note 800863 for tracing internal errors in variant configuration through BAPI (if this is your case).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Maxim.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2005 02:24:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-configure-error-information/m-p/1076261#M96388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-03T02:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2 configure error information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-configure-error-information/m-p/1076262#M96389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; thanks all of you I have resolved my problem.&lt;/P&gt;&lt;P&gt; the reason is i did not fill the configure parameter wholly, I try to use BAPISDORDER_GETDETAILEDLIST and get it's wholly configure table&lt;/P&gt;&lt;P&gt;            order_cfgs_curefs_out = lt_curefs&lt;/P&gt;&lt;P&gt;            order_cfgs_cucfgs_out = lt_cucfgs&lt;/P&gt;&lt;P&gt;            order_cfgs_cuins_out  = lt_cuins&lt;/P&gt;&lt;P&gt;            order_cfgs_cuprts_out = lt_cuprts&lt;/P&gt;&lt;P&gt;            order_cfgs_cuvals_out = lt_cuvals&lt;/P&gt;&lt;P&gt;then  use move-corresponding to the structure of &lt;/P&gt;&lt;P&gt;BAPI_SALESORDER_CREATEFROMDAT2&lt;/P&gt;&lt;P&gt;then it ran well!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2005 13:10:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-configure-error-information/m-p/1076262#M96389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-03T13:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2 configure error information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-configure-error-information/m-p/1076263#M96390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now occurs a new things  It can not be used as RFC in nonew sap system just like IBM Lotous Notes &lt;/P&gt;&lt;P&gt;that is to say ,in none sapsystem, configuration can not be generate for a salesorder.but it runs well in sap use this function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2005 11:32:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-configure-error-information/m-p/1076263#M96390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-30T11:32:43Z</dc:date>
    </item>
  </channel>
</rss>

