<?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: Generic function module to perform authority checks? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/generic-function-module-to-perform-authority-checks/m-p/7576410#M1565909</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what I am looknig to do. But how do we create such a function module. How do we know what the authorization object is and what the ACTVT is?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Jan 2011 16:27:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-01-11T16:27:41Z</dc:date>
    <item>
      <title>Generic function module to perform authority checks?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generic-function-module-to-perform-authority-checks/m-p/7576404#M1565903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are looking at implementing authority checks for all our custom programs. One solution is to go into each and every program and code authority-check for each of the selection criteria. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to develop a function module that can be dropped into each program and take care of all authority checks? Or perhaps a better solution? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;authority-check object 'M_MATE_WRK'
                  id 'ACTVT' field '03'
                  id 'WERKS' field s_werks-low.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am thinking of something like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;if selection screen contains werks 
 do authority check for werks 
if selection screen contains matnr 
 do authority check for matnr&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a feasible solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Jan 11, 2011 5:38 PM - subject enhanced&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 16:10:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generic-function-module-to-perform-authority-checks/m-p/7576404#M1565903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-11T16:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Generic function module to perform authority checks?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generic-function-module-to-perform-authority-checks/m-p/7576405#M1565904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think this is feasible. For your custom reports, you should compare what objects are checked by similar SAP standard reports (e.g. using ST01 trace) and implement these accordingly.&lt;/P&gt;&lt;P&gt;For example, there is F_SKA1_BES, which is checked for each G/L account that has an authorization group assigned. This is impossible to check upfront at the selection screen, you rather need to check it for each single G/L account as per user selection and determine whether the user is allowed to see the account at all.&lt;/P&gt;&lt;P&gt;For more technical type of programs you can assign authorization groups in the program attributes which are automatically checked against objects S_PROGRAM and S_DEVELOP.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 16:18:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generic-function-module-to-perform-authority-checks/m-p/7576405#M1565904</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2011-01-11T16:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Generic function module to perform authority checks?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generic-function-module-to-perform-authority-checks/m-p/7576406#M1565905</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;I think it's possible to group the reports under certain criteria in order to create several function module (one for every group) where it can check the common authorizations, but I don't think it's possible to create only one solution, because it can be different authorization object for the the same field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 16:19:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generic-function-module-to-perform-authority-checks/m-p/7576406#M1565905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-11T16:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Generic function module to perform authority checks?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generic-function-module-to-perform-authority-checks/m-p/7576407#M1565906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Meghan,&lt;/P&gt;&lt;P&gt;I had same requirement go for creating function module where you have &lt;/P&gt;&lt;P&gt;1.importing parameters as screen parameters &lt;/P&gt;&lt;P&gt;2. select options as a range tables .&lt;/P&gt;&lt;P&gt;3.Use FM to popup in Function module if authority check fails.&lt;/P&gt;&lt;P&gt;4.Call this function module in your program&lt;/P&gt;&lt;P&gt;5.Pass sy-tcode or program name for authority check.&lt;/P&gt;&lt;P&gt;6.Write logic in Function module to check authorization &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This worked for hope this is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Manjunath M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 16:21:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generic-function-module-to-perform-authority-checks/m-p/7576407#M1565906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-11T16:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Generic function module to perform authority checks?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generic-function-module-to-perform-authority-checks/m-p/7576408#M1565907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Creating a generic function module is definitely feasible (and in case of Select-options, you will have to do authority check for all entries)... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you have to still call this FM from each of your custom program and thus change/ test all your programs again...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 16:22:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generic-function-module-to-perform-authority-checks/m-p/7576408#M1565907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-11T16:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Generic function module to perform authority checks?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generic-function-module-to-perform-authority-checks/m-p/7576409#M1565908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the part I dont understand. Why does the same field have multiple authorization groups. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take the case of werks. All the below exist in the system. I guess I dont understand authorization checks well enough. What does the statement below mean and what is the difference between each of these authorization groups. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;authority-check object 'M_MATE_WRK'                     id 'ACTVT' field '03'                     id 'WERKS' field s_werks.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;M_AMPL_WRK	ACTVT	WERKS	Approved Manufacturer Parts List - Plant
M_ANFR_WRK	ACTVT	WERKS	Plant in RFQ
M_ANGB_WRK	ACTVT	WERKS	Plant in Quotation
M_BANF_WRK	ACTVT	WERKS	Plant in Purchase Requisition
M_BEST_WRK	ACTVT	WERKS	Plant in Purchase Order
M_EINF_WRK	ACTVT	WERKS	Plant in Purchasing Info Record
M_LPET_WRK	ACTVT	WERKS	Plant in Scheduling Agreement Delivery Schedule
M_MATE_WRK	ACTVT	WERKS	Material Master: Plants
M_ORDR_WRK	ACTVT	WERKS	Plant in Source List
M_QUOT_WRK	ACTVT	WERKS	Plant (Quotas)
M_RAHM_WRK	ACTVT	WERKS	Plant in Outline Agreement
M_RECH_WRK	WERKS	ACTVT	Invoices: Plant
M_SKPF_WRK	ACTVT	WERKS	Inventory Sampling: Plant&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 16:26:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generic-function-module-to-perform-authority-checks/m-p/7576409#M1565908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-11T16:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Generic function module to perform authority checks?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generic-function-module-to-perform-authority-checks/m-p/7576410#M1565909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what I am looknig to do. But how do we create such a function module. How do we know what the authorization object is and what the ACTVT is?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 16:27:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generic-function-module-to-perform-authority-checks/m-p/7576410#M1565909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-11T16:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Generic function module to perform authority checks?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generic-function-module-to-perform-authority-checks/m-p/7576411#M1565910</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;Which authorization object to be used depends on which kind of data have to be analyzed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M_BANF_WRK	ACTVT	WERKS	Plant in Purchase Requisition&lt;/P&gt;&lt;P&gt;M_BEST_WRK	ACTVT	WERKS	Plant in Purchase Order&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a report shows the requisitions it needs to use M_BANF_WRK, if the report is for purchase it needs to use M_BEST_WRK: there's no rule, every report has to be analyzed in order to know which objects have to be checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every user can have different functions for the same object in but for different document: for example I can create a requisition for certain plants, but I can only see the Order for the same plants: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are different object for the same field for these reasons:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACTVT indicates which actions can be done by user, for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACTVT = 01 -&amp;gt; Create &lt;/P&gt;&lt;P&gt;ACTVT = 02 -&amp;gt; Change&lt;/P&gt;&lt;P&gt;ACTVT = 03 -&amp;gt; Display&lt;/P&gt;&lt;P&gt;........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 16:41:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generic-function-module-to-perform-authority-checks/m-p/7576411#M1565910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-11T16:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Generic function module to perform authority checks?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generic-function-module-to-perform-authority-checks/m-p/7576412#M1565911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;*"----------------------------------------------------------------------
*"*"Local Interface:
*"  IMPORTING
*"     REFERENCE(BUKRS) TYPE  T001-BUKRS OPTIONAL
*"     REFERENCE(WERKS) TYPE  T001W-WERKS OPTIONAL
*"     REFERENCE(EKORG) TYPE  T024E-EKORG OPTIONAL
*"  EXPORTING
*"     REFERENCE(RETURN)
*"  TABLES
*"      XBUKREIS OPTIONAL
*"      RANGE_WERKS OPTIONAL
*"      EKORG_RAN OPTIONAL
*"      TLINE OPTIONAL
*"----------------------------------------------------------------------
*Structures to fetch data
  TYPES:BEGIN OF ty_bukrs,
        bukrs TYPE t001-bukrs,
       END OF ty_bukrs,
       BEGIN OF ty_werks,
        werks TYPE t001w-werks,
       END OF ty_werks,
       BEGIN OF ty_ekorg,
        ekorg TYPE t024e-ekorg,
       END OF ty_ekorg,
       BEGIN OF ty_error,
         stext TYPE string,
       END OF ty_error.
*Internal rables
  DATA:i_bukrs TYPE STANDARD TABLE OF ty_bukrs,
       i_werks TYPE STANDARD TABLE OF ty_werks,
       i_ekorg TYPE STANDARD TABLE OF ty_ekorg,
       i_error TYPE STANDARD TABLE OF tline.
*Work area
  DATA:wa_bukrs TYPE ty_bukrs,
       wa_werks TYPE ty_werks,
       wa_ekorg TYPE ty_ekorg,
       wa_stext TYPE tline.
*Variables
  DATA:l_flag TYPE c,
        str(255) TYPE c,
        w_mod TYPE n.
*Authorization check logic for company code
  IF  xbukreis IS NOT INITIAL.
    SELECT bukrs FROM t001 INTO TABLE i_bukrs
      WHERE bukrs IN  xbukreis.
  ELSEIF bukrs IS NOT INITIAL.
    SELECT bukrs FROM t001 INTO TABLE i_bukrs
    WHERE bukrs EQ bukrs.
  ENDIF.
  IF i_bukrs IS NOT INITIAL.
    LOOP AT i_bukrs INTO wa_bukrs.
*Validate all the PO Company codea Selected by the User for the Auth. Chk.
      AUTHORITY-CHECK OBJECT 'M_MATE_BUK'
                       ID 'ACTVT' DUMMY
                       ID 'WERKS' FIELD wa_bukrs-bukrs.
      IF sy-subrc NE 0.

        IF l_flag LT 1.
          wa_stext-tdline = 'No Authorization for following company codes, '.
          APPEND wa_stext TO i_error.
          CLEAR: wa_stext.
        ENDIF.
              ENDIF.
    ENDLOOP.
    APPEND wa_stext TO i_error.
    CLEAR: wa_stext,l_flag.
  ENDIF.

*Authorization check logic for plants
  IF range_werks IS NOT INITIAL.
    SELECT werks FROM t001w INTO TABLE i_werks
       WHERE werks IN range_werks.
  ELSEIF werks IS NOT INITIAL.
    SELECT werks FROM t001w INTO TABLE i_werks
           WHERE werks EQ werks.
  ENDIF.
  IF i_werks IS NOT INITIAL.
    LOOP AT i_werks INTO wa_werks.
*Validate all the PO Plants Selected by the User for the Auth. Chk.
      AUTHORITY-CHECK OBJECT 'M_MATE_WRK'
         ID 'ACTVT' DUMMY
         ID 'WERKS' FIELD wa_werks-werks.
      IF sy-subrc NE 0.
    APPEND wa_stext TO i_error.
    CLEAR: wa_stext,l_flag.
               ENDIF.
      ENDIF.
    ENDLOOP.

  ENDIF.
*Authorization check logic for Purchasing Organisation
  IF ekorg_ran IS NOT INITIAL.
    SELECT ekorg
    FROM t024e
    INTO TABLE i_ekorg
    WHERE ekorg IN ekorg_ran.
  ELSEIF ekorg IS NOT INITIAL.
    SELECT ekorg
    FROM t024e
    INTO TABLE i_ekorg
    WHERE ekorg EQ ekorg.
  ENDIF.
  IF i_ekorg IS NOT INITIAL.
*Validate all the PO Pur. Org. Selected by the User for the Auth. Chk.
    LOOP AT i_ekorg INTO wa_ekorg.
      AUTHORITY-CHECK OBJECT 'M_BEST_EKO'
      ID 'ACTVT' DUMMY
      ID 'EKORG' FIELD wa_ekorg-ekorg.
      IF sy-subrc NE 0.
        IF l_flag LT 1.
          wa_stext-tdline = 'No Authorization for following Purchasing Organisation,'.
          APPEND wa_stext TO i_error.
          CLEAR: wa_stext.
        ENDIF.
               ENDIF.
      ENDIF.
    ENDLOOP.
    APPEND wa_stext TO i_error.
    CLEAR: wa_stext,l_flag.
  ENDIF.

  IF i_error IS NOT INITIAL.
    CALL FUNCTION 'COPO_POPUP_TO_DISPLAY_TEXTLIST'
      EXPORTING
       task             = 'DISPLAY'
        titel            = 'List of Authorization checked data'
*    IMPORTING
*      FUNCTION         = FUNCTION
      TABLES
        text_table       = i_error
              .
    return = 4.
  ENDIF.
ENDFUNCTION.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; Thanks and Regardsm&lt;/P&gt;&lt;P&gt;Manjunath M&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Jan 11, 2011 5:55 PM - &lt;STRONG&gt;please use code tags for code, whether it solves the problem or not&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 16:44:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generic-function-module-to-perform-authority-checks/m-p/7576412#M1565911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-11T16:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Generic function module to perform authority checks?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generic-function-module-to-perform-authority-checks/m-p/7576413#M1565912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you know the table which stores the values. For e.g. I want to know if user has Display authorization for plant PXXX using object M_MATE_WRK. Is there a table that stores this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 18:10:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generic-function-module-to-perform-authority-checks/m-p/7576413#M1565912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-11T18:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Generic function module to perform authority checks?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generic-function-module-to-perform-authority-checks/m-p/7576414#M1565913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can try for another option using of custom function module with custom table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) We need to create a custom table, the table fields contains program name, authorization object, authority object field,actuvity and selection screen field for authority check as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By creatng table maintenance genrator  for this table, user able to maintain the data as per the program easily manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If multipe authorization check required for a program, we need to maintain multipe entries in the table with respect to program name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b)  Create a function module, based on the entry of the calling program it  will execute the authority check dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which is very user friendly to manitain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 18:12:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generic-function-module-to-perform-authority-checks/m-p/7576414#M1565913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-11T18:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Generic function module to perform authority checks?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generic-function-module-to-perform-authority-checks/m-p/7576415#M1565914</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;Try to see fm SUSR&lt;STRONG&gt;AUTH&lt;/STRONG&gt; or SUSR&lt;STRONG&gt;PROF&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 18:49:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generic-function-module-to-perform-authority-checks/m-p/7576415#M1565914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-11T18:49:35Z</dc:date>
    </item>
  </channel>
</rss>

