<?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 - SD_SALESDOCUMENT_CREATE Condtion Subroutine Dump in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sd-salesdocument-create-condtion-subroutine-dump/m-p/528587#M19207</link>
    <description>&lt;P&gt;Please use "comment on this answer" when responding to an existing answer. If you post a new answer then no one gets notified about it. Also if it's not actually an answer it's confusing to the readers.&lt;/P&gt;
  &lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Wed, 18 Oct 2017 18:00:55 GMT</pubDate>
    <dc:creator>Jelena_Perfiljeva</dc:creator>
    <dc:date>2017-10-18T18:00:55Z</dc:date>
    <item>
      <title>BAPI - SD_SALESDOCUMENT_CREATE Condtion Subroutine Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sd-salesdocument-create-condtion-subroutine-dump/m-p/528577#M19197</link>
      <description>&lt;P&gt;Dear Experts,&lt;/P&gt;
  &lt;P&gt;I am creating sale order via bapi &lt;STRONG&gt;SD_SALESDOCUMENT_CREATE&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;While passing Pricing condition's to bapi, Dump raised &lt;/P&gt;
  &lt;P&gt;'&lt;STRONG&gt;PERFORM_PARAMETER_MISSING&lt;/STRONG&gt;' While checking in abap editor,&lt;/P&gt;
  &lt;P&gt; perform xkomv_lesen_direkt(sapmj3as) &lt;BR /&gt; using fkonvkom-kposn&lt;BR /&gt; fkonvkom-kschl&lt;BR /&gt; fkonvkom-j_3aetenr&lt;BR /&gt; 1&lt;BR /&gt; changing sy-subrc.&lt;/P&gt;
  &lt;P&gt;"Program name &lt;STRONG&gt;MJ3ASF6A&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;FORM XKOMV_LESEN_DIREKT USING US_POSNR LIKE KOMV-KPOSN&lt;BR /&gt; US_KSCHL LIKE KOMV-KSCHL&lt;BR /&gt; US_ETENR LIKE KOMV-J_3AETENR "AFS&lt;BR /&gt; US_TABIX LIKE J_3ACOND-IX_XKOMV "AFS&lt;BR /&gt;&lt;STRONG&gt; US_ZAEHK LIKE KOMV-ZAEHK "Missing &lt;/STRONG&gt;&lt;BR /&gt; CHANGING VALUE(CH_SUBRC) LIKE SY-SUBRC.&lt;/P&gt;
  &lt;P&gt;Kindly suggest me to solve.&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;Ramesh&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 17:37:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sd-salesdocument-create-condtion-subroutine-dump/m-p/528577#M19197</guid>
      <dc:creator>VenkatRamesh_V</dc:creator>
      <dc:date>2017-10-16T17:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI - SD_SALESDOCUMENT_CREATE Condtion Subroutine Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sd-salesdocument-create-condtion-subroutine-dump/m-p/528578#M19198</link>
      <description>&lt;P&gt;There is a missing parameter when calling the routine. The error seems rather self-explanatory though.&lt;/P&gt;
  &lt;P&gt;SD_SALES_CONDITION_MAINTAIN is not a BAPI. It's an unreleased function module (i.e. the customers should not really be using it).&lt;/P&gt;
  &lt;P&gt;Also it does not create sales orders. Very much confused by this question...&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 18:14:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sd-salesdocument-create-condtion-subroutine-dump/m-p/528578#M19198</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2017-10-16T18:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI - SD_SALESDOCUMENT_CREATE Condtion Subroutine Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sd-salesdocument-create-condtion-subroutine-dump/m-p/528579#M19199</link>
      <description>&lt;P&gt;I am passing to &lt;STRONG&gt;SD_SALES_CONDITION_MAINTAIN &lt;/STRONG&gt;Dump Raised. In St22 Transaction code by clicking the abap editor it gone to the FM module SD_SALES_CONDITION_MAINTAIN.&lt;/P&gt;
  &lt;P&gt;In standard perform 4 input passed. but in form 5 inputs where declared. Suggest me notes to correct the error.&lt;/P&gt;
  &lt;P&gt;perform xkomv_lesen_direkt(sapmj3as) &lt;BR /&gt;using fkonvkom-kposn "1&lt;BR /&gt;fkonvkom-kschl "2&lt;BR /&gt;fkonvkom-j_3aetenr "3&lt;BR /&gt;1 "4&lt;BR /&gt;changing sy-subrc.&lt;/P&gt;
  &lt;P&gt;FORM XKOMV_LESEN_DIREKT USING US_POSNR LIKE KOMV-KPOSN "1&lt;BR /&gt;US_KSCHL LIKE KOMV-KSCHL "2 &lt;BR /&gt;US_ETENR LIKE KOMV-J_3AETENR "AFS "3&lt;BR /&gt;US_TABIX LIKE J_3ACOND-IX_XKOMV "AFS "4&lt;BR /&gt;&lt;STRONG&gt;US_ZAEHK LIKE KOMV-ZAEHK "Missing "5 Missing.&lt;/STRONG&gt;&lt;BR /&gt;CHANGING VALUE(CH_SUBRC) LIKE SY-SUBRC.&lt;/P&gt;
  &lt;P&gt;Hope you understand.&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;Ramesh&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 03:36:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sd-salesdocument-create-condtion-subroutine-dump/m-p/528579#M19199</guid>
      <dc:creator>VenkatRamesh_V</dc:creator>
      <dc:date>2017-10-17T03:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI - SD_SALESDOCUMENT_CREATE Condtion Subroutine Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sd-salesdocument-create-condtion-subroutine-dump/m-p/528580#M19200</link>
      <description>&lt;P&gt;Dear Experts,&lt;/P&gt;
  &lt;P&gt;I tried all Bapi's.&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;/AFS/BAPI_SALESORD_CREATEFDATA&lt;/STRONG&gt;,&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;BAPI_SALESORDER_CREATEFROMDAT2,&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;SD_SALESDOCUMENT_CREATE &lt;/STRONG&gt;-Same error &lt;STRONG&gt;PERFORM_PARAMETER_MISSING Dump Raised &lt;/STRONG&gt;While passing pricing condtions&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Version -EHP7 AFS&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;Kindly suggest me how to solve.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;Ramesh&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 13:22:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sd-salesdocument-create-condtion-subroutine-dump/m-p/528580#M19200</guid>
      <dc:creator>VenkatRamesh_V</dc:creator>
      <dc:date>2017-10-17T13:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI - SD_SALESDOCUMENT_CREATE Condtion Subroutine Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sd-salesdocument-create-condtion-subroutine-dump/m-p/528581#M19201</link>
      <description>&lt;P&gt;Did you check thru version management of include MJ3ASF6A and caller program or directly in SNOTE filtering on component IS-AFS-SD for partially/recently implemented OSS notes on your system?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 13:50:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sd-salesdocument-create-condtion-subroutine-dump/m-p/528581#M19201</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-10-17T13:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI - SD_SALESDOCUMENT_CREATE Condtion Subroutine Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sd-salesdocument-create-condtion-subroutine-dump/m-p/528582#M19202</link>
      <description>&lt;P&gt;Sir,&lt;/P&gt;
  &lt;P&gt;I Already checked program, no version no generated. Basis consultant left job. not able to find which note. &lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/79497-error.jpg" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 14:16:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sd-salesdocument-create-condtion-subroutine-dump/m-p/528582#M19202</guid>
      <dc:creator>VenkatRamesh_V</dc:creator>
      <dc:date>2017-10-17T14:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI - SD_SALESDOCUMENT_CREATE Condtion Subroutine Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sd-salesdocument-create-condtion-subroutine-dump/m-p/528583#M19203</link>
      <description>&lt;P&gt;A Developer will be searching for a relevant note in SAP Service Market Place and Basis Consultant will help in confirming the System data like Component Version/Installation Number/Support package details etc.&lt;/P&gt;
  &lt;P&gt;If you don't find any note relevant atleast from the Functionality and Code point of view, you can raise an OSS message,if you are authorised to.&lt;/P&gt;
  &lt;P&gt;K.Kiran.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 14:28:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sd-salesdocument-create-condtion-subroutine-dump/m-p/528583#M19203</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2017-10-17T14:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI - SD_SALESDOCUMENT_CREATE Condtion Subroutine Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sd-salesdocument-create-condtion-subroutine-dump/m-p/528584#M19204</link>
      <description>&lt;P&gt;While creating Sale order in &lt;STRONG&gt;VA01&lt;/STRONG&gt; no Dump raised. but passing the data to BAPI Dump Raised. Project Manager instructed to change the BAPI. Tried All BAPI'S, Searched with the error message in Google not able to find the Notes related information. &lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 14:36:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sd-salesdocument-create-condtion-subroutine-dump/m-p/528584#M19204</guid>
      <dc:creator>VenkatRamesh_V</dc:creator>
      <dc:date>2017-10-17T14:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI - SD_SALESDOCUMENT_CREATE Condtion Subroutine Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sd-salesdocument-create-condtion-subroutine-dump/m-p/528585#M19205</link>
      <description>&lt;P&gt;Well, maybe the problem then is with the way how you are calling BAPI? But you haven't shared your code. &lt;/P&gt;
  &lt;P&gt;If you believe there is an error in standard then open an incident with SAP Support.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 16:23:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sd-salesdocument-create-condtion-subroutine-dump/m-p/528585#M19205</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2017-10-17T16:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI - SD_SALESDOCUMENT_CREATE Condtion Subroutine Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sd-salesdocument-create-condtion-subroutine-dump/m-p/528586#M19206</link>
      <description>&lt;P&gt;My Code.&lt;/P&gt;
  &lt;P&gt;CLEAR vbak.&lt;BR /&gt; SELECT SINGLE * FROM vbak INTO vbak WHERE vbeln = p_wa_pack_det-sorder.&lt;BR /&gt; &lt;BR /&gt; header-doc_type = 'ZPO'.&lt;BR /&gt; headerx-doc_type = 'ZPO'.&lt;BR /&gt; header-sales_org = vbak-vkorg.&lt;BR /&gt; headerx-sales_org = 'X'.&lt;BR /&gt; header-distr_chan = vbak-VTWEG. "Added on 15/6/2016&lt;BR /&gt; headerx-distr_chan = 'X'.&lt;BR /&gt; header-division = vbak-spart.&lt;BR /&gt; header-req_date_h = sy-datum.&lt;BR /&gt; header-purch_date = sy-datum.&lt;BR /&gt; headerx-division = 'X'.&lt;BR /&gt; headerx-updateflag = 'I'.&lt;BR /&gt; &lt;BR /&gt; header-COMP_CDE_B = vbak-BUKRS_vf.&lt;BR /&gt; headerX-COMP_CDE_B = 'X'.&lt;BR /&gt; &lt;BR /&gt; MOVE-CORRESPONDING header TO header_afs. "AFS&lt;BR /&gt; MOVE-CORRESPONDING headerX TO headerx_afs."AFS&lt;BR /&gt; APPEND header.&lt;BR /&gt; APPEND headerx.&lt;BR /&gt; &lt;BR /&gt; partner-partn_role = 'AG'. "&amp;lt;-- SOLD TO PARTY&lt;BR /&gt; partner-partn_numb = vbak-kunnr.&lt;BR /&gt; MOVE-CORRESPONDING partner TO wa_partner_afs.&lt;BR /&gt; APPEND partner.&lt;BR /&gt; APPEND wa_partner_afs TO partner_afs. "A 16/10/2017&lt;BR /&gt; &lt;BR /&gt; partner-partn_role = 'WE'. "&amp;lt;-- SHIP TO PARTY&lt;BR /&gt; partner-partn_numb = vbak-kunnr.&lt;BR /&gt; MOVE-CORRESPONDING partner TO wa_partner_afs.&lt;BR /&gt; APPEND partner.&lt;BR /&gt; APPEND wa_partner_afs TO partner_afs. "A 16/10/2017&lt;/P&gt;
  &lt;P&gt;item-itm_number = p_item.&lt;BR /&gt; item-material = p_packing-style.&lt;BR /&gt; item-target_qty = P_INVOICEQTY.&lt;BR /&gt; item-SHORT_TEXT = P_INVE-arktx.&lt;BR /&gt; item-REF_DOC = p_packing-sorder.&lt;BR /&gt; *item-plant =&lt;BR /&gt; MOVE-CORRESPONDING item TO wa_item_afs. "A 16/10/2017&lt;BR /&gt; APPEND item.&lt;BR /&gt; APPEND wa_item_afs TO item_afs. "A 16/10/2017&lt;BR /&gt; itemx-itm_number = p_item.&lt;BR /&gt; itemx-updateflag = 'I'.&lt;BR /&gt; itemx-material = 'X'.&lt;BR /&gt; itemx-plant = 'X'.&lt;BR /&gt; itemx-store_loc = 'X'.&lt;BR /&gt; itemx-target_qty = 'X'.&lt;BR /&gt; itemx-REF_DOC = 'X'.&lt;BR /&gt; itemx-SHORT_TEXT = 'X'.&lt;BR /&gt; APPEND itemx.&lt;BR /&gt; MOVE-CORRESPONDING itemx TO wa_itemx_afs. "A 16/10/2017&lt;BR /&gt; APPEND wa_itemx_afs TO itemx_afs. "A 16/10/2017&lt;BR /&gt; &lt;BR /&gt; CLEAR lt_schedules_in.&lt;BR /&gt; lt_schedules_in-itm_number = p_item.&lt;BR /&gt; lt_schedules_in-SCHED_LINE = p_item.&lt;BR /&gt; lt_schedules_in-req_qty = P_INVOICEQTY.&lt;BR /&gt; MOVE-CORRESPONDING lt_schedules_in TO wa_sch_afs.&lt;BR /&gt; APPEND lt_schedules_in.&lt;BR /&gt; APPEND wa_sch_afs TO it_sch_afs.&lt;BR /&gt; &lt;BR /&gt; CLEAR lt_schedules_inx.&lt;BR /&gt; lt_schedules_inx-itm_number = p_item.&lt;BR /&gt; lt_schedules_inx-SCHED_LINE = p_item.&lt;BR /&gt; lt_schedules_inx-updateflag = 'X'.&lt;BR /&gt; lt_schedules_inx-req_qty = 'X'.&lt;BR /&gt; MOVE-CORRESPONDING lt_schedules_inx TO wa_schx_afs.&lt;BR /&gt; APPEND lt_schedules_inx.&lt;BR /&gt; APPEND wa_schx_afs TO it_schx_afs.&lt;BR /&gt; &lt;BR /&gt; *sales_conditions_in-cond_updat = 'X'.&lt;BR /&gt; lt_sales_conditions_in-COND_TYPE = 'PR00'.&lt;BR /&gt; *lt_sales_conditions_in-COND_ST_NO = '100'.&lt;BR /&gt; *lt_sales_conditions_in-COND_COUNT = '1'.&lt;BR /&gt; lt_sales_conditions_in-ITM_NUMBER = p_item.&lt;BR /&gt; lt_sales_conditions_in-cond_value = P_INVOICEPRICE.&lt;BR /&gt; *lt_sales_conditions_in-CONBASEVAL = P_INVOICEPRICE.&lt;BR /&gt; lt_sales_conditions_in-CURRENCY = vbak-waerk.&lt;BR /&gt; &lt;BR /&gt; lt_sales_conditions_inx-updateflag = 'I'.&lt;BR /&gt; lt_sales_conditions_inx-cond_value = 'X'.&lt;BR /&gt; lt_sales_conditions_inx-ITM_NUMBER = p_item.&lt;BR /&gt; lt_sales_conditions_inx-CURRENCY = 'X'.&lt;BR /&gt; lt_sales_conditions_inx-COND_TYPE = 'PR00'.&lt;BR /&gt; lt_sales_conditions_inx-COND_VALUE = 'X'.&lt;BR /&gt; *lt_sales_conditions_inx-COND_ST_NO = '100'.&lt;BR /&gt; *lt_sales_conditions_inx-COND_COUNT = '1'.&lt;BR /&gt; APPEND lt_sales_conditions_inx.&lt;BR /&gt; APPEND lt_sales_conditions_in.&lt;BR /&gt; MOVE-CORRESPONDING lt_sales_conditions_in TO wa_cond_afs.&lt;BR /&gt; wa_cond_afs-SCHED_LINE = '1'.&lt;BR /&gt; APPEND wa_cond_afs TO it_cond_afs.&lt;/P&gt;
  &lt;P&gt;SPAN { font-family: "Courier New"; font-size: 10pt; color: #000000; background: #FFFFFF; } .L0S31 { font-style: italic; color: #808080; }&lt;/P&gt;
  &lt;P&gt;*CALL FUNCTION 'SD_SALESDOCUMENT_CREATE'&lt;BR /&gt; * EXPORTING&lt;BR /&gt; ** SALESDOCUMENT =&lt;BR /&gt; * sales_header_in = header&lt;BR /&gt; * sales_header_inx = headerx&lt;BR /&gt; * TESTRUN = 'X'&lt;BR /&gt; * IMPORTING&lt;BR /&gt; * salesdocument_ex = lv_order&lt;BR /&gt; * TABLES&lt;BR /&gt; * return = return&lt;BR /&gt; * sales_items_in = item&lt;BR /&gt; * sales_items_inx = itemx&lt;BR /&gt; * sales_partners = partner&lt;BR /&gt; * sales_schedules_in = lt_schedules_in&lt;BR /&gt; * sales_schedules_inx = lt_schedules_inx&lt;BR /&gt; * SALES_CONDITIONS_IN = lt_SALES_CONDITIONS_IN&lt;BR /&gt; * SALES_CONDITIONS_INX = lt_SALES_CONDITIONS_INX.&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;Ramesh&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 16:30:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sd-salesdocument-create-condtion-subroutine-dump/m-p/528586#M19206</guid>
      <dc:creator>VenkatRamesh_V</dc:creator>
      <dc:date>2017-10-17T16:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI - SD_SALESDOCUMENT_CREATE Condtion Subroutine Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sd-salesdocument-create-condtion-subroutine-dump/m-p/528587#M19207</link>
      <description>&lt;P&gt;Please use "comment on this answer" when responding to an existing answer. If you post a new answer then no one gets notified about it. Also if it's not actually an answer it's confusing to the readers.&lt;/P&gt;
  &lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 18:00:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sd-salesdocument-create-condtion-subroutine-dump/m-p/528587#M19207</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2017-10-18T18:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI - SD_SALESDOCUMENT_CREATE Condtion Subroutine Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sd-salesdocument-create-condtion-subroutine-dump/m-p/528588#M19208</link>
      <description>&lt;P&gt;When calling BAPI, we only need to include the manual pricing conditions. If pricing can be determined based on the condition records then we don't need to send any pricing information. Not sure how PR00 is configured in your system. &lt;/P&gt;
  &lt;P&gt;Other that that, based on the fact that one standard routine calls another standard routine incorrectly I'd go ahead and contact SAP Support. We don't have this program in our system, so I can't tell what else is in it and what is it's purpose. &lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 18:05:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sd-salesdocument-create-condtion-subroutine-dump/m-p/528588#M19208</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2017-10-18T18:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI - SD_SALESDOCUMENT_CREATE Condtion Subroutine Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sd-salesdocument-create-condtion-subroutine-dump/m-p/528589#M19209</link>
      <description>&lt;P&gt;Thank you for replying.&lt;/P&gt;
  &lt;P&gt;Kindly see the attachment.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/80689-sd-procedure1.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/80690-sd-conditon-type.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/80691-sd-va01.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;Ramesh&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2017 02:29:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sd-salesdocument-create-condtion-subroutine-dump/m-p/528589#M19209</guid>
      <dc:creator>VenkatRamesh_V</dc:creator>
      <dc:date>2017-10-19T02:29:19Z</dc:date>
    </item>
  </channel>
</rss>

