<?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_MOSRVAPS_SAVEMULTI3 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-mosrvaps-savemulti3/m-p/7763006#M1583818</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In APO, I use function BAPI_MOSRVAPS_SAVEMULTI3 to create planned orders ... This is working fine as long as I use 'normal' materials with default configuration ... But when I try to create a planned order based on a configurable material, I get an error starting as follows : "No configuration for configurable PP/DS ..." and followed by the material ...&lt;/P&gt;&lt;P&gt;Does this sound familiar to someone ?&lt;/P&gt;&lt;P&gt;What can I do to create a planned order with configurable materials ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all answers !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetz,&lt;/P&gt;&lt;P&gt;Kurt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Mar 2011 13:25:57 GMT</pubDate>
    <dc:creator>kumaro412</dc:creator>
    <dc:date>2011-03-18T13:25:57Z</dc:date>
    <item>
      <title>BAPI_MOSRVAPS_SAVEMULTI3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-mosrvaps-savemulti3/m-p/7763006#M1583818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In APO, I use function BAPI_MOSRVAPS_SAVEMULTI3 to create planned orders ... This is working fine as long as I use 'normal' materials with default configuration ... But when I try to create a planned order based on a configurable material, I get an error starting as follows : "No configuration for configurable PP/DS ..." and followed by the material ...&lt;/P&gt;&lt;P&gt;Does this sound familiar to someone ?&lt;/P&gt;&lt;P&gt;What can I do to create a planned order with configurable materials ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all answers !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetz,&lt;/P&gt;&lt;P&gt;Kurt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 13:25:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-mosrvaps-savemulti3/m-p/7763006#M1583818</guid>
      <dc:creator>kumaro412</dc:creator>
      <dc:date>2011-03-18T13:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MOSRVAPS_SAVEMULTI3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-mosrvaps-savemulti3/m-p/7763007#M1583819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check whether Configuration exists for that particular material or not because PDS explosion raises error for configurable materials without configuration.I guess system is using this FM to check whether configuration is exist or not for any material ID.Just check with this FM /SAPAPO/CONFR_GET_CFG_SCENARIO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 05:45:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-mosrvaps-savemulti3/m-p/7763007#M1583819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-24T05:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MOSRVAPS_SAVEMULTI3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-mosrvaps-savemulti3/m-p/7763008#M1583820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I try to use the function you mentioned, it doesn't seem to work ... Whatever material I enter, it doens't give a result ... Can you give me en example of what I have to fill and where I can find the correct values ?&lt;/P&gt;&lt;P&gt;Thanks in advance !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 15:52:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-mosrvaps-savemulti3/m-p/7763008#M1583820</guid>
      <dc:creator>kumaro412</dc:creator>
      <dc:date>2011-03-24T15:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MOSRVAPS_SAVEMULTI3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-mosrvaps-savemulti3/m-p/7763009#M1583821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For this FM /SAPAPO/CONFR_GET_CFG_SCENARIO, you have to pass the Material ID which you will get from /sapapo/matkey table for any material.&lt;/P&gt;&lt;P&gt;Also please let me know in which parameter table of BAPI you are getting that error for Configurable PP/DS... &lt;/P&gt;&lt;P&gt;In Return table of BAPI you will see the parameter table name also in which you are passing the data to BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 16:12:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-mosrvaps-savemulti3/m-p/7763009#M1583821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-24T16:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MOSRVAPS_SAVEMULTI3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-mosrvaps-savemulti3/m-p/7763010#M1583822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all thanks for your assistance !&lt;/P&gt;&lt;P&gt;When I execute the BAPI, I get the error in the Return table of the BAPI ... These are the values of the errorline :&lt;/P&gt;&lt;P&gt;- Id                  = /SAPAPO/CULL1&lt;/P&gt;&lt;P&gt;- Number        = 19&lt;/P&gt;&lt;P&gt;- Message      = "No configuration for configurable PP/DS PDS FLXTATA03500Z BAWE FLXTATA03500Z"&lt;/P&gt;&lt;P&gt;- Message_v1 = "FLXTATA03500Z"&lt;/P&gt;&lt;P&gt;- Message_v2 = "BAWE"&lt;/P&gt;&lt;P&gt;- Message_v3 = "FLXTATA03500Z     BAWE0001"&lt;/P&gt;&lt;P&gt;- Parameter     = "ORDER_HEAD"&lt;/P&gt;&lt;P&gt;- Row              = 1&lt;/P&gt;&lt;P&gt;The other fields have an initial value ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concerning the FM /SAPAPO/CONFR_GET_CFG_SCENARIO, I filled the IV_MATID with the MATID from /SAPAPO/MATKEY but I get no result at first ... I was forgotten to flag the upper-/lowercase ... At the end, the FM returns with "I" for ev_scenario and also "I" for ev_cfg_sys ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully you know something more now to give me a solution ?&lt;/P&gt;&lt;P&gt;Thanks in advance !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetz,&lt;/P&gt;&lt;P&gt;Kurt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 08:10:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-mosrvaps-savemulti3/m-p/7763010#M1583822</guid>
      <dc:creator>kumaro412</dc:creator>
      <dc:date>2011-03-25T08:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MOSRVAPS_SAVEMULTI3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-mosrvaps-savemulti3/m-p/7763011#M1583823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kurt,&lt;/P&gt;&lt;P&gt;            It seems the error is in ORDER_HEAD table while passing data into it.In Order_head you are only passing data which is mandatory as per documentation right? Yes.&lt;/P&gt;&lt;P&gt;I think the problem is with the fields starting with MASTER_&amp;lt;..&amp;gt; Becasue in Documentation,It is mentioned like that,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fields that specify the primary product. This product is used for source determination (in-house production) and explosion&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In RETURN table we are getting error for Configurable PDS, Is it checking whether PDS exists for this MATERIAL or not ?&lt;/P&gt;&lt;P&gt;I am not sure about it.Sorry I do not have further answer for this issue&lt;/P&gt;&lt;P&gt;you can try to pass the SOURCE_NAME field also in this BAPI because if this is empty then it is determining from MASTER_Product,MASTER_Location...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 12:57:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-mosrvaps-savemulti3/m-p/7763011#M1583823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-25T12:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MOSRVAPS_SAVEMULTI3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-mosrvaps-savemulti3/m-p/7763012#M1583824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for answering ...&lt;/P&gt;&lt;P&gt;I tried a lot of things, but it still doesn't work ...&lt;/P&gt;&lt;P&gt;This is how I call the function :&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;1) import parameters :&lt;/P&gt;&lt;P&gt;- LOGICAL_SYSTEM   -&amp;gt;   SCD800   (this is our APO-system)&lt;/P&gt;&lt;P&gt;- ORDER_TYPE   -&amp;gt;   5   (this is for planned orders)&lt;/P&gt;&lt;P&gt;- EXT_NUMBER_ASSIGNMENT   -&amp;gt;   ' '   (I also tried this with flag on, but no change)&lt;/P&gt;&lt;P&gt;- COMMIT_CONTROL   -&amp;gt;   E&lt;/P&gt;&lt;P&gt;- PLNG_VERSION   -&amp;gt;   000&lt;/P&gt;&lt;P&gt;- STRATEGY_PROFILE   -&amp;gt;   ' '&lt;/P&gt;&lt;P&gt;- NO_CREATE   -&amp;gt;   ' '&lt;/P&gt;&lt;P&gt;- CHECK_SOURCE_EXISTENCE   -&amp;gt;   X&lt;/P&gt;&lt;P&gt;- PLANNING_MODE_USAGE   -&amp;gt;   0&lt;/P&gt;&lt;P&gt;- EVENT_CONTROL   -&amp;gt;   1   (I also tried this with initial value, but no change)&lt;/P&gt;&lt;P&gt;2) export parameters :&lt;/P&gt;&lt;P&gt;- ORDER_HEAD   -&amp;gt;   1 Entry   (see below)&lt;/P&gt;&lt;P&gt;- ORDER_HEAD_X   -&amp;gt;   1 Entry   (see below)&lt;/P&gt;&lt;P&gt;- CFG_HEADERS   -&amp;gt;   1 Entry   (see below - to try it out)&lt;/P&gt;&lt;P&gt;- CFG_INSTANCES   -&amp;gt;   1 Entry   (see below)&lt;/P&gt;&lt;P&gt;- CFG_PART_OF   -&amp;gt;   0 Entries&lt;/P&gt;&lt;P&gt;- CFG_VALUES   -&amp;gt;   1 Entry   (see below)&lt;/P&gt;&lt;P&gt;- CFG_VAR_KEYS   -&amp;gt;   0 Entries&lt;/P&gt;&lt;P&gt;- CFG_BLOB   -&amp;gt;   0 Entries&lt;/P&gt;&lt;P&gt;- CFG_REF_OBJECT   -&amp;gt;   0 Entries&lt;/P&gt;&lt;P&gt;- MAPPING_DATA   -&amp;gt;   0 Entries&lt;/P&gt;&lt;P&gt;- RETURN   -&amp;gt;   0 Entries&lt;/P&gt;&lt;P&gt;- EXTENSION_IN   -&amp;gt;   0 Entries&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2a) order_head (fields with values - others are initial) :&lt;/P&gt;&lt;P&gt;ORDER_NUMBER : 1&lt;/P&gt;&lt;P&gt;ORDER_START_DATE : 03.09.2010 00:00:00&lt;/P&gt;&lt;P&gt;ORDER_END_DATE : 04.09.2010 00:00:00&lt;/P&gt;&lt;P&gt;MASTER_PRODUCT : FHVHTTA42400Z&lt;/P&gt;&lt;P&gt;MASTER_PLANT : BAWE&lt;/P&gt;&lt;P&gt;MASTER_SPEC_STOCK_IND : E&lt;/P&gt;&lt;P&gt;MASTER_SPEC_STOCK_KEY : 0050989453000010&lt;/P&gt;&lt;P&gt;MASTER_ORDER_QUANTITY : 1,000&lt;/P&gt;&lt;P&gt;MASTER_ATPCAT : AI&lt;/P&gt;&lt;P&gt;POSEX : 000001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2b) order_head_x (fields with values - others are initial) :&lt;/P&gt;&lt;P&gt;ORDER_NUMBER : 1&lt;/P&gt;&lt;P&gt;ORDER_START_DATE : X&lt;/P&gt;&lt;P&gt;ORDER_END_DATE : X&lt;/P&gt;&lt;P&gt;MASTER_PRODUCT : X&lt;/P&gt;&lt;P&gt;MASTER_PLANT : X&lt;/P&gt;&lt;P&gt;MASTER_SPEC_STOCK_IND : X&lt;/P&gt;&lt;P&gt;MASTER_SPEC_STOCK_KEY : X&lt;/P&gt;&lt;P&gt;MASTER_ORDER_QUANTITY : X&lt;/P&gt;&lt;P&gt;MASTER_ATPCAT : X&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;2c) cfg_headers (fields with values - others are initial) :&lt;/P&gt;&lt;P&gt;POSEX : 000001&lt;/P&gt;&lt;P&gt;CONFIG_ID : 000001&lt;/P&gt;&lt;P&gt;ROOT_ID : 000001 &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;2d) cfg_instances (fields with values - others are initial) :&lt;/P&gt;&lt;P&gt;CONFIG_ID : 000001&lt;/P&gt;&lt;P&gt;INST_ID : 000001&lt;/P&gt;&lt;P&gt;OBJ_TYPE : MARA&lt;/P&gt;&lt;P&gt;CLASS_TYPE : 400&lt;/P&gt;&lt;P&gt;OBJ_KEY : FHVHTTA42400Z (configurable material)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;2e) cfg_values (fields with values - others are initial) :&lt;/P&gt;&lt;P&gt;CONFIG_ID : 000001&lt;/P&gt;&lt;P&gt;INST_ID : 000001&lt;/P&gt;&lt;P&gt;CHARC : WIDTH&lt;/P&gt;&lt;P&gt;VALUE : 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully this says a lot more than my description of the problem ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any solution !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetz,&lt;/P&gt;&lt;P&gt;Kurt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 13:27:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-mosrvaps-savemulti3/m-p/7763012#M1583824</guid>
      <dc:creator>kumaro412</dc:creator>
      <dc:date>2011-03-25T13:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MOSRVAPS_SAVEMULTI3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-mosrvaps-savemulti3/m-p/7763013#M1583825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kurt,&lt;/P&gt;&lt;P&gt;            One last chance I am taking &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; Can you please check the below points..&lt;/P&gt;&lt;P&gt;1) Have you tried to change the CLASS_TYPE from 400 to 300 which is for configurable with the same Product.&lt;/P&gt;&lt;P&gt;2) To create an order using this BAPI ORDER_HEAD and ORDER_HEADX are sufficient tables...have you tried whether it is creating an order without any configuration data for this material or not?  if it is creating then we will see to change the configurations later on...&lt;/P&gt;&lt;P&gt;3) Also please try to pass the MATERIAL ID(CHAR22 from MATKEY) in OBJ_KEY instead of Material Name or is it the material name which exists in /sapapo/matkey table? (check for any leading zeros...before FHVTT..) &lt;/P&gt;&lt;P&gt;because I am sure it is checking somewhere internally for PDS Config on basis of Material entered and throwing that error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2d) cfg_instances (fields with values - others are initial) :&lt;/P&gt;&lt;P&gt;CONFIG_ID : 000001&lt;/P&gt;&lt;P&gt;INST_ID : 000001&lt;/P&gt;&lt;P&gt;OBJ_TYPE : MARA&lt;/P&gt;&lt;P&gt;*CLASS_TYPE : 400&lt;/P&gt;&lt;P&gt;OBJ_KEY : FHVHTTA42400Z (configurable material)*&lt;/P&gt;&lt;P&gt;This is first time I am seeing this problem.... thanks for this post.. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 15:18:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-mosrvaps-savemulti3/m-p/7763013#M1583825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-25T15:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MOSRVAPS_SAVEMULTI3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-mosrvaps-savemulti3/m-p/7763014#M1583826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will look at this on Monday... I have to go now, so this will be the first thing to do next week ...&lt;/P&gt;&lt;P&gt;Have a nice weekend and thanks for your help this week !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetz,&lt;/P&gt;&lt;P&gt;Kurt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 15:46:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-mosrvaps-savemulti3/m-p/7763014#M1583826</guid>
      <dc:creator>kumaro412</dc:creator>
      <dc:date>2011-03-25T15:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MOSRVAPS_SAVEMULTI3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-mosrvaps-savemulti3/m-p/7763015#M1583827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I couldn't work on this earlier than today ...&lt;/P&gt;&lt;P&gt;But your second suggestion was a great help !&lt;/P&gt;&lt;P&gt;I only fill table ORDERHEAD and ORDERHEADX and there has been created a planned order, but I am not able to take a look at it ? In the mapping table I received a number in the field ORDID, but I don(t know how I can find the corresponding number of the planned order ?&lt;/P&gt;&lt;P&gt;Where can I find the link ? If I try to use table /SAPAPO/ORDKEY, I can' t enter the value of ORDID because it is too long ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the assistance !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetz,&lt;/P&gt;&lt;P&gt;Kurt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 13:08:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-mosrvaps-savemulti3/m-p/7763015#M1583827</guid>
      <dc:creator>kumaro412</dc:creator>
      <dc:date>2011-03-31T13:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MOSRVAPS_SAVEMULTI3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-mosrvaps-savemulti3/m-p/7763016#M1583828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We (an external consultant en I) found the solution of this problem ...&lt;/P&gt;&lt;P&gt;It is quite simple if you know what you have to do ...&lt;/P&gt;&lt;P&gt;Below are the values we pass to the function BAPI_MOSRVAPS_SAVEMULTI3 :&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;1) import parameters :&lt;/P&gt;&lt;P&gt;- LOGICAL_SYSTEM   -&amp;gt;   SCD800   (this is our APO-system)&lt;/P&gt;&lt;P&gt;- ORDER_TYPE   -&amp;gt;   5   (this is for planned orders)&lt;/P&gt;&lt;P&gt;- EXT_NUMBER_ASSIGNMENT   -&amp;gt;   ' '   (this is also the default value)&lt;/P&gt;&lt;P&gt;- COMMIT_CONTROL   -&amp;gt;   E   (this is also the default value)&lt;/P&gt;&lt;P&gt;- PLNG_VERSION   -&amp;gt;   000&lt;/P&gt;&lt;P&gt;- STRATEGY_PROFILE   -&amp;gt;   ' '   (this is also the default value)&lt;/P&gt;&lt;P&gt;- NO_CREATE   -&amp;gt;   ' '   (this is also the default value)&lt;/P&gt;&lt;P&gt;- CHECK_SOURCE_EXISTENCE   -&amp;gt;   X   (this is also the default value)&lt;/P&gt;&lt;P&gt;- PLANNING_MODE_USAGE   -&amp;gt;   0   (this is also the default value)&lt;/P&gt;&lt;P&gt;- EVENT_CONTROL   -&amp;gt;   1   (this is to say that we want to send the data from APO to R3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) export parameters  (only those with entries) :&lt;/P&gt;&lt;P&gt;- ORDER_HEAD          -&amp;gt;   1 Entry   (see below)&lt;/P&gt;&lt;P&gt;- ORDER_HEAD_X      -&amp;gt;   1 Entry   (see below)&lt;/P&gt;&lt;P&gt;- CFG_REF_OBJECT   -&amp;gt;   1 Entry   (see below)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2a) order_head (fields with values - others are initial) :&lt;/P&gt;&lt;P&gt;ORDER_NUMBER : 1   (variable number - only relevant for mapping)&lt;/P&gt;&lt;P&gt;ORDER_START_DATE : 11.04.2011 00:00:00   (somewhere in the future)&lt;/P&gt;&lt;P&gt;ORDER_END_DATE : 12.04.2011 00:00:00   (somewhere in the future)&lt;/P&gt;&lt;P&gt;MASTER_PRODUCT : FHVHTTA99400Z   (our configurable material)&lt;/P&gt;&lt;P&gt;MASTER_PLANT : BAWE&lt;/P&gt;&lt;P&gt;MASTER_SPEC_STOCK_IND  : E&lt;/P&gt;&lt;P&gt;MASTER_SPEC_STOCK_KEY : 0050989466000020   (our reference sales order and -item)&lt;/P&gt;&lt;P&gt;MASTER_ORDER_QUANTITY : 1,000&lt;/P&gt;&lt;P&gt;MASTER_ATPCAT : AI&lt;/P&gt;&lt;P&gt;POSEX : 000001   (to know the link with table CFG_REF_OBJECT)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;2b) order_head_x (fields with values - others are initial) :&lt;/P&gt;&lt;P&gt;ORDER_NUMBER           : 1   (same as in table order_head)&lt;/P&gt;&lt;P&gt;ORDER_START_DATE : X&lt;/P&gt;&lt;P&gt;ORDER_END_DATE : X&lt;/P&gt;&lt;P&gt;MASTER_PRODUCT : X&lt;/P&gt;&lt;P&gt;MASTER_PLANT : X&lt;/P&gt;&lt;P&gt;MASTER_SPEC_STOCK_IND  : X&lt;/P&gt;&lt;P&gt;MASTER_SPEC_STOCK_KEY : X&lt;/P&gt;&lt;P&gt;MASTER_ORDER_QUANTITY : X&lt;/P&gt;&lt;P&gt;MASTER_ATPCAT : X&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;2c) cfg_ref_object (fields with values - others are initial) :&lt;/P&gt;&lt;P&gt;POSEX : 000001   (same as in table order_head)&lt;/P&gt;&lt;P&gt;LOGSYSTEM : AWQ800   (our R3-system where the planned orders are created)&lt;/P&gt;&lt;P&gt;ORDER_TYPE : 3   (this is for sales orders)&lt;/P&gt;&lt;P&gt;ORDER_NUMBER : 0050989466&lt;/P&gt;&lt;P&gt;ITEM_NUMBER : 000020&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2d) The other cfg_tables are not filled !!!&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;When I execute the function with all this values filled, we get a planned order as result ! And with configuration !!!&lt;/P&gt;&lt;P&gt;Thanks for all the assistance !!! Hopefully this information can be a great help for you too in the future !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetz,&lt;/P&gt;&lt;P&gt;Kurt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 14:49:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-mosrvaps-savemulti3/m-p/7763016#M1583828</guid>
      <dc:creator>kumaro412</dc:creator>
      <dc:date>2011-04-06T14:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MOSRVAPS_SAVEMULTI3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-mosrvaps-savemulti3/m-p/7763017#M1583829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kurt,&lt;/P&gt;&lt;P&gt;            Thanks a lot for sharing the knowledge, definitely this will help me in future while working with this BAPI...&lt;/P&gt;&lt;P&gt;Thanks once again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Apr 2011 05:52:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-mosrvaps-savemulti3/m-p/7763017#M1583829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-16T05:52:16Z</dc:date>
    </item>
  </channel>
</rss>

