<?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: Help needed to understand code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-to-understand-code/m-p/11608642#M1940873</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You didn't explore the&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #0000ff;"&gt;PERFORM&lt;/SPAN&gt; kundenpreis_freigeben&lt;SPAN style="color: #800097;"&gt;(&lt;/SPAN&gt;sapfv45p&lt;SPAN style="color: #800097;"&gt;)&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;USING&lt;/SPAN&gt; t_vbap_aux-posnr&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;(&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN&gt;Enable&lt;/SPAN&gt; &lt;SPAN&gt;custom&lt;/SPAN&gt; &lt;SPAN&gt;price?)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Apr 2016 10:20:30 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2016-04-06T10:20:30Z</dc:date>
    <item>
      <title>Help needed to understand code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-to-understand-code/m-p/11608641#M1940872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ALl,&lt;/P&gt;&lt;P&gt;I have come across following code .&lt;/P&gt;&lt;P&gt;I am not seeing any field being modified after reading using 'SD_SALES_DOCUMENT_READ'.&lt;/P&gt;&lt;P&gt;Can anybody exaplain me what is the role of 'SD_SALES_DOCUMENT_SAVE' then?&lt;/P&gt;&lt;P&gt;No parameters being passed to this function module either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/923822" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 10:12:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-to-understand-code/m-p/11608641#M1940872</guid>
      <dc:creator>sanjay_deshpande4</dc:creator>
      <dc:date>2016-04-06T10:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed to understand code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-to-understand-code/m-p/11608642#M1940873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You didn't explore the&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #0000ff;"&gt;PERFORM&lt;/SPAN&gt; kundenpreis_freigeben&lt;SPAN style="color: #800097;"&gt;(&lt;/SPAN&gt;sapfv45p&lt;SPAN style="color: #800097;"&gt;)&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;USING&lt;/SPAN&gt; t_vbap_aux-posnr&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;(&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN&gt;Enable&lt;/SPAN&gt; &lt;SPAN&gt;custom&lt;/SPAN&gt; &lt;SPAN&gt;price?)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 10:20:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-to-understand-code/m-p/11608642#M1940873</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-04-06T10:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed to understand code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-to-understand-code/m-p/11608643#M1940874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;SD_SALES_DOCUMENT_SAVE - create Sales doc from the copied document. FM 'SD_SALES_DOCUMENT_READ' will provide the reference doc.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 10:32:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-to-understand-code/m-p/11608643#M1940874</guid>
      <dc:creator>pranay570708</dc:creator>
      <dc:date>2016-04-06T10:32:16Z</dc:date>
    </item>
  </channel>
</rss>

