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_BASE

Interface 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

Interface 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_EXT

Method 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 NameDescriptionVisability
AFTER_PROXY_GENERATIONPrivate
CALL METHOD cl_bs_soa_siw_sync_master=>AFTER_PROXY_GENERATION...more details

DO_CHECK_PROD_PREREQUISITESCheck settings before generationProtected
CALL METHOD cl_bs_soa_siw_sync_master=>DO_CHECK_PROD_PREREQUISITES...more details

DO_GET_API_VALUEF4 help for API valueProtected
CALL METHOD cl_bs_soa_siw_sync_master=>DO_GET_API_VALUE...more details

DO_GET_CONFIG_ICONGet custom icon for projectsPrivate
CALL METHOD cl_bs_soa_siw_sync_master=>DO_GET_CONFIG_ICON...more details

DO_GET_CUSTOM_BUTTONSGet custom buttons to be shown on the SIW UIProtected
CALL METHOD cl_bs_soa_siw_sync_master=>DO_GET_CUSTOM_BUTTONS...more details

DO_GET_PROJECT_CREATION_DEFModify the project creation defaultsProtected
CALL METHOD cl_bs_soa_siw_sync_master=>DO_GET_PROJECT_CREATION_DEF...more details

DO_GET_PROJECT_ICONSet your very own Resource ManagerPrivate
CALL METHOD cl_bs_soa_siw_sync_master=>DO_GET_PROJECT_ICON...more details

DO_GET_PROJ_CREATION_SUBSCREENGet custom icon for configurationPrivate
CALL METHOD cl_bs_soa_siw_sync_master=>DO_GET_PROJ_CREATION_SUBSCREEN...more details

DO_GET_SERVICE_LEVELReturn the service levelProtected
CALL METHOD cl_bs_soa_siw_sync_master=>DO_GET_SERVICE_LEVEL...more details

DO_GET_SOURCE_API_TYPEReturn the API sourceProtected
CALL METHOD cl_bs_soa_siw_sync_master=>DO_GET_SOURCE_API_TYPE...more details

DO_INIT_INSTANCEInitialize the instanceProtected
CALL METHOD cl_bs_soa_siw_sync_master=>DO_INIT_INSTANCE...more details

DO_MODIFY_CONSTRUCTION_PLANModify the construction plan according to UI actionsProtected
CALL METHOD cl_bs_soa_siw_sync_master=>DO_MODIFY_CONSTRUCTION_PLAN...more details

DO_ON_CONTEXT_INITInit context on project creation and on project loadProtected
CALL METHOD cl_bs_soa_siw_sync_master=>DO_ON_CONTEXT_INIT...more details

DO_ON_CONTEXT_RESCUERescue Non-Editable, Non-Derived Context VariablesProtected
CALL METHOD cl_bs_soa_siw_sync_master=>DO_ON_CONTEXT_RESCUE...more details

DO_ON_CUSTOM_BUTTONHandle a custom button actionProtected
CALL METHOD cl_bs_soa_siw_sync_master=>DO_ON_CUSTOM_BUTTON...more details

DO_ON_CUSTOM_PRODUCTION_STEPPerform after generation has finishedProtected
CALL METHOD cl_bs_soa_siw_sync_master=>DO_ON_CUSTOM_PRODUCTION_STEP...more details

DO_ON_PRODUCTION_STARTPerform before generation startsProtected
CALL METHOD cl_bs_soa_siw_sync_master=>DO_ON_PRODUCTION_START...more details

DO_ORDER_PROPERTIESSort the propertiesProtected
CALL METHOD cl_bs_soa_siw_sync_master=>DO_ORDER_PROPERTIES...more details

DO_PROPOSE_NAMESubscreen for project creation dialogProtected
CALL METHOD cl_bs_soa_siw_sync_master=>DO_PROPOSE_NAME...more details

DO_SETUP_CONSTRUCTION_PLANSetup the construction planProtected
CALL METHOD cl_bs_soa_siw_sync_master=>DO_SETUP_CONSTRUCTION_PLAN...more details

DO_SETUP_POPULATOR_CHAINCreate the populator chainProtected
CALL METHOD cl_bs_soa_siw_sync_master=>DO_SETUP_POPULATOR_CHAIN...more details

DO_TESTINGPerform a test method for the serviceProtected
CALL METHOD cl_bs_soa_siw_sync_master=>DO_TESTING...more details

ON_AFTER_PROXY_GENERATIONCalled after the proxy has been generatedProtected
CALL METHOD cl_bs_soa_siw_sync_master=>ON_AFTER_PROXY_GENERATION...more details

READ_PROXY_INFORead proxy informationPrivate
CALL METHOD cl_bs_soa_siw_sync_master=>READ_PROXY_INFO...more details

_INIT_INSTANCEInitialize instancePrivate
CALL METHOD cl_bs_soa_siw_sync_master=>_INIT_INSTANCE...more details

_PROPOSE_NAMEInheritor proposal for the name of an elementPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
M_ESR_DATA_READInstance AttributeGeneral FlagLIKE
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!