<?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: FM module not returning the document number in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-module-not-returning-the-document-number/m-p/7125929#M1511777</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tables are used for input and output....look at contents of the internal table(s) AFTER your FM call.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Jul 2010 13:29:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-16T13:29:07Z</dc:date>
    <item>
      <title>FM module not returning the document number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-module-not-returning-the-document-number/m-p/7125926#M1511774</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;I am using  FM PRELIMINARY_POSTING_FB01 to park a document, it's working perfectly fine and I am able to park the document as well but at the end of the FM it's not returning me the document number, so can you please tell me how can I get the document number which I parked using this FM at the end of the program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajat Garg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 13:00:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-module-not-returning-the-document-number/m-p/7125926#M1511774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-16T13:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: FM module not returning the document number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-module-not-returning-the-document-number/m-p/7125927#M1511775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the tables parameter you are getting BKPF back.. I think you can get document number from this..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 13:07:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-module-not-returning-the-document-number/m-p/7125927#M1511775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-16T13:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: FM module not returning the document number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-module-not-returning-the-document-number/m-p/7125928#M1511776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Can you please expalin a little more, This is what I am passing: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;call function 'PRELIMINARY_POSTING_FB01'
exporting
i_tcode = 'FV60'
I_XCMPL = 'X'
I_TCODE_INT = 'FV60'
IMPORTING xepbbp = l_xepbbp
tables
t_bkpf = lt_bkpf
t_bseg = lt_bseg
t_bsec = lt_bsec
t_bset = lt_bset
t_bsez = lt_bsez
exceptions
error_message = 1.
p_return-id = sy-msgid.
p_return-type = sy-msgty.
p_return-number = sy-msgno.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 13:10:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-module-not-returning-the-document-number/m-p/7125928#M1511776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-16T13:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: FM module not returning the document number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-module-not-returning-the-document-number/m-p/7125929#M1511777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tables are used for input and output....look at contents of the internal table(s) AFTER your FM call.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 13:29:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-module-not-returning-the-document-number/m-p/7125929#M1511777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-16T13:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: FM module not returning the document number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-module-not-returning-the-document-number/m-p/7125930#M1511778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When a document is created and saved to the database, the document number is stored in the SAP memory. You can access this number from the memory using the Parameter ID that identifies the particular document number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using Get parameter Id for extracting the value from SAP memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: w_belnr TYPE bkpf-belnr.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;GET PARAMETER ID 'BLN' field w_belnr.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 13:29:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-module-not-returning-the-document-number/m-p/7125930#M1511778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-16T13:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: FM module not returning the document number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-module-not-returning-the-document-number/m-p/7125931#M1511779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Raj.. Can you please explain a lil more in detail as I am not that familiar with this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 13:35:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-module-not-returning-the-document-number/m-p/7125931#M1511779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-16T13:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: FM module not returning the document number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-module-not-returning-the-document-number/m-p/7125932#M1511780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;READ TABLE it_bkpf INDEX 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF sy-subrc = 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Accounting document&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;GET PARAMETER ID 'BLN' FIELD it_bkpf-belnr.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Raj on Jul 16, 2010 7:13 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 13:43:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-module-not-returning-the-document-number/m-p/7125932#M1511780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-16T13:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: FM module not returning the document number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-module-not-returning-the-document-number/m-p/7125933#M1511781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this but the problem is the lt_bkpf doesn't have the document number it and hence nothing was retrieved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 13:46:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-module-not-returning-the-document-number/m-p/7125933#M1511781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-16T13:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: FM module not returning the document number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-module-not-returning-the-document-number/m-p/7125934#M1511782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also tried likt his: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:w_belnr TYPE bkpf-belnr,&lt;/P&gt;&lt;P&gt; para TYPE tpara-paramid VALUE 'BLN'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET PARAMETER ID para FIELD w_belnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but nothing is happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: rajatg on Jul 16, 2010 3:51 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 13:50:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-module-not-returning-the-document-number/m-p/7125934#M1511782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-16T13:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: FM module not returning the document number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-module-not-returning-the-document-number/m-p/7125935#M1511783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The document must be in one of the internal tables otherwise it would not allow you to park the document. Can you please check it again or post the sy-subrc value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 13:53:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-module-not-returning-the-document-number/m-p/7125935#M1511783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-16T13:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: FM module not returning the document number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-module-not-returning-the-document-number/m-p/7125936#M1511784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not there... any other clue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 14:44:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-module-not-returning-the-document-number/m-p/7125936#M1511784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-16T14:44:52Z</dc:date>
    </item>
  </channel>
</rss>

