SAP ABAP Class CL_SADL_GW_VALIDATE (SADL validator)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-ESF-GW (Application Component) Gateway Integration for CDS and BOPF via SADL
⤷
SADL_GW_DT_SB_API (Package) Gateway Integration: Service Builder API
⤷
⤷
Properties
| Class | CL_SADL_GW_VALIDATE | |
| Short Description | SADL validator | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SADL_GW_DT_SB_API | Gateway Integration: Service Builder API |
| Created | 20130521 | SAP |
| Last change | 20141121 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SADL_GW_VALIDATE has no forward declaration.
Interfaces
Class CL_SADL_GW_VALIDATE has no interface implemented.
Friends
Class CL_SADL_GW_VALIDATE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_SADL_GW_SERVICE_API | 20130924 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20130521 | |
| 2 | Static method | Public | Method | 20130924 | ||
| 3 | Static method | Private | Method | 20131206 | ||
| 4 | Static method | Private | Method | 20130925 | ||
| 5 | Static method | Private | Method | 20130924 | ||
| 6 | Static method | Private | Method | 20130925 | ||
| 7 | Static method | Private | Method | 20130924 | ||
| 8 | Static method | Private | Method | 20130924 | ||
| 9 | Static method | Private | Method | 20130925 |
Events
Class CL_SADL_GW_VALIDATE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_NAV_PROPERTY | Private | See coding | 20130926 | tt_nav_property TYPE SORTED TABLE OF ty_nav_property WITH UNIQUE DEFAULT KEY
|
||
| 2 | TT_PROPERTY | Private | See coding | 20130924 | tt_property TYPE SORTED TABLE OF ty_property WITH UNIQUE DEFAULT KEY
|
||
| 3 | TY_NAV_PROPERTY | Private | See coding | 20130926 | BEGIN OF ty_nav_property,
entity_set_name TYPE string,
name TYPE string,
END OF ty_nav_property
|
||
| 4 | TY_PROPERTY | Private | See coding | 20130924 | BEGIN OF ty_property,
entity_set_name TYPE string,
name TYPE string,
is_key TYPE abap_bool,
END OF ty_property
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_SERVICE_API | Call by reference | Object reference (TYPE REF TO) | CL_SADL_GW_SERVICE_API | SADL Gateway Service - Service API | 20130521 |
Method CONSTRUCTOR on class CL_SADL_GW_VALIDATE has no exception.
Method VALIDATE_AND_UPDATE_SADL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_SADL | Call by reference | Type reference (TYPE) | IF_SADL_TYPES=>TY_SADL_DEFINITION | 20130924 | ||||
| 2 | IO_PROJECT | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_PROJECT | 20130924 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130924 |
Method _ADAPT_SADL_STRUCTURES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_SADL | Call by reference | Type reference (TYPE) | IF_SADL_TYPES=>TY_SADL_DEFINITION | 20131206 | ||||
| 2 | IT_ENTITY_SET_DATA | Call by reference | Type reference (TYPE) | CL_SADL_GW_UTIL=>TT_ENTITY_SET_DATA | 20131206 | ||||
| 3 | IT_PROPERTY_NAME | Call by reference | Type reference (TYPE) | TT_PROPERTY | 20131206 |
Method _ADAPT_SADL_STRUCTURES on class CL_SADL_GW_VALIDATE has no exception.
Method _CHECK_AND_UPDATE_SADL_SYNTAX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_SADL | Call by reference | Type reference (TYPE) | IF_SADL_TYPES=>TY_SADL_DEFINITION | 20130925 |
Method _CHECK_AND_UPDATE_SADL_SYNTAX on class CL_SADL_GW_VALIDATE has no exception.
Method _DELETE_DATA_SOURCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_SADL | Call by reference | Type reference (TYPE) | IF_SADL_TYPES=>TY_SADL_DEFINITION | 20130924 | ||||
| 2 | IV_DATA_SOURCE_NAME | Call by reference | Type reference (TYPE) | STRING | 20130924 |
Method _DELETE_DATA_SOURCE on class CL_SADL_GW_VALIDATE has no exception.
Method _GET_PROPS_AND_NAV_PROPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_NAV_PROP_NAME | Call by reference | Type reference (TYPE) | TT_NAV_PROPERTY | 20130925 | ||||
| 2 | ET_PROPERTY_NAME | Call by reference | Type reference (TYPE) | TT_PROPERTY | 20130925 | ||||
| 3 | IO_MODEL | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_MODEL | 20130925 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130925 |
Method _REMOVE_SADL_ASSOCIATIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_SADL | Call by reference | Type reference (TYPE) | IF_SADL_TYPES=>TY_SADL_DEFINITION | 20130924 | ||||
| 2 | IT_NAV_PROPERTY_NAMES | Call by reference | Type reference (TYPE) | TT_NAV_PROPERTY | 20130924 |
Method _REMOVE_SADL_ASSOCIATIONS on class CL_SADL_GW_VALIDATE has no exception.
Method _REMOVE_SADL_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_SADL | Call by reference | Type reference (TYPE) | IF_SADL_TYPES=>TY_SADL_DEFINITION | 20130924 | ||||
| 2 | IT_PROPERTY_NAME | Call by reference | Type reference (TYPE) | TT_PROPERTY | 20130924 |
Method _REMOVE_SADL_ATTRIBUTES on class CL_SADL_GW_VALIDATE has no exception.
Method _VALIDATE_AND_UPDATE_SADL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_SADL | Call by reference | Type reference (TYPE) | IF_SADL_TYPES=>TY_SADL_DEFINITION | 20130925 | ||||
| 2 | IO_MODEL | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_MODEL | 20130925 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130925 |
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 740 |