<?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: Material configuration with BAPI_SALESORDER_CREATEFROMDAT2 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-configuration-with-bapi-salesorder-createfromdat2/m-p/2057813#M424957</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are you working with "material substitutoion"? if you check my example you'll see the item has a material BC263R, the configurable materials is Z-BC263R.&lt;/P&gt;&lt;P&gt;The system will not accept your data if you didn't match exactly the mandantory configuration/values in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Former hint:&lt;/P&gt;&lt;P&gt;ckeck mara-kzkfg if material is configurable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope you have only one class type, you'll find in table KLAH (compare with your screen in VA01)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all values for this class type are in table KSML.&lt;/P&gt;&lt;P&gt;Now you can get all characteristics which belongs to KSML from table CAWN. you have to filter out all&lt;/P&gt;&lt;P&gt;entries from CAWN which are EQ "your desired configuration".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use BAPI_SALESORDER_CREATEFROMDAT2 to create your order plus configuartion, provide the config data in the tables order_cfgs_ref, order_cfgs_inst, order_cfgs_value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;JP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Jörn Peter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Mar 2007 11:07:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-07T11:07:01Z</dc:date>
    <item>
      <title>Material configuration with BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-configuration-with-bapi-salesorder-createfromdat2/m-p/2057809#M424953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a new sales order with material configuration using BAPI_SALESORDER_CREATEFROMDAT2. It's not working though. I have seen some comments that it is not possible to create configuration directly with this BAPI - is this really true? - and that the config should be created after sales order creation using function CE_C_PROCESSING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have played around a bit, but without succes. Could somebody help me out? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kins regards,&lt;/P&gt;&lt;P&gt;Roy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 12:32:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-configuration-with-bapi-salesorder-createfromdat2/m-p/2057809#M424953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T12:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Material configuration with BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-configuration-with-bapi-salesorder-createfromdat2/m-p/2057810#M424954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through this weblog ,hope help you to solve your probelm&lt;/P&gt;&lt;P&gt;/people/flavio.ciotola3/blog/2006/09/19/sap-and-php-an-easy-way-for-sd-sales-order-entry&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 13:00:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-configuration-with-bapi-salesorder-createfromdat2/m-p/2057810#M424954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T13:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Material configuration with BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-configuration-with-bapi-salesorder-createfromdat2/m-p/2057811#M424955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you can use this BAPI to create a sales order with configurable material.&lt;/P&gt;&lt;P&gt;Fisrt you can try with some hardcode config items. &lt;/P&gt;&lt;P&gt;You need the corresponding 'Characteristic values' in your system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;P&gt;*Header data&lt;/P&gt;&lt;P&gt;  wa_header-doc_type   = 'ZREK'.&lt;/P&gt;&lt;P&gt;  wa_header-sales_org  = '1020'.&lt;/P&gt;&lt;P&gt;  wa_header-distr_chan = 'AS'.&lt;/P&gt;&lt;P&gt;  wa_header-division   = 'AS'. "not mandantory&lt;/P&gt;&lt;P&gt;  wa_header-purch_no_c = 'mypohehe'.&lt;/P&gt;&lt;P&gt;                                                                        &lt;/P&gt;&lt;P&gt;*Partner data&lt;/P&gt;&lt;P&gt;  it_partners-partn_role = 'AG'.&lt;/P&gt;&lt;P&gt;  it_partners-partn_numb = '0000000104'.&lt;/P&gt;&lt;P&gt;  APPEND it_partners.&lt;/P&gt;&lt;P&gt;  it_partners-partn_role = 'WE'.&lt;/P&gt;&lt;P&gt;  it_partners-partn_numb = '0000000105'.&lt;/P&gt;&lt;P&gt;  APPEND it_partners.&lt;/P&gt;&lt;P&gt;                                                                        &lt;/P&gt;&lt;P&gt;*1st&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*items&lt;/P&gt;&lt;P&gt;  it_items-material   = 'BC263R'.&lt;/P&gt;&lt;P&gt;  it_items-po_itm_no  = '000010'.&lt;/P&gt;&lt;P&gt;  it_items-target_qty = '1.000'.&lt;/P&gt;&lt;P&gt;  it_items-target_qu  = 'ST'.&lt;/P&gt;&lt;P&gt;  APPEND it_items.&lt;/P&gt;&lt;P&gt;                                                                        &lt;/P&gt;&lt;P&gt;  it_schedules_in-itm_number = '000010'.&lt;/P&gt;&lt;P&gt;  it_schedules_in-req_qty = '1.000'.&lt;/P&gt;&lt;P&gt;  APPEND it_schedules_in.&lt;/P&gt;&lt;P&gt;*it_items_inx&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;not needed for creation&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;                                                                        &lt;/P&gt;&lt;P&gt;*reference&lt;/P&gt;&lt;P&gt;  it_cfgs_ref-posex     = '000010'.&lt;/P&gt;&lt;P&gt;  it_cfgs_ref-config_id = '000001'.&lt;/P&gt;&lt;P&gt;  it_cfgs_ref-root_id   = '00000001'.&lt;/P&gt;&lt;P&gt;  APPEND it_cfgs_ref.&lt;/P&gt;&lt;P&gt;                                                                        &lt;/P&gt;&lt;P&gt;*it_cfgs_inst&lt;/P&gt;&lt;P&gt;  it_cfgs_inst-config_id  = '000001'.&lt;/P&gt;&lt;P&gt;  it_cfgs_inst-inst_id    = '00000001'.&lt;/P&gt;&lt;P&gt;  it_cfgs_inst-obj_type   = 'MARA'.&lt;/P&gt;&lt;P&gt;  it_cfgs_inst-class_type = '300'.&lt;/P&gt;&lt;P&gt;  it_cfgs_inst-obj_key    = 'Z-BC263R'.&lt;/P&gt;&lt;P&gt;  APPEND it_cfgs_inst.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;configuration values&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  it_cfgs_value-config_id  = '000001'.&lt;/P&gt;&lt;P&gt;  it_cfgs_value-inst_id    = '00000001'.&lt;/P&gt;&lt;P&gt;  it_cfgs_value-charc      = 'ATS_GRUNDLAGE'.&lt;/P&gt;&lt;P&gt;  it_cfgs_value-value      = p_conf.                        "01 - 07&lt;/P&gt;&lt;P&gt;  APPEND it_cfgs_value.&lt;/P&gt;&lt;P&gt;  it_cfgs_value-config_id  = '000001'.&lt;/P&gt;&lt;P&gt;  it_cfgs_value-inst_id    = '00000001'.&lt;/P&gt;&lt;P&gt;  it_cfgs_value-charc      = 'ATS_BESCHRIFTUNG'.&lt;/P&gt;&lt;P&gt;  it_cfgs_value-value      = 'N'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'BAPI_SALESORDER_CREATEFROMDAT2'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    SALESDOCUMENTIN               =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      order_header_in               = wa_header&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ORDER_HEADER_INX              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    SENDER                        =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    BINARY_RELATIONSHIPTYPE       =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    int_number_assignment         =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    BEHAVE_WHEN_ERROR             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    LOGIC_SWITCH                  =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    TESTRUN                       =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    CONVERT                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   IMPORTING&lt;/P&gt;&lt;P&gt;      salesdocument                 = v_salesdocument&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      return                        = it_return&lt;/P&gt;&lt;P&gt;      order_items_in                = it_items&lt;/P&gt;&lt;P&gt;      order_items_inx               = it_items_inx&lt;/P&gt;&lt;P&gt;      order_partners                = it_partners&lt;/P&gt;&lt;P&gt;      order_schedules_in            = it_schedules_in&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ORDER_SCHEDULES_INX           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ORDER_CONDITIONS_IN           =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      order_cfgs_ref                = it_cfgs_ref&lt;/P&gt;&lt;P&gt;      order_cfgs_inst               = it_cfgs_inst&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ORDER_CFGS_PART_OF            = it_cfgs_part_of&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      order_cfgs_value              = it_cfgs_value&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ORDER_CFGS_BLOB               =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ORDER_CFGS_VK                 =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ORDER_CFGS_REFINST            =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ORDER_CCARD                   =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ORDER_TEXT                    =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ORDER_KEYS                    =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    EXTENSIONIN                   =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    PARTNERADDRESSES              =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;            .&lt;/P&gt;&lt;P&gt;                                                                        &lt;/P&gt;&lt;P&gt;*it_return&lt;/P&gt;&lt;P&gt;  READ TABLE it_return WITH KEY type = 'E'.&lt;/P&gt;&lt;P&gt;                                                                        &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;JP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 16:01:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-configuration-with-bapi-salesorder-createfromdat2/m-p/2057811#M424955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T16:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Material configuration with BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-configuration-with-bapi-salesorder-createfromdat2/m-p/2057812#M424956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jörn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however, that is exactly what I have been trying to do, but the configuration data is not being displayed/recorded. Is there anything else you can think of or, like calling a function module or populating a particular field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Roy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 16:45:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-configuration-with-bapi-salesorder-createfromdat2/m-p/2057812#M424956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T16:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Material configuration with BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-configuration-with-bapi-salesorder-createfromdat2/m-p/2057813#M424957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are you working with "material substitutoion"? if you check my example you'll see the item has a material BC263R, the configurable materials is Z-BC263R.&lt;/P&gt;&lt;P&gt;The system will not accept your data if you didn't match exactly the mandantory configuration/values in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Former hint:&lt;/P&gt;&lt;P&gt;ckeck mara-kzkfg if material is configurable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope you have only one class type, you'll find in table KLAH (compare with your screen in VA01)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all values for this class type are in table KSML.&lt;/P&gt;&lt;P&gt;Now you can get all characteristics which belongs to KSML from table CAWN. you have to filter out all&lt;/P&gt;&lt;P&gt;entries from CAWN which are EQ "your desired configuration".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use BAPI_SALESORDER_CREATEFROMDAT2 to create your order plus configuartion, provide the config data in the tables order_cfgs_ref, order_cfgs_inst, order_cfgs_value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;JP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Jörn Peter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 11:07:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-configuration-with-bapi-salesorder-createfromdat2/m-p/2057813#M424957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T11:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Material configuration with BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-configuration-with-bapi-salesorder-createfromdat2/m-p/2057814#M424958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jörn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;solved. Thanks a lot for your input, it was very helpful. The problem was that I used the material (including leading zeroes) as config key, while the material class was without the leading zeroes...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Roy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 12:39:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-configuration-with-bapi-salesorder-createfromdat2/m-p/2057814#M424958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T12:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: Material configuration with BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-configuration-with-bapi-salesorder-createfromdat2/m-p/2057815#M424959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jörn and Roy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the orginal post was old but the last entry from this year.&lt;/P&gt;&lt;P&gt;We have a similar issue and we do an external document creation. It gets created and all data is in, only the configuration is missing.&lt;/P&gt;&lt;P&gt;Can you point out once more which data fields might be wrong filled here?&lt;/P&gt;&lt;P&gt;How was that with the leading 0 now. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We left out the sales_cfgs_part_of structure. I found that sometimes it is needed, sometimes not. We have another internal FM call where we leave it off and it works. We tried to copy the same call but still facing that issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lw_bapicucfg&lt;SPAN class="L0S70"&gt;-POSEX &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'000010'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;lw_bapicucfg&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;CONFIG_ID &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'000001'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;lw_bapicucfg&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;ROOT_ID &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'00000001'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;append &lt;/SPAN&gt;lw_bapicucfg &lt;SPAN class="L0S52"&gt;to &lt;/SPAN&gt;lt_bapicucfg&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;lw_bapicuins&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;CONFIG_ID &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'000001'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;lw_bapicuins&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;INST_ID &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'00000001'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;lw_bapicuins&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;OBJ_TYPE &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'MARA'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;lw_bapicuins&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;CLASS_TYPE &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'300'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;lw_bapicuins&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;OBJ_KEY &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'000000000012345678'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;append &lt;/SPAN&gt;lw_bapicuins &lt;SPAN class="L0S52"&gt;to &lt;/SPAN&gt;lt_bapicuins&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lw_bapicuval&lt;SPAN class="L0S70"&gt;-CONFIG_ID &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'000001'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;lw_bapicuval&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;INST_ID &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'00000001'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;lw_bapicuval&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;CHARC &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'C1'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;lw_bapicuval&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;VALUE &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'1'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;&lt;SPAN class="L0S52"&gt;append &lt;/SPAN&gt;lw_bapicuval &lt;SPAN class="L0S52"&gt;to &lt;/SPAN&gt;lt_bapicuval&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S70"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;BR /&gt;lw_bapicuval&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;CONFIG_ID &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'000001'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;lw_bapicuval&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;INST_ID &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'00000001'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;lw_bapicuval&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;CHARC &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'C2'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;lw_bapicuval&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;VALUE &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'3'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;append &lt;/SPAN&gt;lw_bapicuval &lt;SPAN class="L0S52"&gt;to &lt;/SPAN&gt;lt_bapicuval&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S70"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S70"&gt;&lt;SPAN class="L0S55"&gt;Thanks for your answers in advance.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S70"&gt;&lt;SPAN class="L0S55"&gt;Best regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S70"&gt;&lt;SPAN class="L0S55"&gt;Volker&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2012 12:15:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-configuration-with-bapi-salesorder-createfromdat2/m-p/2057815#M424959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-13T12:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Material configuration with BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-configuration-with-bapi-salesorder-createfromdat2/m-p/2057816#M424960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Case closed, simple solution = authoization issue of the inserting user ID ... &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1079/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 07:12:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-configuration-with-bapi-salesorder-createfromdat2/m-p/2057816#M424960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-26T07:12:58Z</dc:date>
    </item>
  </channel>
</rss>

