<?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 User Exit for - FLB2 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-flb2/m-p/7387461#M1544855</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to fill data into a cutom table when I would excute FLB2.&lt;/P&gt;&lt;P&gt;I am looking for a exit to do this. &lt;/P&gt;&lt;P&gt;I have acheived this in  ECC 6.0 as there are some enhancements points in the report RFEBLB20 and have done it , Now I want to implement the same in 4.7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as a reference my code in ECC 6.0&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
      wa_ztable-bukrs      = avik-bukrs.
      wa_ztable-koart      = avik-koart.
      wa_ztable-konto      = avik-konto.
      wa_ztable-avsid      = avik-avsid.
      wa_ztable-bukrs      = avik-bukrs.
      wa_ztable-ernam      = sy-uname.
      wa_ztable-erdat      = sy-datum.
      wa_ztable-name1      = febep-kkrf2.

      SELECT SINGLE name1 FROM kna1
        INTO wa_ztable-name2
        WHERE kunnr = avik-konto.
      IF sy-subrc NE 0.
        CLEAR: wa_ztable-name2.
      ENDIF.
      MODIFY ztable FROM wa_ztable.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajeev.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rajeev_D on Oct 13, 2010 5:12 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Oct 2010 15:11:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-13T15:11:15Z</dc:date>
    <item>
      <title>User Exit for - FLB2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-flb2/m-p/7387461#M1544855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to fill data into a cutom table when I would excute FLB2.&lt;/P&gt;&lt;P&gt;I am looking for a exit to do this. &lt;/P&gt;&lt;P&gt;I have acheived this in  ECC 6.0 as there are some enhancements points in the report RFEBLB20 and have done it , Now I want to implement the same in 4.7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as a reference my code in ECC 6.0&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
      wa_ztable-bukrs      = avik-bukrs.
      wa_ztable-koart      = avik-koart.
      wa_ztable-konto      = avik-konto.
      wa_ztable-avsid      = avik-avsid.
      wa_ztable-bukrs      = avik-bukrs.
      wa_ztable-ernam      = sy-uname.
      wa_ztable-erdat      = sy-datum.
      wa_ztable-name1      = febep-kkrf2.

      SELECT SINGLE name1 FROM kna1
        INTO wa_ztable-name2
        WHERE kunnr = avik-konto.
      IF sy-subrc NE 0.
        CLEAR: wa_ztable-name2.
      ENDIF.
      MODIFY ztable FROM wa_ztable.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajeev.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rajeev_D on Oct 13, 2010 5:12 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Oct 2010 15:11:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-flb2/m-p/7387461#M1544855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-13T15:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit for - FLB2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-flb2/m-p/7387462#M1544856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rajeev,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This program calls the subroutine of report rfeblb20 during processing of input file . Report rfeblb20 calls few customer exits of &lt;/P&gt;&lt;P&gt;function group 'XF01' . Check if that meets your requirement . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Tushar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Oct 2010 16:59:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-flb2/m-p/7387462#M1544856</guid>
      <dc:creator>tushar_shukla</dc:creator>
      <dc:date>2010-10-13T16:59:20Z</dc:date>
    </item>
  </channel>
</rss>

