SAP IF_SIW_CONFIGURATION_SETUP OO Class - Configuration
IF_SIW_CONFIGURATION_SETUP 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 IF_SIW_CONFIGURATION_SETUP including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of IF_SIW_CONFIGURATION_SETUP 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 |
| CHECK_PRODUCTION_PREREQUISITES | Check the Prerequisites for Generation (Optional) | Public |
| CALL METHOD if_siw_configuration_setup=>CHECK_PRODUCTION_PREREQUISITES...more details | ||
| DO_TESTING | Execute Test | Public |
| CALL METHOD if_siw_configuration_setup=>DO_TESTING...more details | ||
| GET_CUSTOM_BUTTONS | Get Application-specific Buttons (Dialog) | Public |
| CALL METHOD if_siw_configuration_setup=>GET_CUSTOM_BUTTONS...more details | ||
| GET_PROJECT_CREATION_DEFAULTS | Get Defaults for Project Creation | Public |
| CALL METHOD if_siw_configuration_setup=>GET_PROJECT_CREATION_DEFAULTS...more details | ||
| GET_PROJECT_VALUES | Get certain configuration specific settings/values | Public |
| CALL METHOD if_siw_configuration_setup=>GET_PROJECT_VALUES...more details | ||
| GET_SERVICE_LEVEL | Get Service Creation Type | Public |
| CALL METHOD if_siw_configuration_setup=>GET_SERVICE_LEVEL...more details | ||
|
| ||
| GET_SOURCE_API_TYPE | Get Source API Type (API-based Service Crtn Type ES Rep.) | Public |
| CALL METHOD if_siw_configuration_setup=>GET_SOURCE_API_TYPE...more details | ||
| MODIFY_CONSTRUCTION_PLAN | Modify Construction Plan (Optional) | Public |
| CALL METHOD if_siw_configuration_setup=>MODIFY_CONSTRUCTION_PLAN...more details | ||
| ON_CUSTOM_BUTTON | Event Handling of Application-specific Buttons | Public |
| CALL METHOD if_siw_configuration_setup=>ON_CUSTOM_BUTTON...more details | ||
| ON_CUSTOM_PRODUCTION_STEP | Event for Activities, Application-specific Generation Step | Public |
| CALL METHOD if_siw_configuration_setup=>ON_CUSTOM_PRODUCTION_STEP...more details | ||
| ON_PRODUCTION_START | Event for Activities on Start of Generation (Optional) | Public |
| CALL METHOD if_siw_configuration_setup=>ON_PRODUCTION_START...more details | ||
| ORDER_PROPERTIES | Change Order of the Project Context Data (Dialog) | Public |
| CALL METHOD if_siw_configuration_setup=>ORDER_PROPERTIES...more details | ||
| SETUP_CONSTRUCTION_PLAN | Build Construction Plan | Public |
| CALL METHOD if_siw_configuration_setup=>SETUP_CONSTRUCTION_PLAN...more details | ||
| SETUP_POPULATOR_CHAIN | Add Populators to the Populator Chain (API-based Services) | Public |
| CALL METHOD if_siw_configuration_setup=>SETUP_POPULATOR_CHAIN...more details | ||
| S_CREATE | Create Instance | Public |
| CALL METHOD if_siw_configuration_setup=>S_CREATE...more details | ||
IF_SIW_CONFIGURATION_SETUP types
GT_S_CUSTOM_BUTTON -GT_T_CUSTOM_BUTTON -
TYP_STR_GROUP -
TYP_STR_PROPERTY -
TYP_TAB_GROUPS -
TYP_TAB_PROPERTIES -
TYP_TAB_TEMPLATE -
Links to Related Class(s)
IF_SIW_C...Full list of available SAP object classes
Search for further information about these or an SAP related objects