SAP CL_BS_SOA_SIW_SYNC_MASTER OO Class - SIW customer templates: Master config class
CL_BS_SOA_SIW_SYNC_MASTER is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_BS_SOA_SIW_SYNC_MASTER including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Inheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_BS_SOA_SIW_SYNC_MASTER is CL_BS_SOA_SIW_TMPL_CFG_BASEInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_SIW_CONFIGURATION_SETUPInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_SIW_CONFIGURATION_SETUP_EXTMethod list of CL_BS_SOA_SIW_SYNC_MASTER SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| AFTER_PROXY_GENERATION | Private | |
| CALL METHOD cl_bs_soa_siw_sync_master=>AFTER_PROXY_GENERATION...more details | ||
| DO_CHECK_PROD_PREREQUISITES | Check settings before generation | Protected |
| CALL METHOD cl_bs_soa_siw_sync_master=>DO_CHECK_PROD_PREREQUISITES...more details | ||
| DO_GET_API_VALUE | F4 help for API value | Protected |
| CALL METHOD cl_bs_soa_siw_sync_master=>DO_GET_API_VALUE...more details | ||
| DO_GET_CONFIG_ICON | Get custom icon for projects | Private |
| CALL METHOD cl_bs_soa_siw_sync_master=>DO_GET_CONFIG_ICON...more details | ||
| DO_GET_CUSTOM_BUTTONS | Get custom buttons to be shown on the SIW UI | Protected |
| CALL METHOD cl_bs_soa_siw_sync_master=>DO_GET_CUSTOM_BUTTONS...more details | ||
| DO_GET_PROJECT_CREATION_DEF | Modify the project creation defaults | Protected |
| CALL METHOD cl_bs_soa_siw_sync_master=>DO_GET_PROJECT_CREATION_DEF...more details | ||
|
| ||
| DO_GET_PROJECT_ICON | Set your very own Resource Manager | Private |
| CALL METHOD cl_bs_soa_siw_sync_master=>DO_GET_PROJECT_ICON...more details | ||
| DO_GET_PROJ_CREATION_SUBSCREEN | Get custom icon for configuration | Private |
| CALL METHOD cl_bs_soa_siw_sync_master=>DO_GET_PROJ_CREATION_SUBSCREEN...more details | ||
| DO_GET_SERVICE_LEVEL | Return the service level | Protected |
| CALL METHOD cl_bs_soa_siw_sync_master=>DO_GET_SERVICE_LEVEL...more details | ||
| DO_GET_SOURCE_API_TYPE | Return the API source | Protected |
| CALL METHOD cl_bs_soa_siw_sync_master=>DO_GET_SOURCE_API_TYPE...more details | ||
| DO_INIT_INSTANCE | Initialize the instance | Protected |
| CALL METHOD cl_bs_soa_siw_sync_master=>DO_INIT_INSTANCE...more details | ||
| DO_MODIFY_CONSTRUCTION_PLAN | Modify the construction plan according to UI actions | Protected |
| CALL METHOD cl_bs_soa_siw_sync_master=>DO_MODIFY_CONSTRUCTION_PLAN...more details | ||
| DO_ON_CONTEXT_INIT | Init context on project creation and on project load | Protected |
| CALL METHOD cl_bs_soa_siw_sync_master=>DO_ON_CONTEXT_INIT...more details | ||
| DO_ON_CONTEXT_RESCUE | Rescue Non-Editable, Non-Derived Context Variables | Protected |
| CALL METHOD cl_bs_soa_siw_sync_master=>DO_ON_CONTEXT_RESCUE...more details | ||
| DO_ON_CUSTOM_BUTTON | Handle a custom button action | Protected |
| CALL METHOD cl_bs_soa_siw_sync_master=>DO_ON_CUSTOM_BUTTON...more details | ||
| DO_ON_CUSTOM_PRODUCTION_STEP | Perform after generation has finished | Protected |
| CALL METHOD cl_bs_soa_siw_sync_master=>DO_ON_CUSTOM_PRODUCTION_STEP...more details | ||
| DO_ON_PRODUCTION_START | Perform before generation starts | Protected |
| CALL METHOD cl_bs_soa_siw_sync_master=>DO_ON_PRODUCTION_START...more details | ||
| DO_ORDER_PROPERTIES | Sort the properties | Protected |
| CALL METHOD cl_bs_soa_siw_sync_master=>DO_ORDER_PROPERTIES...more details | ||
| DO_PROPOSE_NAME | Subscreen for project creation dialog | Protected |
| CALL METHOD cl_bs_soa_siw_sync_master=>DO_PROPOSE_NAME...more details | ||
| DO_SETUP_CONSTRUCTION_PLAN | Setup the construction plan | Protected |
| CALL METHOD cl_bs_soa_siw_sync_master=>DO_SETUP_CONSTRUCTION_PLAN...more details | ||
| DO_SETUP_POPULATOR_CHAIN | Create the populator chain | Protected |
| CALL METHOD cl_bs_soa_siw_sync_master=>DO_SETUP_POPULATOR_CHAIN...more details | ||
| DO_TESTING | Perform a test method for the service | Protected |
| CALL METHOD cl_bs_soa_siw_sync_master=>DO_TESTING...more details | ||
| ON_AFTER_PROXY_GENERATION | Called after the proxy has been generated | Protected |
| CALL METHOD cl_bs_soa_siw_sync_master=>ON_AFTER_PROXY_GENERATION...more details | ||
| READ_PROXY_INFO | Read proxy information | Private |
| CALL METHOD cl_bs_soa_siw_sync_master=>READ_PROXY_INFO...more details | ||
| _INIT_INSTANCE | Initialize instance | Private |
| CALL METHOD cl_bs_soa_siw_sync_master=>_INIT_INSTANCE...more details | ||
| _PROPOSE_NAME | Inheritor proposal for the name of an element | Private |
| CALL METHOD cl_bs_soa_siw_sync_master=>_PROPOSE_NAME...more details | ||
CL_BS_SOA_SIW_SYNC_MASTER attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| M_ESR_DATA_READ | Instance Attribute | General Flag | LIKE FLAG | Private |
Links to Related Class(s)
CL_BS_SO...Full list of available SAP object classes
Search for further information about these or an SAP related objects