SAP ABAP Class CL_WLF_C_CHK_CL (Cust.: Assign Classes or a Check Group to a Check Group)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
LO-AB (Application Component) Agency Business (Global Trade)
⤷
WLF_IDOC_PROCESSING (Package) IDoc Processing
⤷
⤷
Properties
| Class | CL_WLF_C_CHK_CL | |
| Short Description | Cust.: Assign Classes or a Check Group to a Check Group | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | WLF_IDOC_PROCESSING | IDoc Processing |
| Created | 20120706 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WLF_C_CHK_CL has no forward declaration.
Interfaces
Class CL_WLF_C_CHK_CL has no interface implemented.
Friends
Class CL_WLF_C_CHK_CL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TY_TH_KEY | 20120706 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | TY_TS_CHECK_CLASS | 20120706 | ||||
| 3 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_WLF_C_CHK_CL | 20120706 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | 20120706 | ||
| 2 | Instance method | Public | Method | 20120726 | ||
| 3 | Static method | Public | Method | 20120706 | ||
| 4 | Instance method | Private | Method | 20120706 | ||
| 5 | Instance method | Private | Method | 20120706 |
Events
Class CL_WLF_C_CHK_CL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_CLASS | Private | See coding | 20120706 | BEGIN OF ty_s_class,
check_user TYPE wlf_check_user,
check_group TYPE wlf_check_group,
check_class TYPE wlf_check_class,
END OF ty_s_class
|
||
| 2 | TY_S_KEY | Private | See coding | 20120706 | BEGIN OF ty_s_key,
check_user TYPE wlf_check_user,
check_group TYPE wlf_check_group,
END OF ty_s_key
|
||
| 3 | TY_TH_KEY | Private | See coding | 20120706 | ty_th_key TYPE HASHED TABLE OF ty_s_key WITH UNIQUE KEY
check_user check_group
|
||
| 4 | TY_TS_CHECK_CLASS | Private | See coding | 20120706 | ty_ts_check_class TYPE SORTED TABLE OF ty_s_class
WITH UNIQUE KEY check_user check_group check_class
|
||
| 5 | TY_T_C_CHK_CL | Private | See coding | 20120706 | ty_t_c_chk_cl TYPE STANDARD TABLE OF wlf_c_chk_cl
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_WLF_C_CHK_CL has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WLF_C_CHK_CL has no exception.
Method GET_CHECKS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETH_CHECK | Call by reference | Type reference (TYPE) | CL_WLF_CHECKER=>TY_TH_CHECK_CLASS | 20120726 | ||||
| 2 | I_CHECK_GROUP | Call by reference | Type reference (TYPE) | WLF_CHECK_GROUP | 20120726 | ||||
| 3 | I_CHECK_USER | Call by reference | Type reference (TYPE) | WLF_CHECK_USER | 20120726 |
Method GET_CHECKS on class CL_WLF_C_CHK_CL has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_WLF_C_CHK_CL | 20120706 |
Method GET_INSTANCE on class CL_WLF_C_CHK_CL has no exception.
Method INTO_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHECK_GROUP | Call by reference | Type reference (TYPE) | WLF_CHECK_GROUP | 20120706 | ||||
| 2 | I_CHECK_USER | Call by reference | Type reference (TYPE) | WLF_CHECK_USER | 20120706 |
Method INTO_BUFFER on class CL_WLF_C_CHK_CL has no exception.
Method READ_FROM_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_C_CHK_CL | Call by reference | Type reference (TYPE) | TY_T_C_CHK_CL | 20120706 | ||||
| 2 | I_CHECK_GROUP | Call by reference | Type reference (TYPE) | WLF_CHECK_GROUP | 20120706 | ||||
| 3 | I_CHECK_USER | Call by reference | Type reference (TYPE) | WLF_CHECK_USER | 20120706 |
Method READ_FROM_DB on class CL_WLF_C_CHK_CL has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 607 |