SAP ABAP Class CL_EXM_IM_EHSS_AUTH_CHECK (Example: Additional Authorization Checks (Spec.))
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
EHS-SAF (Application Component) Product Safety
⤷
CBUI (Package) Company Environment Information System

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20100825 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_EX_BADI_EHSS_AUTH_CHECK | Interface for BAdI: BADI_EHSS_AUTH_CHEK | 20100825 |
Properties
Class | CL_EXM_IM_EHSS_AUTH_CHECK | |
Short Description | Example: Additional Authorization Checks (Spec.) | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | CBUI | Company Environment Information System |
Created | 20100825 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20100825 | ||
2 | IF_EX_BADI_EHSS_AUTH_CHECK | Interface for BAdI: BADI_EHSS_AUTH_CHEK | 20100825 |
Friends
Class CL_EXM_IM_EHSS_AUTH_CHECK has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | I | 5000 | Size of Internal Buffer | 20100906 | |
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BUF_STAB_TYPE | Table with Buffered Authorization Results | 20100907 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BUF_PARAM_TAB_TYPE | Table for Releasing Resources | 20100907 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | Current Buffer Size | 20100907 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ESEBOOLE | ESP1_FALSE | Indicator for Recursive Call | 20100908 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Was Specification Distributed Using ALE ('X' = Yes,' ' = No) | 20100907 |
2 | ![]() |
Instance method | Private | Method | Perform Extended Authorization Check | 20100907 |
3 | ![]() |
Instance method | Private | Method | Update Buffer | 20100907 |
Events
Class CL_EXM_IM_EHSS_AUTH_CHECK has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | BUF_PARAM_TAB_TYPE | Private | See coding | 20100906 | buf_param_tab_type TYPE STANDARD TABLE OF buf_param_wa_type
|
||
2 | BUF_PARAM_WA_TYPE | Private | See coding | 20100906 | BEGIN OF buf_param_wa_type,
recntrh TYPE eserecn,
aennr TYPE aennr,
END OF buf_param_wa_type
|
||
3 | BUF_STAB_TYPE | Private | See coding | 20100906 | buf_stab_type TYPE HASHED TABLE OF buf_wa_type
WITH UNIQUE KEY recntrh aennr
|
||
4 | BUF_WA_TYPE | Private | See coding | 20100906 | BEGIN OF buf_wa_type,
recntrh TYPE eserecn,
aennr TYPE aennr,
flg_auth TYPE eseboole,
END OF buf_wa_type
|
Method Signatures
Method IS_ALE_DISTRIBUTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_AENNR | Call by reference | Type reference (TYPE) | AENNR | Änderungsnummer | 20100907 | ||
2 | ![]() |
I_RECNTRH | Call by reference | Type reference (TYPE) | ESERECN | Laufende Nummer des Spezifikationskopfes | 20100907 | ||
3 | ![]() |
R_FLG_ALE | Value transfer | Type reference (TYPE) | ESEBOOLE | Kennzeichen "Spezifikation wurde per ALE verteilt" | 20100908 |
Method IS_ALE_DISTRIBUTED on class CL_EXM_IM_EHSS_AUTH_CHECK has no exception.
Method PERFORM_ALE_CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ACTVT | Call by reference | Type reference (TYPE) | ESP1_ACTVT_TYPE | SAP-Aktivität | 20100907 | ||
2 | ![]() |
I_RECNTRH | Call by reference | Type reference (TYPE) | ESERECN | Laufende Nummer des Spezifikationskopfs | 20100907 | ||
3 | ![]() |
X_FLG_AUTH | Call by reference | Type reference (TYPE) | ESEBOOLE | 'X' = Berechtigung, ' ' = keine Berechtigung | 20100907 |
Method PERFORM_ALE_CHECK on class CL_EXM_IM_EHSS_AUTH_CHECK has no exception.
Method UPDATE_BUF_TAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_AENNR | Call by reference | Type reference (TYPE) | AENNR | Änderungsnummer | 20100907 | ||
2 | ![]() |
I_FLG_AUTH | Call by reference | Type reference (TYPE) | ESEBOOLE | Berechtigung ja/nein | 20100907 | ||
3 | ![]() |
I_RECNTRH | Call by reference | Type reference (TYPE) | ESERECN | Laufende Nummer des Spezifikationskopfes | 20100907 |
Method UPDATE_BUF_TAB on class CL_EXM_IM_EHSS_AUTH_CHECK has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 606 |