<?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 'PRELIMINARY_POSTING_FB01' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/preliminary-posting-fb01/m-p/9280775#M1723978</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;&lt;/P&gt;&lt;P&gt;We are using FM 'PRELIMINARY_POSTING_FB01' for parking the invoice document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create test data and able to see the parked&amp;nbsp; document in the pop-up message and even in the respective table, the requirement is we want the details of parked &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;doc number once it is created from the FM, as the FM doesn't contain any return parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need parked document number generated after the FM is called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohammed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Feb 2013 11:06:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-02-21T11:06:58Z</dc:date>
    <item>
      <title>'PRELIMINARY_POSTING_FB01'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/preliminary-posting-fb01/m-p/9280775#M1723978</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;&lt;/P&gt;&lt;P&gt;We are using FM 'PRELIMINARY_POSTING_FB01' for parking the invoice document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create test data and able to see the parked&amp;nbsp; document in the pop-up message and even in the respective table, the requirement is we want the details of parked &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;doc number once it is created from the FM, as the FM doesn't contain any return parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need parked document number generated after the FM is called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohammed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 11:06:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/preliminary-posting-fb01/m-p/9280775#M1723978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-21T11:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: 'PRELIMINARY_POSTING_FB01'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/preliminary-posting-fb01/m-p/9280776#M1723979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the options below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the function commit work and wait , code it as below&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; lv_fs_name = '(SAPLF040)XVBKPF[]'.&lt;/P&gt;&lt;P&gt;&amp;nbsp; ASSIGN (lv_fs_name) TO &amp;lt;fs&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF &amp;lt;fs&amp;gt; IS ASSIGNED.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; READ TABLE &amp;lt;fs&amp;gt; INTO ls_vbkpf INDEX 1.&lt;/P&gt;&lt;P&gt;&amp;nbsp; ENDIF.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; write ls_vbkpf-belnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; or you can also try with the below after the function call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; DATA lt_xbltab TYPE re_t_ex_blntab.&lt;/P&gt;&lt;P&gt; DATA ls_xbltab&amp;nbsp;&amp;nbsp;&amp;nbsp; TYPE blntab.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; IMPORT xbltab TO lt_xbltab FROM MEMORY ID 'FI_XBLTAB'.&lt;/P&gt;&lt;P&gt; READ TABLE lt_xbltab INTO ls_xbltab INDEX 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 11:17:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/preliminary-posting-fb01/m-p/9280776#M1723979</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2013-02-21T11:17:20Z</dc:date>
    </item>
  </channel>
</rss>

