<?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: User exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3363304#M807037</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend,&lt;/P&gt;&lt;P&gt;  i thing this will help u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; For more information see the Release Information on customer&lt;/P&gt;&lt;P&gt; enhancements and the documentation for the function modules&lt;/P&gt;&lt;P&gt; EXIT_SAPFGRWX_001, EXIT_SAPFGRWS_001 and EXIT_SAPFGRWE_001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Release Information&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Report Writer: Customer Enhancements for Authorization Check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Scope of Functions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   To meet customer requirements for individual authorization checks the&lt;/P&gt;&lt;P&gt;   standard checks have been extended to include customer exits that can be&lt;/P&gt;&lt;P&gt;   called at three different points in time:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   o   Check during extract output&lt;/P&gt;&lt;P&gt;       This exit is called when an extract is output in the report output&lt;/P&gt;&lt;P&gt;       or when within an extract you branch to a different report or to a&lt;/P&gt;&lt;P&gt;       different node of the varied hierarchy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   o   Check on single record level during data selection&lt;/P&gt;&lt;P&gt;       This exit is called for each record read during data selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   o   Check on the initial screen&lt;/P&gt;&lt;P&gt;       This exit is called on the selection screen for each report and each&lt;/P&gt;&lt;P&gt;       section of the report group once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   These can be edited as part of the SAP enhancement management (menu&lt;/P&gt;&lt;P&gt;   "Tools -&amp;gt; ABAP Workbench -&amp;gt; Utilities -&amp;gt; Enhancements -&amp;gt; Project&lt;/P&gt;&lt;P&gt;   management"). For more information about SAP enhancement management,&lt;/P&gt;&lt;P&gt;   from this transaction (CMOD) see the documentation available from the&lt;/P&gt;&lt;P&gt;   menu under "Goto -&amp;gt; Online manual".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   The function modules are combined under the SAP extension "GRWTAUTH". An&lt;/P&gt;&lt;P&gt;   include program with example coding has been defined for each function&lt;/P&gt;&lt;P&gt;module. These examples give a hint as to how the transfer structures of&lt;/P&gt;&lt;P&gt;  the individual functions are to be interpreted. They are, however,&lt;/P&gt;&lt;P&gt;  neither complete nor are they optimized for runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Function Module      When Called          Include Program&lt;/P&gt;&lt;P&gt;  EXIT_SAPFGRWE_001    Extract output         LXRWAF01&lt;/P&gt;&lt;P&gt;  EXIT_SAPFGRWS_001    Selection              LXRWAF02&lt;/P&gt;&lt;P&gt;  EXIT_SAPFGRWX_001    Initial screen         LXRWAF03&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  You can find more information on the subject of customer exit&lt;/P&gt;&lt;P&gt;  programming in the documentation of the corresponding function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EXIT_SAPFGRWE_001&lt;/STRONG&gt;    &lt;/P&gt;&lt;P&gt;Customer exit: Authorization check for extract display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Functionality&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     This exit is always called up when an extract is outputted in the report&lt;/P&gt;&lt;P&gt;     output or another report or node in the hierarchy is linked to within&lt;/P&gt;&lt;P&gt;     the extractor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     A standard check is not carried out for all report writer tables.&lt;/P&gt;&lt;P&gt;     Provided that the report writer table supports standard checks, these&lt;/P&gt;&lt;P&gt;     will be performed in subprogram C02_CHECK_DATA_AUTHORITY in the form&lt;/P&gt;&lt;P&gt;     pool assigned to the report writer table (T804A MPOOL).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     If a standard check exists, the exit can use parameter&lt;/P&gt;&lt;P&gt;     E_SKIP_STANDARD_EXIT to specify whether the standard check is then to be&lt;/P&gt;&lt;P&gt;     performed or skipped. If the standard check is then performed, it&lt;/P&gt;&lt;P&gt;     dictates authorization. If the exit triggers exception NO_AUTHORITY, the&lt;/P&gt;&lt;P&gt;     standard check is always skipped with E_SKIP_STANDARD_EXIT = 'X' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Table parameter I_T_SELECTIONS describes the general selection&lt;/P&gt;&lt;P&gt;     conditions of the report or variation report in question, on the basis&lt;/P&gt;&lt;P&gt;     of which authorizations can be checked. For each selection&lt;/P&gt;&lt;P&gt;     characteristic, table I_T_SELECTIONS contains an entry that provides&lt;/P&gt;&lt;P&gt;     information on the corresponding selection set or the selection value.&lt;/P&gt;&lt;P&gt;     For varied characteristics, the corresponding specification for the&lt;/P&gt;&lt;P&gt;     corresponding variation report is specified.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;T804A MPOOL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Module pool for routines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Definition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Here you must enter a form pool that contains the ABAP routines that are&lt;/P&gt;&lt;P&gt;     defined in the control tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EXIT_SAPFGRWS_001&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Customer exit: Authorization check at single record level in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Functionality&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     This exit is called up for each individual data record during data&lt;/P&gt;&lt;P&gt;     selection. When making a new selection it is called up from the database&lt;/P&gt;&lt;P&gt;     (I_DATA_SOURCE = 'S'), while when reading it is called up from the&lt;/P&gt;&lt;P&gt;     archive (I_DATA_SOURCE = 'A'). The current data record is passed on in&lt;/P&gt;&lt;P&gt;     the untyped parameter I_S_RECORD to the exit, the corresponding DDIC&lt;/P&gt;&lt;P&gt;     reference structure in parameter I_DB_TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     A standard check is not carried out for all report writer tables.&lt;/P&gt;&lt;P&gt;     Provided that the report writer table supports standard checks, these&lt;/P&gt;&lt;P&gt;     will be performed in the subprogram (T804A AUTHR) in the form pool T804A&lt;/P&gt;&lt;P&gt;     MPOOL) assigned to the report writer table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     If a standard check exists, the exit can use parameter&lt;/P&gt;&lt;P&gt;     E_SKIP_STANDARD_EXIT to specify whether the standard check is then to be&lt;/P&gt;&lt;P&gt;     performed or skipped. If the standard check is then performed, it&lt;/P&gt;&lt;P&gt;     dictates authorization for the current data record. If the exit triggers&lt;/P&gt;&lt;P&gt;     exception NO_AUTHORITY, the standard check is always skipped with&lt;/P&gt;&lt;P&gt;     E_SKIP_STANDARD_EXIT = 'X' .&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EXIT_SAPFGRWX_001&lt;/STRONG&gt;    &lt;/P&gt;&lt;P&gt;Customer exit: Authorization checks on initial screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Functionality&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     This exit is called when the user has filled in the selection screen and&lt;/P&gt;&lt;P&gt;     started the execution of the report group. The function module is called&lt;/P&gt;&lt;P&gt;     up once for each section in a report of the report group. Each call of&lt;/P&gt;&lt;P&gt;     the exit is numbered in the parameter I_INDEX beginning with 1. Certain&lt;/P&gt;&lt;P&gt;     initializations can be made when I_INDEX = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     There is no standard check of the entries on the selection screen for&lt;/P&gt;&lt;P&gt;     all Report Writer tables. The standard check, if the Report Writer table&lt;/P&gt;&lt;P&gt;     supports it, is made in the subprogram RW_X_AT_SELECTION_SCREEN in the&lt;/P&gt;&lt;P&gt;     form pool (T804A-MPOOL) assigned to the Report Writer table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     The exit must collect messages using the function module MESSAGE_STORE.&lt;/P&gt;&lt;P&gt;     Execution of the report group is terminated as soon as an E (error) or A&lt;/P&gt;&lt;P&gt;     (abort) message is has been collected. The collected messages are then&lt;/P&gt;&lt;P&gt;     output, and the user can check the entries on the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     If no E or A messages were issued, execution of the report group is&lt;/P&gt;&lt;P&gt;     continued. Depending on the data source selected on the selection&lt;/P&gt;&lt;P&gt;     screen, additional authorization checks are made which also can be&lt;/P&gt;&lt;P&gt;     supplemented with your own exits:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     o   When data is reselected from the database (I_DATA_SOURCE = "S") or&lt;/P&gt;&lt;P&gt;         when archived data is read (I_DATA_SOURCE = "A"), authorization for&lt;/P&gt;&lt;P&gt;         the records being read can be checked record by record with the exit&lt;/P&gt;&lt;P&gt;         EXIT_SAPFGRWS_001.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Feb 2008 12:40:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-07T12:40:47Z</dc:date>
    <item>
      <title>User exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3363303#M807036</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;  what the function of this GRWTAUTH exit in EH&amp;amp;S Module?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 12:38:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3363303#M807036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-07T12:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: User exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3363304#M807037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend,&lt;/P&gt;&lt;P&gt;  i thing this will help u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; For more information see the Release Information on customer&lt;/P&gt;&lt;P&gt; enhancements and the documentation for the function modules&lt;/P&gt;&lt;P&gt; EXIT_SAPFGRWX_001, EXIT_SAPFGRWS_001 and EXIT_SAPFGRWE_001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Release Information&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Report Writer: Customer Enhancements for Authorization Check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Scope of Functions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   To meet customer requirements for individual authorization checks the&lt;/P&gt;&lt;P&gt;   standard checks have been extended to include customer exits that can be&lt;/P&gt;&lt;P&gt;   called at three different points in time:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   o   Check during extract output&lt;/P&gt;&lt;P&gt;       This exit is called when an extract is output in the report output&lt;/P&gt;&lt;P&gt;       or when within an extract you branch to a different report or to a&lt;/P&gt;&lt;P&gt;       different node of the varied hierarchy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   o   Check on single record level during data selection&lt;/P&gt;&lt;P&gt;       This exit is called for each record read during data selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   o   Check on the initial screen&lt;/P&gt;&lt;P&gt;       This exit is called on the selection screen for each report and each&lt;/P&gt;&lt;P&gt;       section of the report group once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   These can be edited as part of the SAP enhancement management (menu&lt;/P&gt;&lt;P&gt;   "Tools -&amp;gt; ABAP Workbench -&amp;gt; Utilities -&amp;gt; Enhancements -&amp;gt; Project&lt;/P&gt;&lt;P&gt;   management"). For more information about SAP enhancement management,&lt;/P&gt;&lt;P&gt;   from this transaction (CMOD) see the documentation available from the&lt;/P&gt;&lt;P&gt;   menu under "Goto -&amp;gt; Online manual".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   The function modules are combined under the SAP extension "GRWTAUTH". An&lt;/P&gt;&lt;P&gt;   include program with example coding has been defined for each function&lt;/P&gt;&lt;P&gt;module. These examples give a hint as to how the transfer structures of&lt;/P&gt;&lt;P&gt;  the individual functions are to be interpreted. They are, however,&lt;/P&gt;&lt;P&gt;  neither complete nor are they optimized for runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Function Module      When Called          Include Program&lt;/P&gt;&lt;P&gt;  EXIT_SAPFGRWE_001    Extract output         LXRWAF01&lt;/P&gt;&lt;P&gt;  EXIT_SAPFGRWS_001    Selection              LXRWAF02&lt;/P&gt;&lt;P&gt;  EXIT_SAPFGRWX_001    Initial screen         LXRWAF03&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  You can find more information on the subject of customer exit&lt;/P&gt;&lt;P&gt;  programming in the documentation of the corresponding function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EXIT_SAPFGRWE_001&lt;/STRONG&gt;    &lt;/P&gt;&lt;P&gt;Customer exit: Authorization check for extract display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Functionality&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     This exit is always called up when an extract is outputted in the report&lt;/P&gt;&lt;P&gt;     output or another report or node in the hierarchy is linked to within&lt;/P&gt;&lt;P&gt;     the extractor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     A standard check is not carried out for all report writer tables.&lt;/P&gt;&lt;P&gt;     Provided that the report writer table supports standard checks, these&lt;/P&gt;&lt;P&gt;     will be performed in subprogram C02_CHECK_DATA_AUTHORITY in the form&lt;/P&gt;&lt;P&gt;     pool assigned to the report writer table (T804A MPOOL).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     If a standard check exists, the exit can use parameter&lt;/P&gt;&lt;P&gt;     E_SKIP_STANDARD_EXIT to specify whether the standard check is then to be&lt;/P&gt;&lt;P&gt;     performed or skipped. If the standard check is then performed, it&lt;/P&gt;&lt;P&gt;     dictates authorization. If the exit triggers exception NO_AUTHORITY, the&lt;/P&gt;&lt;P&gt;     standard check is always skipped with E_SKIP_STANDARD_EXIT = 'X' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Table parameter I_T_SELECTIONS describes the general selection&lt;/P&gt;&lt;P&gt;     conditions of the report or variation report in question, on the basis&lt;/P&gt;&lt;P&gt;     of which authorizations can be checked. For each selection&lt;/P&gt;&lt;P&gt;     characteristic, table I_T_SELECTIONS contains an entry that provides&lt;/P&gt;&lt;P&gt;     information on the corresponding selection set or the selection value.&lt;/P&gt;&lt;P&gt;     For varied characteristics, the corresponding specification for the&lt;/P&gt;&lt;P&gt;     corresponding variation report is specified.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;T804A MPOOL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Module pool for routines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Definition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Here you must enter a form pool that contains the ABAP routines that are&lt;/P&gt;&lt;P&gt;     defined in the control tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EXIT_SAPFGRWS_001&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Customer exit: Authorization check at single record level in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Functionality&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     This exit is called up for each individual data record during data&lt;/P&gt;&lt;P&gt;     selection. When making a new selection it is called up from the database&lt;/P&gt;&lt;P&gt;     (I_DATA_SOURCE = 'S'), while when reading it is called up from the&lt;/P&gt;&lt;P&gt;     archive (I_DATA_SOURCE = 'A'). The current data record is passed on in&lt;/P&gt;&lt;P&gt;     the untyped parameter I_S_RECORD to the exit, the corresponding DDIC&lt;/P&gt;&lt;P&gt;     reference structure in parameter I_DB_TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     A standard check is not carried out for all report writer tables.&lt;/P&gt;&lt;P&gt;     Provided that the report writer table supports standard checks, these&lt;/P&gt;&lt;P&gt;     will be performed in the subprogram (T804A AUTHR) in the form pool T804A&lt;/P&gt;&lt;P&gt;     MPOOL) assigned to the report writer table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     If a standard check exists, the exit can use parameter&lt;/P&gt;&lt;P&gt;     E_SKIP_STANDARD_EXIT to specify whether the standard check is then to be&lt;/P&gt;&lt;P&gt;     performed or skipped. If the standard check is then performed, it&lt;/P&gt;&lt;P&gt;     dictates authorization for the current data record. If the exit triggers&lt;/P&gt;&lt;P&gt;     exception NO_AUTHORITY, the standard check is always skipped with&lt;/P&gt;&lt;P&gt;     E_SKIP_STANDARD_EXIT = 'X' .&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EXIT_SAPFGRWX_001&lt;/STRONG&gt;    &lt;/P&gt;&lt;P&gt;Customer exit: Authorization checks on initial screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Functionality&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     This exit is called when the user has filled in the selection screen and&lt;/P&gt;&lt;P&gt;     started the execution of the report group. The function module is called&lt;/P&gt;&lt;P&gt;     up once for each section in a report of the report group. Each call of&lt;/P&gt;&lt;P&gt;     the exit is numbered in the parameter I_INDEX beginning with 1. Certain&lt;/P&gt;&lt;P&gt;     initializations can be made when I_INDEX = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     There is no standard check of the entries on the selection screen for&lt;/P&gt;&lt;P&gt;     all Report Writer tables. The standard check, if the Report Writer table&lt;/P&gt;&lt;P&gt;     supports it, is made in the subprogram RW_X_AT_SELECTION_SCREEN in the&lt;/P&gt;&lt;P&gt;     form pool (T804A-MPOOL) assigned to the Report Writer table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     The exit must collect messages using the function module MESSAGE_STORE.&lt;/P&gt;&lt;P&gt;     Execution of the report group is terminated as soon as an E (error) or A&lt;/P&gt;&lt;P&gt;     (abort) message is has been collected. The collected messages are then&lt;/P&gt;&lt;P&gt;     output, and the user can check the entries on the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     If no E or A messages were issued, execution of the report group is&lt;/P&gt;&lt;P&gt;     continued. Depending on the data source selected on the selection&lt;/P&gt;&lt;P&gt;     screen, additional authorization checks are made which also can be&lt;/P&gt;&lt;P&gt;     supplemented with your own exits:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     o   When data is reselected from the database (I_DATA_SOURCE = "S") or&lt;/P&gt;&lt;P&gt;         when archived data is read (I_DATA_SOURCE = "A"), authorization for&lt;/P&gt;&lt;P&gt;         the records being read can be checked record by record with the exit&lt;/P&gt;&lt;P&gt;         EXIT_SAPFGRWS_001.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 12:40:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3363304#M807037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-07T12:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: User exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3363305#M807038</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; The below ones are the function exits associated to the enhancement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
EXIT_SAPFGRWE_001 
EXIT_SAPFGRWS_001 
EXIT_SAPFGRWX_001 

 &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 12:40:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3363305#M807038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-07T12:40:52Z</dc:date>
    </item>
  </channel>
</rss>

