<?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: Function Module for Documetn Flow Reading in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-documetn-flow-reading/m-p/1304323#M159544</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lakshminarayan,&lt;/P&gt;&lt;P&gt;     The exact requirement is to fetch the shipment number i.e Shipment notfication number.&lt;/P&gt;&lt;P&gt;     I have the delivery as the input, one more issue here is that for the delivery there would be a select option so if no  select option then all the deliveries would be considered.&lt;/P&gt;&lt;P&gt; this is the code i have written&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; DATA : BEGIN OF g_t_tknum OCCURS 0,&lt;/P&gt;&lt;P&gt;          vbelv  LIKE  likp-vbeln,&lt;/P&gt;&lt;P&gt;          vbeln  LIKE  vttk-tknum,&lt;/P&gt;&lt;P&gt;          shtyp  LIKE  vttk-shtyp,&lt;/P&gt;&lt;P&gt;        END OF g_t_tknum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT vbelv vbeln&lt;/P&gt;&lt;P&gt;   INTO CORRESPONDING FIELDS OF TABLE g_t_tknum&lt;/P&gt;&lt;P&gt;       FROM vbfa&lt;/P&gt;&lt;P&gt;       WHERE vbelv IN s_vbeln&lt;/P&gt;&lt;P&gt;         AND posnv = '000000'&lt;/P&gt;&lt;P&gt;         AND vbtyp_n = '8'&lt;/P&gt;&lt;P&gt;         AND vbtyp_v = 'J'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 May 2006 09:10:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-22T09:10:42Z</dc:date>
    <item>
      <title>Function Module for Documetn Flow Reading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-documetn-flow-reading/m-p/1304320#M159541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;   I have requirement to read the document flow of a sales document.&lt;/P&gt;&lt;P&gt;   Actually i am using a select statement for the table VBFA. But then it is taking a very long time the performance is very bad.&lt;/P&gt;&lt;P&gt;  I remember having used a fucntion module some time before but cant recall the name.&lt;/P&gt;&lt;P&gt;  Kindly let me know if anyone of you know which is the function module to read the document flow of a sales document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Thankyou.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 08:55:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-documetn-flow-reading/m-p/1304320#M159541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-22T08:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Documetn Flow Reading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-documetn-flow-reading/m-p/1304321#M159542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Brijesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You explain your correct requirement, and i shall say you which tables to use for the correct link and faster performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Lakshminarayanan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 09:05:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-documetn-flow-reading/m-p/1304321#M159542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-22T09:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Documetn Flow Reading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-documetn-flow-reading/m-p/1304322#M159543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;RV_ORDER_FLOW_INFORMATION &amp;lt;/b&amp;gt; Reads sales document flow of sales document after delivery and billing  &lt;/P&gt;&lt;P&gt;Don't forget also check direct reference documents for the both starting document # and preceding/following document types that you are searching for (For example, if you search delivery for the given SO, check also LIPS-VGBEL and LIPS-VGPOS, if it's possible with regard to performance).  &lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 09:09:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-documetn-flow-reading/m-p/1304322#M159543</guid>
      <dc:creator>vinod_gunaware2</dc:creator>
      <dc:date>2006-05-22T09:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Documetn Flow Reading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-documetn-flow-reading/m-p/1304323#M159544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lakshminarayan,&lt;/P&gt;&lt;P&gt;     The exact requirement is to fetch the shipment number i.e Shipment notfication number.&lt;/P&gt;&lt;P&gt;     I have the delivery as the input, one more issue here is that for the delivery there would be a select option so if no  select option then all the deliveries would be considered.&lt;/P&gt;&lt;P&gt; this is the code i have written&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; DATA : BEGIN OF g_t_tknum OCCURS 0,&lt;/P&gt;&lt;P&gt;          vbelv  LIKE  likp-vbeln,&lt;/P&gt;&lt;P&gt;          vbeln  LIKE  vttk-tknum,&lt;/P&gt;&lt;P&gt;          shtyp  LIKE  vttk-shtyp,&lt;/P&gt;&lt;P&gt;        END OF g_t_tknum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT vbelv vbeln&lt;/P&gt;&lt;P&gt;   INTO CORRESPONDING FIELDS OF TABLE g_t_tknum&lt;/P&gt;&lt;P&gt;       FROM vbfa&lt;/P&gt;&lt;P&gt;       WHERE vbelv IN s_vbeln&lt;/P&gt;&lt;P&gt;         AND posnv = '000000'&lt;/P&gt;&lt;P&gt;         AND vbtyp_n = '8'&lt;/P&gt;&lt;P&gt;         AND vbtyp_v = 'J'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 09:10:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-documetn-flow-reading/m-p/1304323#M159544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-22T09:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Documetn Flow Reading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-documetn-flow-reading/m-p/1304324#M159545</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;check these FM's  &amp;lt;b&amp;gt;RV_FLOW&amp;lt;/b&amp;gt;                     &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt; RV_ORDER_FLOW_INFORMATION  &amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 09:12:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-documetn-flow-reading/m-p/1304324#M159545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-22T09:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Documetn Flow Reading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-documetn-flow-reading/m-p/1304325#M159546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See for getting the shipment document against a delivery no, you can go to table VTTP, pass the delivery no into the field VTTP-VBELN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get the shipment document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For getting the transportation planning point plant you can put a join against VTTK and VTTP and get the field vttk-tplst. This field is same as the plant where order/delivery/invoice has been issued.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves your issue.&lt;/P&gt;&lt;P&gt;Lakshminarayanan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Lakshminarayanan Jagannathan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 09:22:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-documetn-flow-reading/m-p/1304325#M159546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-22T09:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Documetn Flow Reading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-documetn-flow-reading/m-p/1304326#M159547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Thanks a lot for all your inputs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 09:29:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-documetn-flow-reading/m-p/1304326#M159547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-22T09:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Documetn Flow Reading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-documetn-flow-reading/m-p/1304327#M159548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please rewars my first points if you got the solution right.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 09:40:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-documetn-flow-reading/m-p/1304327#M159548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-22T09:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Documetn Flow Reading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-documetn-flow-reading/m-p/1304328#M159549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thankyou,&lt;/P&gt;&lt;P&gt;i was not aware of this will keep it in mind from next time to rewaard the points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 10:18:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-documetn-flow-reading/m-p/1304328#M159549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-22T10:18:53Z</dc:date>
    </item>
  </channel>
</rss>

