<?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: Document flow in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-flow/m-p/6576532#M1433713</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;Alternatively you can use table &lt;STRONG&gt;VBFA&lt;/STRONG&gt; to reduce the number of database hits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Feb 2010 13:21:50 GMT</pubDate>
    <dc:creator>vinod_vemuru2</dc:creator>
    <dc:date>2010-02-08T13:21:50Z</dc:date>
    <item>
      <title>Document flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-flow/m-p/6576530#M1433711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello together,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to code something like a liquidity forecast.&lt;/P&gt;&lt;P&gt;Therefore I have to read the document flow starting in the SD order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me how to realize it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I searched for function modules and DB-tables, but I did not find what I'm looking for.&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>Mon, 08 Feb 2010 13:05:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-flow/m-p/6576530#M1433711</guid>
      <dc:creator>HKany</dc:creator>
      <dc:date>2010-02-08T13:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Document flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-flow/m-p/6576531#M1433712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Use the function module  'SD_DOCUMENT_FLOW_GET'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For header doucment flow,&lt;/P&gt;&lt;P&gt;  populate I_Posnr as zero.&lt;/P&gt;&lt;P&gt;  populate the sales order number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For item level document flow,&lt;/P&gt;&lt;P&gt;  populate both sales order number and item number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
 CALL FUNCTION 'SD_DOCUMENT_FLOW_GET'.
    EXPORTING
      IV_DOCNUM          = i_vbeln
      IV_ITEMNUM         = i_posnr
    IMPORTING
   ET_DOCFLOW         = t_docflow.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vignesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 13:15:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-flow/m-p/6576531#M1433712</guid>
      <dc:creator>former_member491305</dc:creator>
      <dc:date>2010-02-08T13:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Document flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-flow/m-p/6576532#M1433713</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;Alternatively you can use table &lt;STRONG&gt;VBFA&lt;/STRONG&gt; to reduce the number of database hits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 13:21:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-flow/m-p/6576532#M1433713</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2010-02-08T13:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Document flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-flow/m-p/6576533#M1433714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'SD_DOCUMENT_FLOW_GET' was only the beginning. After a lot of days developing the report it is done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 10:36:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-flow/m-p/6576533#M1433714</guid>
      <dc:creator>HKany</dc:creator>
      <dc:date>2010-03-31T10:36:33Z</dc:date>
    </item>
  </channel>
</rss>

