SAP ABAP Class CL_EHSWX_HELPER_VAL (Helps to validate an inbound message)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
EHS-WA (Application Component) Waste Management
⤷
EHSWX_XI_PROXY (Package) Enterprise Service package for SAP EH&S Waste Management
⤷
⤷
Properties
| Class | CL_EHSWX_HELPER_VAL | |
| Short Description | Helps to validate an inbound message | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | EHSWX_XI_PROXY | Enterprise Service package for SAP EH&S Waste Management |
| Created | 20090108 | SAP |
| Last change | 20100310 | 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
Class CL_EHSWX_HELPER_VAL has no interface implemented.
Friends
Class CL_EHSWX_HELPER_VAL has no friend class.
Attributes
Class CL_EHSWX_HELPER_VAL has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Checks the lenth of a specified inbound data field | 20090108 | |
| 2 | Static method | Private | Method | condense numbers | 20090108 | |
| 3 | Static method | Public | Method | Validation of log within proxy message | 20090406 |
Events
Class CL_EHSWX_HELPER_VAL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | MY_TY_CHECK_INPUT_LENGTH | Public | See coding | Type used for field length check | 20090226 | BEGIN OF my_ty_check_input_length,
dele_xi TYPE string,
dele_erp TYPE ddobjname,
value TYPE string,
END OF my_ty_check_input_length
|
Method Signatures
Method CHECK_LENGTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | EHSW_TT_MESSAGE | Message Table Waste Management | 20090303 | |||
| 2 | EV_IS_VALID | Value transfer | Type reference (TYPE) | ESP1_BOOLEAN | 'X' = true, ' ' = false | 20090108 | |||
| 3 | IV_DEST_DATAELEMENT | Call by reference | Type reference (TYPE) | DDOBJNAME | Name of ABAP Dictionary Object | 20090108 | |||
| 4 | IV_SOURCE_FNAME | Call by reference | Type reference (TYPE) | STRING | name of the source field | 20090116 | |||
| 5 | IV_SOURCE_VALUE | Call by reference | Type reference (TYPE) | STRING | Value which has to be checked | 20090116 |
Method CHECK_LENGTH on class CL_EHSWX_HELPER_VAL has no exception.
Method CONDENSE_NUMBER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_DTELINFO | Call by reference | Type reference (TYPE) | DTELINFO | DD: nametab information for data element (elementary type) | 20090108 | |||
| 2 | X_STR | Call by reference | Type reference (TYPE) | STRING | String to be condensed | 20090108 |
Method CONDENSE_NUMBER on class CL_EHSWX_HELPER_VAL has no exception.
Method VALIDATE_PROXY_MESSAGE_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | EHSW_TT_MESSAGE | Message Table Waste Management | 20090406 | |||
| 2 | EV_IS_VALID | Call by reference | Type reference (TYPE) | ESP1_BOOLEAN | 'X' = error occured, ' ' = no error occured | 20090406 | |||
| 3 | IS_PRX_LOG | Call by reference | Type reference (TYPE) | PLMSEF_LOG1 | Proxy Structure (generated) | 20090406 |
Method VALIDATE_PROXY_MESSAGE_LOG on class CL_EHSWX_HELPER_VAL has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 605 |