SAP ABAP Class CL_WLF_CHECKER (Calls check classes)
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_CHECKER | |
| Short Description | Calls check classes | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | WLF_IDOC_PROCESSING | IDoc Processing |
| Created | 20120613 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WLF_CHECKER has no forward declaration.
Interfaces
Class CL_WLF_CHECKER has no interface implemented.
Friends
Class CL_WLF_CHECKER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | TY_TH_CHECK | 20120613 | ||||
| 2 | Instance attribute | Protected | Type reference (TYPE) | TY_T_FIELD_TO_CHECK | 20120613 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20120613 | ||
| 2 | Instance method | Public | Constructor | 20120613 |
Events
Class CL_WLF_CHECKER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_CHECK | Protected | See coding | 20120706 | BEGIN OF ty_s_check,
o_check TYPE REF TO if_wlf_check_for_table_app,
t_field_chain TYPE ty_ts_fieldname,
END OF ty_s_check
|
||
| 2 | TY_S_FIELD_TO_CHECK | Protected | See coding | 20120613 | BEGIN OF ty_s_field_to_check,
field TYPE string,
o_check TYPE REF TO if_wlf_check_for_table_app,
END OF ty_s_field_to_check
|
||
| 3 | TY_S_MESSAGE | Public | See coding | 20120613 | BEGIN OF ty_s_message,
msgid TYPE symsgid,
msgty TYPE symsgty,
msgno TYPE symsgno,
msgv1 TYPE msgv1,
msgv2 TYPE msgv2,
msgv3 TYPE msgv3,
msgv4 TYPE msgv4,
t_changed_field TYPE ty_ts_fieldname,
t_field_chain TYPE ty_ts_fieldname,
END OF ty_s_message
|
||
| 4 | TY_TH_CHECK | Protected | See coding | 20120706 | ty_th_check TYPE HASHED TABLE OF ty_s_check WITH UNIQUE KEY o_check
|
||
| 5 | TY_TH_CHECK_CLASS | Public | See coding | 20120706 | ty_th_check_class TYPE HASHED TABLE OF REF TO if_wlf_check_for_table_app
WITH UNIQUE KEY table_line
|
||
| 6 | TY_TS_FIELDNAME | Public | See coding | 20120613 | ty_ts_fieldname TYPE SORTED TABLE OF string
WITH UNIQUE KEY table_line
|
||
| 7 | TY_T_FIELD_TO_CHECK | Protected | See coding | 20120613 | ty_t_field_to_check TYPE SORTED TABLE OF ty_s_field_to_check
WITH NON-UNIQUE KEY field
|
||
| 8 | TY_T_MESSAGE | Public | See coding | 20120613 | ty_t_message TYPE STANDARD TABLE OF ty_s_message
|
Method Signatures
Method CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | TY_T_MESSAGE | 20120613 | ||||
| 2 | IS_DATA_BEFORE_INPUT | Call by reference | Type reference (TYPE) | DATA | 20120808 | ||||
| 3 | IS_DATA_DB | Call by reference | Type reference (TYPE) | DATA | 20120808 | ||||
| 4 | IS_DATA_INPUT | Call by reference | Type reference (TYPE) | DATA | 20120808 | ||||
| 5 | ITS_CHANGED_FIELD | Call by reference | Type reference (TYPE) | TY_TS_FIELDNAME | 20120613 |
Method CHECK on class CL_WLF_CHECKER has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITH_CHECK_CLASS | Call by reference | Type reference (TYPE) | TY_TH_CHECK_CLASS | 20120706 |
Method CONSTRUCTOR on class CL_WLF_CHECKER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 607 |