SAP ABAP Interface IF_BSA_SADL_MODE_PLUGIN (Plugin for mode specific logic)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-ESF-BSA (Application Component) Business Service Adaptation
⤷
SADL_COMPILER (Package) SADL Compiler
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SADL_ENTITY_MODE_PLUGIN | SADL Compiler Plugin for SADL Entity mode | 20120827 |
Properties
| Interface | IF_BSA_SADL_MODE_PLUGIN | |
| Short Description | Plugin for mode specific logic |
General Data
| Package | SADL_COMPILER | SADL Compiler |
| Created | 20120912 | SAP |
| Last changed | 20131127 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_BSA_SADL_MODE_PLUGIN has no forward declaration.
Interfaces
Interface IF_BSA_SADL_MODE_PLUGIN has no interface.
Friends
Interface IF_BSA_SADL_MODE_PLUGIN has no friend.
Attributes
Interface IF_BSA_SADL_MODE_PLUGIN has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20120912 | ||
| 2 | Instance method | Public | Method | 20120912 | ||
| 3 | Instance method | Public | Method | 20120912 | ||
| 4 | Instance method | Public | Method | 20120912 | ||
| 5 | Instance method | Public | Method | 20130419 | ||
| 6 | Instance method | Public | Method | 20130318 | ||
| 7 | Instance method | Public | Method | 20120912 | ||
| 8 | Instance method | Public | Method | 20120912 | ||
| 9 | Instance method | Public | Method | 20120912 | ||
| 10 | Instance method | Public | Method | 20120912 | ||
| 11 | Instance method | Public | Method | 20130207 |
Events
Interface IF_BSA_SADL_MODE_PLUGIN has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_FUNC_PARAM_ATTR_DESC | Public | See coding | 20120912 | tt_func_param_attr_desc TYPE SORTED TABLE OF ty_func_param_attr_desc WITH UNIQUE KEY ordinal_number
|
||
| 2 | TY_FUNC_PARAM_ATTR_DESC | Public | See coding | 20120912 | BEGIN OF ty_func_param_attr_desc,
ordinal_number TYPE i,
sadl_entity TYPE REF TO if_sadl_entity_consump_info,
attribute_name TYPE string,
ref_attr_proxy_name TYPE string,
END OF ty_func_param_attr_desc
|
Method Signatures
Method CHECK_FUNCTION_CALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_BSA_FUNCTION | Call by reference | Type reference (TYPE) | IF_SADL_BSA_METADATA=>TY_FUNCTION | 20120912 | ||||
| 2 | ET_SADL_ERRORS | Call by reference | Type reference (TYPE) | IF_SADL_TYPES=>TT_SADL_ERRORS | 20120912 | ||||
| 3 | IO_SADL_ENTITY | Call by reference | Object reference (TYPE REF TO) | IF_SADL_ENTITY_CONSUMP_INFO | 20120912 | ||||
| 4 | IS_SADL_ATTRIBUTE | Call by reference | Type reference (TYPE) | IF_SADL_TYPES=>TY_SADL_ATTRIBUTE | 20120912 | ||||
| 5 | IT_PARAMETERS | Call by reference | Type reference (TYPE) | IF_SADL_TYPES=>TT_SADL_FC_PARAMETERS | 20120912 | ||||
| 6 | IT_PARAM_DESC | Call by reference | Type reference (TYPE) | TT_FUNC_PARAM_ATTR_DESC | 20120912 | ||||
| 7 | IV_FUNCTION_NAME | Call by reference | Type reference (TYPE) | STRING | 20120912 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130111 |
Method CHECK_PRECONDITIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SADL_ERRORS | Call by reference | Type reference (TYPE) | IF_SADL_TYPES=>TT_SADL_ERRORS | 20120912 | ||||
| 2 | IS_BINDING_INFORMATION | Call by reference | Type reference (TYPE) | IF_SADL_TYPES=>TY_SADL_BINDING_INFORMATION | 20120912 | ||||
| 3 | IS_TOPMOST_BOUND_STRUCTURE | Call by reference | Type reference (TYPE) | IF_SADL_TYPES=>TY_SADL_STRUCTURE | 20120912 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130111 |
Method CHECK_SOURCE_ASSOCIATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SADL_ERRORS | Call by reference | Type reference (TYPE) | IF_SADL_TYPES=>TT_SADL_ERRORS | 20120912 | ||||
| 2 | IO_SADL_ENTITY | Call by reference | Object reference (TYPE REF TO) | IF_SADL_ENTITY_CONSUMP_INFO | 20120912 | ||||
| 3 | IV_ID | Call by reference | Type reference (TYPE) | STRING | 20120912 | ||||
| 4 | IV_LOCALIZATION_ATTRIBUTE | Call by reference | Type reference (TYPE) | STRING | 20120912 | ||||
| 5 | IV_LOCALIZATION_TAG | Call by reference | Type reference (TYPE) | STRING | 20120912 | ||||
| 6 | IV_SOURCE_ASSOCIATION_NAME | Call by reference | Type reference (TYPE) | STRING | 20120912 | ||||
| 7 | IV_STRUCTURE_ID | Call by reference | Type reference (TYPE) | STRING | 20120912 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130111 |
Method CHECK_SOURCE_ATTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SADL_ERRORS | Call by reference | Type reference (TYPE) | IF_SADL_TYPES=>TT_SADL_ERRORS | 20120912 | ||||
| 2 | IO_SOURCE_SADL_ENTITY | Call by reference | Object reference (TYPE REF TO) | IF_SADL_ENTITY_CONSUMP_INFO | 20120912 | ||||
| 3 | IV_ID | Call by reference | Type reference (TYPE) | STRING | 20120912 | ||||
| 4 | IV_LOCALIZATION_ATTRIBUTE | Call by reference | Type reference (TYPE) | STRING | 20120912 | ||||
| 5 | IV_LOCALIZATION_TAG | Call by reference | Type reference (TYPE) | STRING | 20120912 | ||||
| 6 | IV_SADL_STRUCTURE_ID | Call by reference | Type reference (TYPE) | STRING | 20130207 | ||||
| 7 | IV_SOURCE_ELEMENT_NAME | Call by reference | Type reference (TYPE) | STRING | 20120912 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130111 |
Method CHECK_SOURCE_FILTER_PARAM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SADL_ERRORS | Call by reference | Type reference (TYPE) | IF_SADL_TYPES=>TT_SADL_ERRORS | 20130419 | ||||
| 2 | IO_SADL_ENTITY | Call by reference | Object reference (TYPE REF TO) | IF_SADL_ENTITY | 20130419 | ||||
| 3 | IS_SADL_DEFINITION | Call by reference | Type reference (TYPE) | IF_SADL_TYPES=>TY_SADL_DEFINITION | 20130424 | ||||
| 4 | IV_ID | Call by reference | Type reference (TYPE) | STRING | 20130419 | ||||
| 5 | IV_LOCALIZATION_ATTRIBUTE | Call by reference | Type reference (TYPE) | STRING | 20130419 | ||||
| 6 | IV_LOCALIZATION_TAG | Call by reference | Type reference (TYPE) | STRING | 20130419 | ||||
| 7 | IV_SOURCE_ASSOCIATION_NAME | Call by reference | Type reference (TYPE) | STRING | 20130419 | ||||
| 8 | IV_SOURCE_FILTER_NAME | Call by reference | Type reference (TYPE) | STRING | 20130419 | ||||
| 9 | IV_STRUCTURE_ID | Call by reference | Type reference (TYPE) | STRING | 20130419 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130419 |
Method CHECK_STRUCTURE_BINDINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SADL_ERRORS | Call by reference | Type reference (TYPE) | IF_SADL_TYPES=>TT_SADL_ERRORS | 20130318 | ||||
| 2 | IO_SADL_ENTITY | Call by reference | Object reference (TYPE REF TO) | IF_SADL_ENTITY_CONSUMP_INFO | 20130318 | ||||
| 3 | IS_SADL_STRUCTURE | Call by reference | Type reference (TYPE) | IF_SADL_TYPES=>TY_SADL_STRUCTURE | 20130318 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130318 |
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_SADL_BINDING_INFORMATION | Call by reference | Type reference (TYPE) | IF_SADL_TYPES=>TY_SADL_BINDING_INFORMATION | 20120912 | ||||
| 2 | IO_ERROR_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_BSA_SADL_ERROR_HANDLER | 20120912 | ||||
| 3 | IO_MP | Call by reference | Object reference (TYPE REF TO) | CL_BSA_SADL_MP | 20120912 | ||||
| 4 | IT_ADMIN_DATA | Call by reference | Type reference (TYPE) | IF_SADL_BSA_METADATA=>TT_ADMIN_DATA | 20120912 | ||||
| 5 | IV_CHECK_ONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120912 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130111 |
Method CREATE_ERROR_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_ERROR_HANDLER | Value transfer | Object reference (TYPE REF TO) | IF_BSA_SADL_ERROR_HANDLER | 20120912 |
Method CREATE_ERROR_HANDLER on Interface IF_BSA_SADL_MODE_PLUGIN has no exception.
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_MP | Call by reference | Object reference (TYPE REF TO) | CL_BSA_SADL_MP | 20120912 | ||||
| 2 | IV_UUID | Call by reference | Type reference (TYPE) | IF_SADL_TYPES=>TY_UUID | 20120912 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130111 |
Method INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_MP | Call by reference | Object reference (TYPE REF TO) | IF_BSA_SADL_MP_CONTEXT | 20120912 | ||||
| 2 | IV_MODE | Call by reference | Type reference (TYPE) | STRING | 20120912 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130111 |
Method SET_SADL_DEFINITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_SADL_DEFINITION | Call by reference | Type reference (TYPE) | IF_SADL_TYPES=>TY_SADL_DEFINITION | 20130207 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130207 |
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 740 |