<?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: FBL3N in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n/m-p/2210534#M473392</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;  And also, USE &lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'FBL3N' USING MODE 'A' UPDATE 'S' MESSAGES INTO&lt;/P&gt;&lt;P&gt;TBL_BDCMSG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By that you can see all screen and trap the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Manju.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 May 2007 06:57:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-11T06:57:27Z</dc:date>
    <item>
      <title>FBL3N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n/m-p/2210532#M473390</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;as most of u know if we give FB3LN transaction we need to give G/L account number and company code my requirement is like this i need to compile the code below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ZFBL3N.&lt;/P&gt;&lt;P&gt;TABLES:SKB1.DATA : cursorfld(40) , cursorval(10).&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS CODE FOR SKB1-BUKRS OBLIGATORY.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS YEAR FOR SKB1-SAKNR OBLIGATORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'BUK' FIELD CODE.&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'SAK' FIELD YEAR.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'FBL3N'.&lt;/P&gt;&lt;P&gt;END-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And now the the value i give thru dis code as input should be given as input to FB3LN transaction like i should not enter any more values in FB3LN TCODE.....The above code is taking values but the value that is coming der in the FBL3N tcode but am getting a differnt value der.....please help and if needed giv the necessary changes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 06:38:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n/m-p/2210532#M473390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-11T06:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: FBL3N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n/m-p/2210533#M473391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Whenever you are using SET and GET be careful. The vales which you are sting should be the recent values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Why because, it will st the Vales in SAP memory. So, those should be the recent values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, check the &amp;lt;b&amp;gt;set parameter&amp;lt;/b&amp;gt; , clear that field and immediately transfer it to an variable and pass it thru BDC in Call tranasction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Manju.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 06:52:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n/m-p/2210533#M473391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-11T06:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: FBL3N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n/m-p/2210534#M473392</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;  And also, USE &lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'FBL3N' USING MODE 'A' UPDATE 'S' MESSAGES INTO&lt;/P&gt;&lt;P&gt;TBL_BDCMSG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By that you can see all screen and trap the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Manju.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 06:57:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n/m-p/2210534#M473392</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-11T06:57:27Z</dc:date>
    </item>
  </channel>
</rss>

