<?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 with Correct Links in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-flow-with-correct-links/m-p/8716826#M1672465</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your advice but unfortunatly when I filled the COMWA structure with my order details the table VBFA_TAB&lt;SPAN style="font-family: mceinline;"&gt; just gave me back more information on my order but not the structured list of follow on documents.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Apr 2012 08:24:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-04-26T08:24:19Z</dc:date>
    <item>
      <title>Document Flow with Correct Links</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-flow-with-correct-links/m-p/8716822#M1672461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know the Function Module that is called when you view a document flow from a sales order from VA03. My requirement is to be able to match up variaous document types to their coresponding entry, so for example, in the screen shot VA03, I can see what delivery relates to that order, what invoice and inter-company relates to that delivery, what accounting document hangs off that invoice and intercompany and what cancellations hangs off that invoice and intercompany.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if I use Function Module SD_VBFA_SELECT, I only can see the documents, but I can't see where they hang together. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know where I can find the FM that show's the correct flow?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;Colm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 14:40:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-flow-with-correct-links/m-p/8716822#M1672461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-25T14:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Document Flow with Correct Links</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-flow-with-correct-links/m-p/8716823#M1672462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;VBFA is the document flow table for SD.&amp;nbsp; One looks forward only in this table; you can go from inquiry to quote to sales doc to delivery to invoice here by looking from a starting document and getting the next document, based on the document types (coded in VBFA).&amp;nbsp; For backward reads, look at the previous document item fields in table VBRP (back to sales and delivery, for example ), LIPS (back to sales), and VBAP (back to prior document).&amp;nbsp;&amp;nbsp;&amp;nbsp; Prior docs/items/types are typically named alike, like &lt;/P&gt;&lt;P&gt;VBRP-VBELV,POSNV, VGBEL,VGPOS,VGTYP, AUBEL,AUPOS,AUREF, for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SD document flow is a sorted and formatted display of VBFA.&amp;nbsp; To see how it works, find a sales order that is delivered and invoiced, the get all rows from VBFA where the preceding document is the sales order, using SE11 or SE16.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 14:53:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-flow-with-correct-links/m-p/8716823#M1672462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-25T14:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Document Flow with Correct Links</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-flow-with-correct-links/m-p/8716824#M1672463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try with FM 'RV_ORDER_FLOW_INFORMATION', give the Sales order details in VBCO6. it will give the details in VBFA_TAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Bala Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 15:00:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-flow-with-correct-links/m-p/8716824#M1672463</guid>
      <dc:creator>former_member585060</dc:creator>
      <dc:date>2012-04-25T15:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Document Flow with Correct Links</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-flow-with-correct-links/m-p/8716825#M1672464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So am I to take it from this that what you are suggesting is that rather than reading the whole document flow as one thing, you have to read each individual document and see what it's follow on documents are, and then for those follow on documents, see what their follow on documents are?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this really what VA03 does?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 08:21:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-flow-with-correct-links/m-p/8716825#M1672464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-26T08:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Document Flow with Correct Links</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-flow-with-correct-links/m-p/8716826#M1672465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your advice but unfortunatly when I filled the COMWA structure with my order details the table VBFA_TAB&lt;SPAN style="font-family: mceinline;"&gt; just gave me back more information on my order but not the structured list of follow on documents.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 08:24:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-flow-with-correct-links/m-p/8716826#M1672465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-26T08:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Document Flow with Correct Links</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-flow-with-correct-links/m-p/8716827#M1672466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Check on the entries displayed, it will list on all the document flow documents, the standard VA03 uses the same function module, and filters some entries and display in output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Bala Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 09:35:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-flow-with-correct-links/m-p/8716827#M1672466</guid>
      <dc:creator>former_member585060</dc:creator>
      <dc:date>2012-04-26T09:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Document Flow with Correct Links</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-flow-with-correct-links/m-p/8716828#M1672467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help, I found the FM I require. &lt;SPAN style="font-size: 12pt; font-family: Calibri;"&gt;SD_DOCUMENT_FLOW_GET gives me the flow of the documents and links them correctly to their preceeding documents in way that allows me to process them.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Calibri;"&gt;Thanks for your help&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 09:57:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-flow-with-correct-links/m-p/8716828#M1672467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-26T09:57:14Z</dc:date>
    </item>
  </channel>
</rss>

