<?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_SIMULATE - Error... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate-error/m-p/4342174#M1034204</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; This notes is for version 4.6B and lower. I think this is taken care of in 4.6C and above..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Madan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Aug 2008 10:03:36 GMT</pubDate>
    <dc:creator>madan_ullasa</dc:creator>
    <dc:date>2008-08-29T10:03:36Z</dc:date>
    <item>
      <title>BAPI_SALESORDER_SIMULATE - Error...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate-error/m-p/4342165#M1034195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I am using BAPI_SALESORDER_SIMULATE to get the pricing.... I am in version 4.6C. Though I am passing all the reqd. parameters I get this error in the return table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E   |VP112|Please enter sold-to party or ship-to party                    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone let me know whats going wrong. i have checked all the notes also. Points assured to all the replies...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madan...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2008 08:34:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate-error/m-p/4342165#M1034195</guid>
      <dc:creator>madan_ullasa</dc:creator>
      <dc:date>2008-08-29T08:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_SIMULATE - Error...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate-error/m-p/4342166#M1034196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me think.........what could possibly be wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2008 08:37:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate-error/m-p/4342166#M1034196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-29T08:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_SIMULATE - Error...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate-error/m-p/4342167#M1034197</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;&lt;/P&gt;&lt;P&gt;Are you pass the values in below structure.Check once&lt;/P&gt;&lt;P&gt;ORDER_PARTNERS	LIKE	BAPIPARTNR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;jana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2008 08:41:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate-error/m-p/4342167#M1034197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-29T08:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_SIMULATE - Error...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate-error/m-p/4342168#M1034198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the smaple code below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : st_head       TYPE bapisdhead,&lt;/P&gt;&lt;P&gt;it_item     TYPE STANDARD TABLE OF  bapiitemin WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;it_item_out TYPE STANDARD TABLE OF  bapiitemex WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;it_partner  TYPE STANDARD TABLE OF  bapipartnr WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;it_cond     TYPE STANDARD TABLE OF  bapicond   WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;it_return   TYPE STANDARD TABLE OF  bapireturn with header line,&lt;/P&gt;&lt;P&gt;it_sold_to  TYPE STANDARD TABLE OF  BAPISOLDTO with header line,&lt;/P&gt;&lt;P&gt;it_ship_to  type standard table of  BAPISHIPTO with header  line,&lt;/P&gt;&lt;P&gt;st_sales_doc type BAPIVBELN-VBELN,&lt;/P&gt;&lt;P&gt;st_return   type bapireturn .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;st_head-doc_number = '0048004512'.&lt;/P&gt;&lt;P&gt; st_head-DOC_TYPE   = 'ZCQ'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;st_head-sales_org  = 'AP'.&lt;/P&gt;&lt;P&gt;st_head-distr_chan = 'CM'.&lt;/P&gt;&lt;P&gt;st_head-division   = '00'.&lt;/P&gt;&lt;P&gt;st_head-sales_grp  = '630'.&lt;/P&gt;&lt;P&gt;st_head-sales_off  = '6300'.&lt;/P&gt;&lt;P&gt;st_head-req_date_h = '20080701'.&lt;/P&gt;&lt;P&gt;st_head-cd_type1   = 'ZOM1'.&lt;/P&gt;&lt;P&gt;*st_head-po_method  = 'TELE'.&lt;/P&gt;&lt;P&gt;st_head-PURCH_NO = 'C1203'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*st_sales_doc = '0048004512'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*it_sold_to-SOLD_TO = '0000003009'.&lt;/P&gt;&lt;P&gt;*append it_sold_to.&lt;/P&gt;&lt;P&gt;*clear  it_sold_to.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;*it_ship_to-ship_TO = '0000003009'.&lt;/P&gt;&lt;P&gt;*append it_ship_to.&lt;/P&gt;&lt;P&gt;*clear  it_ship_to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*it_partner-PARTN_NUMB = '0000003009'.&lt;/P&gt;&lt;P&gt;*append it_partner.&lt;/P&gt;&lt;P&gt;*clear it_partner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_SALESORDER_SIMULATE'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    order_header_in           =  st_head&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CONVERT_PARVW_AUART       = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SALESDOCUMENT              = st_sales_doc&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   SOLD_TO_PARTY             = it_sold_to&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SHIP_TO_PARTY              = it_ship_to&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  BILLING_PARTY             =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    return                    = it_return&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    order_items_in            = it_item&lt;/P&gt;&lt;P&gt;    order_partners            = it_partner&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ORDER_SCHEDULE_IN         =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   order_items_out            = it_item_out&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ORDER_CFGS_REF            =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ORDER_CFGS_INST           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ORDER_CFGS_PART_OF        =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ORDER_CFGS_VALUE          =&lt;/P&gt;&lt;/LI&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_CCARD               =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ORDER_CCARD_EX            =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ORDER_SCHEDULE_EX         =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    order_condition_ex        = it_cond&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ORDER_INCOMPLETE          =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MESSAGETABLE              =&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;&lt;/P&gt;&lt;P&gt;LOOP AT it_return into st_return.&lt;/P&gt;&lt;P&gt;  WRITE:/ st_return-message.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2008 08:42:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate-error/m-p/4342168#M1034198</guid>
      <dc:creator>madan_ullasa</dc:creator>
      <dc:date>2008-08-29T08:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_SIMULATE - Error...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate-error/m-p/4342169#M1034199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Madan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why did you actually comment this below code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;*it_partner-PARTN_NUMB = '0000003009'.
*append it_partner.
*clear it_partner.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;in tables tab  &lt;STRONG&gt;ORDER_PARTNERS&lt;/STRONG&gt; Partners, such as sold-to party, ship-to party are entered into this table.&lt;/P&gt;&lt;P&gt;it should be pass to FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2008 08:49:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate-error/m-p/4342169#M1034199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-29T08:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_SIMULATE - Error...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate-error/m-p/4342170#M1034200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; I was passing it. But still i was having the same error.. I was kind of doing trial n error methods. Even if i uncomment all those statements I still get this error..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madan..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2008 08:53:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate-error/m-p/4342170#M1034200</guid>
      <dc:creator>madan_ullasa</dc:creator>
      <dc:date>2008-08-29T08:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_SIMULATE - Error...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate-error/m-p/4342171#M1034201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pass atleast these three info to this table &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PARTN_ROLE
PARTN_NUMB
ITM_NUMBER&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2008 08:59:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate-error/m-p/4342171#M1034201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-29T08:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_SIMULATE - Error...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate-error/m-p/4342172#M1034202</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; Still the same error !!! Is it because of 4.6C version?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;st_head-doc_number = '0048004512'.&lt;/P&gt;&lt;P&gt;st_head-DOC_TYPE   = 'ZCQ'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;st_head-sales_org  = 'AP'.&lt;/P&gt;&lt;P&gt;st_head-distr_chan = 'CM'.&lt;/P&gt;&lt;P&gt;st_head-division   = '00'.&lt;/P&gt;&lt;P&gt;st_head-sales_grp  = '630'.&lt;/P&gt;&lt;P&gt;st_head-sales_off  = '6300'.&lt;/P&gt;&lt;P&gt;st_head-req_date_h = '20080701'.&lt;/P&gt;&lt;P&gt;st_head-cd_type1   = 'ZOM1'.&lt;/P&gt;&lt;P&gt;st_head-PURCH_NO = 'C1203'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it_partner-PARTN_NUMB = '0000003009'.&lt;/P&gt;&lt;P&gt;it_partner-PARTN_ROLE = 'AG'.&lt;/P&gt;&lt;P&gt;it_partner-ITM_NUMBER = '10'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append it_partner.&lt;/P&gt;&lt;P&gt;clear it_partner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_SALESORDER_SIMULATE'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    order_header_in           =  st_head&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CONVERT_PARVW_AUART       = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SALESDOCUMENT              = st_sales_doc&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   SOLD_TO_PARTY             = it_sold_to&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SHIP_TO_PARTY              = it_ship_to&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  BILLING_PARTY             =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    return                    = it_return&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    order_items_in            = it_item&lt;/P&gt;&lt;P&gt;    order_partners            = it_partner&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ORDER_SCHEDULE_IN         =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   order_items_out            = it_item_out&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ORDER_CFGS_REF            =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ORDER_CFGS_INST           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ORDER_CFGS_PART_OF        =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ORDER_CFGS_VALUE          =&lt;/P&gt;&lt;/LI&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_CCARD               =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ORDER_CCARD_EX            =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ORDER_SCHEDULE_EX         =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    order_condition_ex        = it_cond&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ORDER_INCOMPLETE          =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MESSAGETABLE              =&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;LOOP AT it_return into st_return.&lt;/P&gt;&lt;P&gt;  WRITE:/ st_return-message.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2008 09:13:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate-error/m-p/4342172#M1034202</guid>
      <dc:creator>madan_ullasa</dc:creator>
      <dc:date>2008-08-29T09:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_SIMULATE - Error...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate-error/m-p/4342173#M1034203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Madan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exactly.&lt;/P&gt;&lt;P&gt;When you create an SD document with the SD BAPIs or SD function modules, the system carries out a partner check. During an item proposal, if this is not required, the system processes error message VP112 'Please enter sold-to party or ship-to party'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;You need correction in SD_SALES_HEADER_MAINTAIN&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer OSS 195497.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2008 09:55:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate-error/m-p/4342173#M1034203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-29T09:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_SIMULATE - Error...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate-error/m-p/4342174#M1034204</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; This notes is for version 4.6B and lower. I think this is taken care of in 4.6C and above..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Madan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2008 10:03:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate-error/m-p/4342174#M1034204</guid>
      <dc:creator>madan_ullasa</dc:creator>
      <dc:date>2008-08-29T10:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_SIMULATE - Error...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate-error/m-p/4342175#M1034205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have a conversion routine that is why you are not selecting the correct partner role. look at table TPAUM for your lang key&lt;/P&gt;&lt;P&gt;and cooresponding lang-specific partner function and then you will see the correct partner function to use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2011 20:47:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate-error/m-p/4342175#M1034205</guid>
      <dc:creator>jim_varrati</dc:creator>
      <dc:date>2011-10-18T20:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_SIMULATE - Error...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate-error/m-p/4342176#M1034206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, maybe it is because you use an item number for the soldto partner. A sales order needs a soldto partner on header level so with ITM_NUMBER blank:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;it_partner-PARTN_NUMB = '0000003009'.
it_partner-PARTN_ROLE = 'AG'.
it_partner-ITM_NUMBER = '000000'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards Jack&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 03:39:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate-error/m-p/4342176#M1034206</guid>
      <dc:creator>JackGraus</dc:creator>
      <dc:date>2011-10-19T03:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_SIMULATE - Error...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate-error/m-p/4342177#M1034207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using this bapi in sap or from external system. Just use german key words. That will resolve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 04:19:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate-error/m-p/4342177#M1034207</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-10-19T04:19:29Z</dc:date>
    </item>
  </channel>
</rss>

