SAP ABAP Class CL_SIWT_UTL_RNG_CONVERT (SIW utilities: Range Converter ABAP vs ESR)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-SIW (Application Component) Service Implementation Workbench
⤷
S_SIW_ADAPTER (Package) SIW: Adapter
⤷
⤷
Properties
| Class | CL_SIWT_UTL_RNG_CONVERT | |
| Short Description | SIW utilities: Range Converter ABAP vs ESR | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_SIW_ADAPTER | SIW: Adapter |
| Created | 20110114 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SIWT_UTL_RNG_CONVERT has no forward declaration.
Interfaces
Class CL_SIWT_UTL_RNG_CONVERT has no interface implemented.
Friends
Class CL_SIWT_UTL_RNG_CONVERT has no friend class.
Attributes
Class CL_SIWT_UTL_RNG_CONVERT has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Private | Method | 20110114 | ||
| 2 | Static method | Public | Method | 20110114 | ||
| 3 | Static method | Public | Method | 20110114 | ||
| 4 | Static method | Private | Method | 20110114 | ||
| 5 | Static method | Private | Method | 20110114 | ||
| 6 | Static method | Private | Method | 20110114 | ||
| 7 | Static method | Private | Method | 20110114 | ||
| 8 | Static method | Private | Method | 20110114 |
Events
Class CL_SIWT_UTL_RNG_CONVERT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_STR_FIELDNAMES | Public | See coding | 20110114 | begin of t_str_fieldnames,
esr_in_ex_code_name type string,
esr_bd_code_name type string,
l_boundary_name type string,
u_boundary_name type string,
end of t_str_fieldnames
|
Method Signatures
Method COLLECT_POINTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_FLG_INC_NOT_EMPTY | Call by reference | Type reference (TYPE) | CHAR1 | 20110114 | ||||
| 2 | E_TAB_POINTS | Call by reference | Type reference (TYPE) | SORTED TABLE | 20110114 | ||||
| 3 | I_ESR_RANGE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20110114 | ||||
| 4 | I_STR_FIELDNAMES | Call by reference | Type reference (TYPE) | T_STR_FIELDNAMES | 20110114 |
Method COLLECT_POINTS on class CL_SIWT_UTL_RNG_CONVERT has no exception.
Method CONVERT_BOUNDARY_CODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_OPTION | Call by reference | Type reference (TYPE) | CHAR2 | 20110114 | ||||
| 2 | E_RC | Call by reference | Type reference (TYPE) | SYSUBRC | 20110114 | ||||
| 3 | I_CODE | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110114 |
Method CONVERT_BOUNDARY_CODE on class CL_SIWT_UTL_RNG_CONVERT has no exception.
Method CONVERT_ESR2ABAP_RANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_ABAP_RANGE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20110114 | ||||
| 2 | E_RC | Call by reference | Type reference (TYPE) | SYSUBRC | 20110114 | ||||
| 3 | I_ESR_RANGE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20110114 | ||||
| 4 | I_STR_FIELDNAMES | Call by reference | Type reference (TYPE) | T_STR_FIELDNAMES | 20110114 |
Method CONVERT_ESR2ABAP_RANGE on class CL_SIWT_UTL_RNG_CONVERT has no exception.
Method CONVERT_RNG_NO_WILDCARDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_ABAP_RANGE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20110114 | ||||
| 2 | E_RC | Call by reference | Type reference (TYPE) | SY-SUBRC | 20110114 | ||||
| 3 | I_ESR_RANGE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20110114 | ||||
| 4 | I_STR_FIELDNAMES | Call by reference | Type reference (TYPE) | T_STR_FIELDNAMES | 20110114 |
Method CONVERT_RNG_NO_WILDCARDS on class CL_SIWT_UTL_RNG_CONVERT has no exception.
Method CONVERT_RNG_WITH_WILDCARDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_ABAP_RANGE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20110114 | ||||
| 2 | E_RC | Call by reference | Type reference (TYPE) | SY-SUBRC | 20110114 | ||||
| 3 | I_ESR_RANGE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20110114 | ||||
| 4 | I_STR_FIELDNAMES | Call by reference | Type reference (TYPE) | T_STR_FIELDNAMES | 20110114 |
Method CONVERT_RNG_WITH_WILDCARDS on class CL_SIWT_UTL_RNG_CONVERT has no exception.
Method IS_INTERVAL_INCLUDED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ESR_RANGE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20110114 | ||||
| 2 | I_POINT1 | Call by reference | Type reference (TYPE) | ANY | 20110114 | ||||
| 3 | I_POINT2 | Call by reference | Type reference (TYPE) | ANY | 20110114 | ||||
| 4 | I_STR_FIELDNAMES | Call by reference | Type reference (TYPE) | T_STR_FIELDNAMES | 20110114 | ||||
| 5 | I_TYPE | Call by reference | Type reference (TYPE) | CHAR2 | 20110114 | ||||
| 6 | R_IS_INCLUDED | Value transfer | Type reference (TYPE) | XFELD | 20110114 |
Method IS_INTERVAL_INCLUDED on class CL_SIWT_UTL_RNG_CONVERT has no exception.
Method IS_POINT_INCLUDED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ESR_RANGE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20110114 | ||||
| 2 | I_POINT | Call by reference | Type reference (TYPE) | ANY | 20110114 | ||||
| 3 | I_STR_FIELDNAMES | Call by reference | Type reference (TYPE) | T_STR_FIELDNAMES | 20110114 | ||||
| 4 | R_IS_INCLUDED | Value transfer | Type reference (TYPE) | XFELD | 20110114 |
Method IS_POINT_INCLUDED on class CL_SIWT_UTL_RNG_CONVERT has no exception.
Method PREPARE_RANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_ESR_RANGE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20110114 | ||||
| 2 | E_FLG_ERROR | Call by reference | Type reference (TYPE) | XFELD | 20110114 | ||||
| 3 | E_FLG_WILDCARDS | Call by reference | Type reference (TYPE) | XFELD | 20110114 | ||||
| 4 | I_STR_FIELDNAMES | Call by reference | Type reference (TYPE) | T_STR_FIELDNAMES | 20110114 |
Method PREPARE_RANGE on class CL_SIWT_UTL_RNG_CONVERT has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 731 |