<?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: Selection using selection help in FI reports in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-using-selection-help-in-fi-reports/m-p/4059125#M970274</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;Please refer the example code below for search help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PARAMETERS:p_matnr(18) TYPE c.
 
DATA:BEGIN OF itab OCCURS 0,
matnr TYPE matnr,
END OF itab.
 
AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_matnr.
 
 
  itab-matnr = 'ABC123456788'.
  APPEND itab.
  itab-matnr = 'BCS123456788'.
  APPEND itab.
  itab-matnr = 'DFC123456788'.
  APPEND itab.
  itab-matnr = 'ASW123456788'.
  APPEND itab.
 
"you can use select statement as well
"incase you are using any table field.
 
 
  CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
    EXPORTING
      retfield    = 'MATNR'
      dynpprog    = sy-repid
      dynpnr      = sy-dynnr
      dynprofield = 'P_MATNR'
      value_org   = 'S'
    TABLES
      value_tab   = itab.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And Try using the LDB &lt;STRONG&gt;SDF&lt;/STRONG&gt;. In FI it is very rare to use LDBs.&lt;/P&gt;&lt;P&gt;Widely used Tables in FI are :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BSIS, BSAS, BKPF, BSEG, BSIK, BSAK, BSID, BSAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jul 2008 05:38:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-10T05:38:47Z</dc:date>
    <item>
      <title>Selection using selection help in FI reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-using-selection-help-in-fi-reports/m-p/4059122#M970271</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 new to FI reporting. can anyone sugess me that what is the mean for &lt;STRONG&gt;Selection using selection help in FI reports&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it for selection fields values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also anyone sugess me that any logical database used in FI reports. and any special statement used in FI reports like &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GET PERNR&lt;/STRONG&gt; in HR reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be sured for valuable answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sanket sethi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 05:15:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-using-selection-help-in-fi-reports/m-p/4059122#M970271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T05:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: Selection using selection help in FI reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-using-selection-help-in-fi-reports/m-p/4059123#M970272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correction:   &lt;STRONG&gt;Selection using search help&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 05:16:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-using-selection-help-in-fi-reports/m-p/4059123#M970272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T05:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Selection using selection help in FI reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-using-selection-help-in-fi-reports/m-p/4059124#M970273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Most of the standard field references in FI has search help, for eg, like BUKRS, PRCTR, KOSTL etc.&lt;/P&gt;&lt;P&gt;If the standard is not suitable for you, create one using SE11 and assign it in the parameters or select-options variable using the addl. stmt. MATCHCODE OBJECT zsh_test.    (No appostrophe).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are few LDBs but I dont think it is compulsory to use them. WIthout them also you can achieve your results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no spl stms like HR all are simple basic ABAP stmts only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 05:21:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-using-selection-help-in-fi-reports/m-p/4059124#M970273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T05:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Selection using selection help in FI reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-using-selection-help-in-fi-reports/m-p/4059125#M970274</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;Please refer the example code below for search help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PARAMETERS:p_matnr(18) TYPE c.
 
DATA:BEGIN OF itab OCCURS 0,
matnr TYPE matnr,
END OF itab.
 
AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_matnr.
 
 
  itab-matnr = 'ABC123456788'.
  APPEND itab.
  itab-matnr = 'BCS123456788'.
  APPEND itab.
  itab-matnr = 'DFC123456788'.
  APPEND itab.
  itab-matnr = 'ASW123456788'.
  APPEND itab.
 
"you can use select statement as well
"incase you are using any table field.
 
 
  CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
    EXPORTING
      retfield    = 'MATNR'
      dynpprog    = sy-repid
      dynpnr      = sy-dynnr
      dynprofield = 'P_MATNR'
      value_org   = 'S'
    TABLES
      value_tab   = itab.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And Try using the LDB &lt;STRONG&gt;SDF&lt;/STRONG&gt;. In FI it is very rare to use LDBs.&lt;/P&gt;&lt;P&gt;Widely used Tables in FI are :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BSIS, BSAS, BKPF, BSEG, BSIK, BSAK, BSID, BSAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 05:38:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-using-selection-help-in-fi-reports/m-p/4059125#M970274</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T05:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Selection using selection help in FI reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-using-selection-help-in-fi-reports/m-p/4059126#M970275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiiii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection Using Search Help..it means give facility to user for searching data from database table.so you make all entries available to that user.it can only done by using F4 help with that selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LDB is mostly use for HR tables.For FI  Accessing BSEG you can Access BSIS , BSAS, BSIK , BSAK, BSID , BSAD.These are transparent tables that gives the same data as BSEG.You can use views to improve performance for FI tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;twinkal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 05:53:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-using-selection-help-in-fi-reports/m-p/4059126#M970275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T05:53:49Z</dc:date>
    </item>
  </channel>
</rss>

