<?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 BAPI for variant configuration in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-variant-configuration/m-p/3851471#M925864</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a BAPI which loads Variant configuration information in sales order. I beleive BAPI_SALESORDER_CREATEFROMDAT2 can be used for this purpose, but I need help in finding the required structures and the fields that need to be used for this purpose. Can any one provide me the information ASAP? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Asha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 May 2008 17:25:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-21T17:25:24Z</dc:date>
    <item>
      <title>BAPI for variant configuration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-variant-configuration/m-p/3851471#M925864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a BAPI which loads Variant configuration information in sales order. I beleive BAPI_SALESORDER_CREATEFROMDAT2 can be used for this purpose, but I need help in finding the required structures and the fields that need to be used for this purpose. Can any one provide me the information ASAP? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Asha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 17:25:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-variant-configuration/m-p/3851471#M925864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T17:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for variant configuration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-variant-configuration/m-p/3851472#M925865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please use FM BAPISDORDER_GETDETAILEDLIST to understand what structures need to be filled for VC. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ls_view-header     = 'X'.&lt;/P&gt;&lt;P&gt;  ls_view-item       = 'X'.&lt;/P&gt;&lt;P&gt;  ls_view-sdschedule = 'X'.&lt;/P&gt;&lt;P&gt;  ls_view-configure  = 'X'.&lt;/P&gt;&lt;P&gt;  ls_view-text       = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call function 'BAPISDORDER_GETDETAILEDLIST'&lt;/P&gt;&lt;P&gt;       exporting&lt;/P&gt;&lt;P&gt;            i_bapi_view           = ls_view&lt;/P&gt;&lt;P&gt;       tables&lt;/P&gt;&lt;P&gt;            sales_documents       = lt_docin&lt;/P&gt;&lt;P&gt;            order_headers_out     = lt_hdrout&lt;/P&gt;&lt;P&gt;            order_items_out       = lt_itmout&lt;/P&gt;&lt;P&gt;            order_schedules_out   = lt_schout&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          order_partners_out    = lt_prtout&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;            order_textheaders_out = lt_hdtxt&lt;/P&gt;&lt;P&gt;            order_textlines_out   = lt_txtli&lt;/P&gt;&lt;P&gt;            order_cfgs_cucfgs_out = lt_cucfgout&lt;/P&gt;&lt;P&gt;            order_cfgs_cuvals_out = lt_cuvalout&lt;/P&gt;&lt;P&gt;            extensionout          = lt_parex.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 18:36:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-variant-configuration/m-p/3851472#M925865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T18:36:48Z</dc:date>
    </item>
  </channel>
</rss>

