SAP /IWBEP/CL_SBDSP_DS_TYPE_UTIL OO Class - SB - Domain Model - Utility class for data source types
/IWBEP/CL_SBDSP_DS_TYPE_UTIL 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 /IWBEP/CL_SBDSP_DS_TYPE_UTIL 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 /IWBEP/CL_SBDSP_DS_TYPE_UTIL 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_CONSTANT_VALUE | Checks the constant value | Private |
| CALL METHOD /iwbep/cl_sbdsp_ds_type_util=>CHECK_CONSTANT_VALUE...more details | ||
| CHECK_DS_ATTRIBUTE | Checks the mapped data source attribute | Private |
| CALL METHOD /iwbep/cl_sbdsp_ds_type_util=>CHECK_DS_ATTRIBUTE...more details | ||
| CHECK_DS_MAPPING | Check data source mapping for BOR and RFC | Public |
| CALL METHOD /iwbep/cl_sbdsp_ds_type_util=>CHECK_DS_MAPPING...more details | ||
| CHECK_MAPPING_COMMON | Common mappings checks for all operations | Private |
| CALL METHOD /iwbep/cl_sbdsp_ds_type_util=>CHECK_MAPPING_COMMON...more details | ||
| CHECK_MAPPING_CREATE | Check mapping for create | Private |
| CALL METHOD /iwbep/cl_sbdsp_ds_type_util=>CHECK_MAPPING_CREATE...more details | ||
| CHECK_MAPPING_DELETE | Check mapping for delete | Private |
| CALL METHOD /iwbep/cl_sbdsp_ds_type_util=>CHECK_MAPPING_DELETE...more details | ||
|
| ||
| CHECK_MAPPING_QUERY | Check mapping for query | Private |
| CALL METHOD /iwbep/cl_sbdsp_ds_type_util=>CHECK_MAPPING_QUERY...more details | ||
| CHECK_MAPPING_QUERY_RANGE | Check mapping for query - range table | Private |
| CALL METHOD /iwbep/cl_sbdsp_ds_type_util=>CHECK_MAPPING_QUERY_RANGE...more details | ||
| CHECK_MAPPING_READ | Check mapping for read | Private |
| CALL METHOD /iwbep/cl_sbdsp_ds_type_util=>CHECK_MAPPING_READ...more details | ||
| CHECK_MAPPING_UPDATE | Check mapping for update | Private |
| CALL METHOD /iwbep/cl_sbdsp_ds_type_util=>CHECK_MAPPING_UPDATE...more details | ||
| CHECK_UNMAPPED_MANDAT_FIELDS | Provide error about un-mapped mandatory fields | Private |
| CALL METHOD /iwbep/cl_sbdsp_ds_type_util=>CHECK_UNMAPPED_MANDAT_FIELDS...more details | ||
| GET_DS_TYPE_DM_PROVIDER | Get data source type domain model provider | Public |
| CALL METHOD /iwbep/cl_sbdsp_ds_type_util=>GET_DS_TYPE_DM_PROVIDER...more details | ||
| GET_KEY_PROPERTIES | Get key properties | Private |
| CALL METHOD /iwbep/cl_sbdsp_ds_type_util=>GET_KEY_PROPERTIES...more details | ||
| GET_RELATED_MAPPING | Get related mapping for operation | Public |
| CALL METHOD /iwbep/cl_sbdsp_ds_type_util=>GET_RELATED_MAPPING...more details | ||
/IWBEP/CL_SBDSP_DS_TYPE_UTIL types
TY_S_KEYS -TY_T_KEYS -
Links to Related Class(s)
/IWBEP/C...Full list of available SAP object classes
Search for further information about these or an SAP related objects