<?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: Question on function module for SD document flow in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-function-module-for-sd-document-flow/m-p/7069163#M1504407</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the hint Jelena. I degugged the document flow program and found that in the function module RV_ORDER_FLOW_INFORMATION if all the documents are created on the same day, the system uses the time to sort the document flow table before display. &lt;/P&gt;&lt;P&gt;So in my call to the function module RV_DOCUMENT_FLOW_UPDATE_U I used sy-datum and sy-uzeit for creation date and time and now it is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rugmani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jul 2010 23:10:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-21T23:10:58Z</dc:date>
    <item>
      <title>Question on function module for SD document flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-function-module-for-sd-document-flow/m-p/7069159#M1504403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question with regard to SD document flow. I am creating a delivery w/o order reference (using transaction code: VL01NO). The follow up invoice document for this needs to be a manual invoice document (customer invoice, invoice type DR) created using transaction code F-22.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As it is a manual invoice, I am using the function RV_DOCUMENT_FLOW_UPDATE_U to update the document flow of the delivery with this invoice number (just for record purposes). However, when I execute the function, the invoice shows up above the picking and goods issue. For e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Delivery w/o Ref. 80154622          &lt;/P&gt;&lt;P&gt;. Invoice 18006198                  &lt;/P&gt;&lt;P&gt;. Picking request 20100720          &lt;/P&gt;&lt;P&gt;. GD goods issue:delvy 490030123    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to have the invoice show up after the goods issue? i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Delivery w/o Ref. 80154622          &lt;/P&gt;&lt;P&gt;. Picking request 20100720          &lt;/P&gt;&lt;P&gt;. GD goods issue:delvy 490030123    &lt;/P&gt;&lt;P&gt;. Invoice 18006198                  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how I can do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rugmani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jul 2010 21:08:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-function-module-for-sd-document-flow/m-p/7069159#M1504403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-21T21:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Question on function module for SD document flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-function-module-for-sd-document-flow/m-p/7069160#M1504404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a theory that the documents are displayed in the order of VBTYP_N field. If you look at the list of possible values for this field then you'll notice that it resembles the natural document flow in SD. Invoice is listed there before TR and GI, so that's how it's displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use another value for this field, it might help. Try 'U' (Proforma invoice), for example, and see if it helps. Unfortunately, I don't have a system with deliveries to verify this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jul 2010 21:55:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-function-module-for-sd-document-flow/m-p/7069160#M1504404</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2010-07-21T21:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Question on function module for SD document flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-function-module-for-sd-document-flow/m-p/7069161#M1504405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jelena,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your suggestions. There are 2 issues with this:&lt;/P&gt;&lt;P&gt;1. The invoice I am creating is not a pro-forma invoice. So I need to use 'M'.&lt;/P&gt;&lt;P&gt;2. However, just for experimenting purposes, I tried using 'U'.  Unfortunatey, even that did not help. The Pro forma invoice is listed just below the delivery in the document flow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rugmani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jul 2010 22:08:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-function-module-for-sd-document-flow/m-p/7069161#M1504405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-21T22:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Question on function module for SD document flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-function-module-for-sd-document-flow/m-p/7069162#M1504406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm guessing document flow is displayed by DISPLAY_DOCUMENT_FLOW_ALV FM. You can debug it and see how the hierarchy is determined for deliveries.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jul 2010 22:20:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-function-module-for-sd-document-flow/m-p/7069162#M1504406</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2010-07-21T22:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Question on function module for SD document flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-function-module-for-sd-document-flow/m-p/7069163#M1504407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the hint Jelena. I degugged the document flow program and found that in the function module RV_ORDER_FLOW_INFORMATION if all the documents are created on the same day, the system uses the time to sort the document flow table before display. &lt;/P&gt;&lt;P&gt;So in my call to the function module RV_DOCUMENT_FLOW_UPDATE_U I used sy-datum and sy-uzeit for creation date and time and now it is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rugmani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jul 2010 23:10:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-function-module-for-sd-document-flow/m-p/7069163#M1504407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-21T23:10:58Z</dc:date>
    </item>
  </channel>
</rss>

