<?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: Determining value for freight conditions in BAPI_CUSTOMERRETURN_CREATE. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/determining-value-for-freight-conditions-in-bapi-customerreturn-create/m-p/1073170#M95449</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Was there any solution to this problem?&lt;/P&gt;&lt;P&gt;I am facing the same issue - the return order is populated but the pricing conditions saved manually are not reflected in the return order created using bapi_customerreturn_create.&lt;/P&gt;&lt;P&gt;Any help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Feb 2010 14:20:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-02T14:20:07Z</dc:date>
    <item>
      <title>Determining value for freight conditions in BAPI_CUSTOMERRETURN_CREATE.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/determining-value-for-freight-conditions-in-bapi-customerreturn-create/m-p/1073167#M95446</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 am using BAPI_CUSTOMERRETURN_CREATE for customer returns in sales order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am passing the parameters as shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       LW_LOGIC_SWITCH-PRICING = 'G'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      SORT LT_ITEM_IN1 BY ITM_NUMBER.&lt;/P&gt;&lt;P&gt;      IF G_DATAR = C_SET AND NOT T_TC_0200[] IS INITIAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   Call BAPI FM to Create Sales order.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     CALL FUNCTION 'BAPI_CUSTOMERRETURN_CREATE'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;        RETURN_HEADER_IN        = LW_HEADER&lt;/P&gt;&lt;P&gt;        RETURN_HEADER_INX       = LW_RETURN_HEADER_INX&lt;/P&gt;&lt;P&gt;        BINARY_RELATIONSHIPTYPE = L_RELTYPE&lt;/P&gt;&lt;P&gt;        LOGIC_SWITCH            = LW_LOGIC_SWITCH&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        SALESDOCUMENT           = G_ORDER_NUMBER&lt;/P&gt;&lt;P&gt;     TABLES&lt;/P&gt;&lt;P&gt;       RETURN                  = LT_RETURN&lt;/P&gt;&lt;P&gt;       RETURN_ITEMS_IN         = LT_ITEM_IN1&lt;/P&gt;&lt;P&gt;       RETURN_PARTNERS         = LT_PARTNER2&lt;/P&gt;&lt;P&gt;       RETURN_SCHEDULES_IN     = LT_SCHEDULES&lt;/P&gt;&lt;P&gt;       RETURN_CONDITIONS_IN    = LT_ORDER_CONDITIONS_IN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; but the freight values are not being populated into the sales order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anybody please suggest me the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; thanks in advance,&lt;/P&gt;&lt;P&gt; Srikanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2005 11:57:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/determining-value-for-freight-conditions-in-bapi-customerreturn-create/m-p/1073167#M95446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-02T11:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Determining value for freight conditions in BAPI_CUSTOMERRETURN_CREATE.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/determining-value-for-freight-conditions-in-bapi-customerreturn-create/m-p/1073168#M95447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srikanth,&lt;/P&gt;&lt;P&gt; Did you use the Bapi_Transaction_Commit after this BAPI call?&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2005 12:03:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/determining-value-for-freight-conditions-in-bapi-customerreturn-create/m-p/1073168#M95447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-02T12:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Determining value for freight conditions in BAPI_CUSTOMERRETURN_CREATE.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/determining-value-for-freight-conditions-in-bapi-customerreturn-create/m-p/1073169#M95448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i am using it.&lt;/P&gt;&lt;P&gt; i can see the sales order(Return) created but when it comes to the Pricing it is showing differently from the referenced order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;srikanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2005 13:14:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/determining-value-for-freight-conditions-in-bapi-customerreturn-create/m-p/1073169#M95448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-02T13:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Determining value for freight conditions in BAPI_CUSTOMERRETURN_CREATE.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/determining-value-for-freight-conditions-in-bapi-customerreturn-create/m-p/1073170#M95449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Was there any solution to this problem?&lt;/P&gt;&lt;P&gt;I am facing the same issue - the return order is populated but the pricing conditions saved manually are not reflected in the return order created using bapi_customerreturn_create.&lt;/P&gt;&lt;P&gt;Any help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 14:20:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/determining-value-for-freight-conditions-in-bapi-customerreturn-create/m-p/1073170#M95449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-02T14:20:07Z</dc:date>
    </item>
  </channel>
</rss>

