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 CHECK_FUNCTION_CALL Instance method Public Method 20120912
2 CHECK_PRECONDITIONS Instance method Public Method 20120912
3 CHECK_SOURCE_ASSOCIATION Instance method Public Method 20120912
4 CHECK_SOURCE_ATTRIBUTE Instance method Public Method 20120912
5 CHECK_SOURCE_FILTER_PARAM Instance method Public Method 20130419
6 CHECK_STRUCTURE_BINDINGS Instance method Public Method 20130318
7 CREATE Instance method Public Method 20120912
8 CREATE_ERROR_HANDLER Instance method Public Method 20120912
9 DELETE Instance method Public Method 20120912
10 INIT Instance method Public Method 20120912
11 SET_SADL_DEFINITION 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 Changing CS_BSA_FUNCTION Call by reference Type reference (TYPE) IF_SADL_BSA_METADATA=>TY_FUNCTION 20120912
2 Exporting ET_SADL_ERRORS Call by reference Type reference (TYPE) IF_SADL_TYPES=>TT_SADL_ERRORS 20120912
3 Importing IO_SADL_ENTITY Call by reference Object reference (TYPE REF TO) IF_SADL_ENTITY_CONSUMP_INFO 20120912
4 Importing IS_SADL_ATTRIBUTE Call by reference Type reference (TYPE) IF_SADL_TYPES=>TY_SADL_ATTRIBUTE 20120912
5 Importing IT_PARAMETERS Call by reference Type reference (TYPE) IF_SADL_TYPES=>TT_SADL_FC_PARAMETERS 20120912
6 Importing IT_PARAM_DESC Call by reference Type reference (TYPE) TT_FUNC_PARAM_ATTR_DESC 20120912
7 Importing IV_FUNCTION_NAME Call by reference Type reference (TYPE) STRING 20120912
# Exception Resumable Description Created on
1 CX_SADL_STATIC 20130111

Method CHECK_PRECONDITIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SADL_ERRORS Call by reference Type reference (TYPE) IF_SADL_TYPES=>TT_SADL_ERRORS 20120912
2 Importing IS_BINDING_INFORMATION Call by reference Type reference (TYPE) IF_SADL_TYPES=>TY_SADL_BINDING_INFORMATION 20120912
3 Importing IS_TOPMOST_BOUND_STRUCTURE Call by reference Type reference (TYPE) IF_SADL_TYPES=>TY_SADL_STRUCTURE 20120912
# Exception Resumable Description Created on
1 CX_SADL_STATIC 20130111

Method CHECK_SOURCE_ASSOCIATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SADL_ERRORS Call by reference Type reference (TYPE) IF_SADL_TYPES=>TT_SADL_ERRORS 20120912
2 Importing IO_SADL_ENTITY Call by reference Object reference (TYPE REF TO) IF_SADL_ENTITY_CONSUMP_INFO 20120912
3 Importing IV_ID Call by reference Type reference (TYPE) STRING 20120912
4 Importing IV_LOCALIZATION_ATTRIBUTE Call by reference Type reference (TYPE) STRING 20120912
5 Importing IV_LOCALIZATION_TAG Call by reference Type reference (TYPE) STRING 20120912
6 Importing IV_SOURCE_ASSOCIATION_NAME Call by reference Type reference (TYPE) STRING 20120912
7 Importing IV_STRUCTURE_ID Call by reference Type reference (TYPE) STRING 20120912
# Exception Resumable Description Created on
1 CX_SADL_STATIC 20130111

Method CHECK_SOURCE_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SADL_ERRORS Call by reference Type reference (TYPE) IF_SADL_TYPES=>TT_SADL_ERRORS 20120912
2 Importing IO_SOURCE_SADL_ENTITY Call by reference Object reference (TYPE REF TO) IF_SADL_ENTITY_CONSUMP_INFO 20120912
3 Importing IV_ID Call by reference Type reference (TYPE) STRING 20120912
4 Importing IV_LOCALIZATION_ATTRIBUTE Call by reference Type reference (TYPE) STRING 20120912
5 Importing IV_LOCALIZATION_TAG Call by reference Type reference (TYPE) STRING 20120912
6 Importing IV_SADL_STRUCTURE_ID Call by reference Type reference (TYPE) STRING 20130207
7 Importing IV_SOURCE_ELEMENT_NAME Call by reference Type reference (TYPE) STRING 20120912
# Exception Resumable Description Created on
1 CX_SADL_STATIC 20130111

Method CHECK_SOURCE_FILTER_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SADL_ERRORS Call by reference Type reference (TYPE) IF_SADL_TYPES=>TT_SADL_ERRORS 20130419
2 Importing IO_SADL_ENTITY Call by reference Object reference (TYPE REF TO) IF_SADL_ENTITY 20130419
3 Importing IS_SADL_DEFINITION Call by reference Type reference (TYPE) IF_SADL_TYPES=>TY_SADL_DEFINITION 20130424
4 Importing IV_ID Call by reference Type reference (TYPE) STRING 20130419
5 Importing IV_LOCALIZATION_ATTRIBUTE Call by reference Type reference (TYPE) STRING 20130419
6 Importing IV_LOCALIZATION_TAG Call by reference Type reference (TYPE) STRING 20130419
7 Importing IV_SOURCE_ASSOCIATION_NAME Call by reference Type reference (TYPE) STRING 20130419
8 Importing IV_SOURCE_FILTER_NAME Call by reference Type reference (TYPE) STRING 20130419
9 Importing IV_STRUCTURE_ID Call by reference Type reference (TYPE) STRING 20130419
# Exception Resumable Description Created on
1 CX_BSA_COMPILE_TIME 20130419

Method CHECK_STRUCTURE_BINDINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SADL_ERRORS Call by reference Type reference (TYPE) IF_SADL_TYPES=>TT_SADL_ERRORS 20130318
2 Importing IO_SADL_ENTITY Call by reference Object reference (TYPE REF TO) IF_SADL_ENTITY_CONSUMP_INFO 20130318
3 Importing IS_SADL_STRUCTURE Call by reference Type reference (TYPE) IF_SADL_TYPES=>TY_SADL_STRUCTURE 20130318
# Exception Resumable Description Created on
1 CX_SADL_STATIC 20130318

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_SADL_BINDING_INFORMATION Call by reference Type reference (TYPE) IF_SADL_TYPES=>TY_SADL_BINDING_INFORMATION 20120912
2 Importing IO_ERROR_HANDLER Call by reference Object reference (TYPE REF TO) IF_BSA_SADL_ERROR_HANDLER 20120912
3 Importing IO_MP Call by reference Object reference (TYPE REF TO) CL_BSA_SADL_MP 20120912
4 Importing IT_ADMIN_DATA Call by reference Type reference (TYPE) IF_SADL_BSA_METADATA=>TT_ADMIN_DATA 20120912
5 Importing IV_CHECK_ONLY Call by reference Type reference (TYPE) ABAP_BOOL 20120912
# Exception Resumable Description Created on
1 CX_SADL_STATIC 20130111

Method CREATE_ERROR_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning 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 Importing IO_MP Call by reference Object reference (TYPE REF TO) CL_BSA_SADL_MP 20120912
2 Importing IV_UUID Call by reference Type reference (TYPE) IF_SADL_TYPES=>TY_UUID 20120912
# Exception Resumable Description Created on
1 CX_SADL_STATIC 20130111

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MP Call by reference Object reference (TYPE REF TO) IF_BSA_SADL_MP_CONTEXT 20120912
2 Importing IV_MODE Call by reference Type reference (TYPE) STRING 20120912
# Exception Resumable Description Created on
1 CX_SADL_STATIC 20130111

Method SET_SADL_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SADL_DEFINITION Call by reference Type reference (TYPE) IF_SADL_TYPES=>TY_SADL_DEFINITION 20130207
# Exception Resumable Description Created on
1 CX_SADL_STATIC 20130207
History
Last changed by/on SAP  20131127 
SAP Release Created in 740