SAP /IWBEP/CL_SBDSP_UTILITY OO Class - SB - Domain Model - Utility class
/IWBEP/CL_SBDSP_UTILITY 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_UTILITY 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_UTILITY 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 |
| ATTR_WITHOUT_DIDIC_TYPE | Attribute without didic type | Private |
| CALL METHOD /iwbep/cl_sbdsp_utility=>ATTR_WITHOUT_DIDIC_TYPE...more details | ||
| CHECK_IF_TAB_OR_STR | Check if table of structure | Private |
| CALL METHOD /iwbep/cl_sbdsp_utility=>CHECK_IF_TAB_OR_STR...more details | ||
| CHECK_RFC_DESTINATION | Check if RFC Destination exists in the system | Public |
| CALL METHOD /iwbep/cl_sbdsp_utility=>CHECK_RFC_DESTINATION...more details | ||
| CHECK_SYSTEM_FIELD | Check if the system field is valid | Public |
| CALL METHOD /iwbep/cl_sbdsp_utility=>CHECK_SYSTEM_FIELD...more details | ||
| CLASS_CONSTRUCTOR | CLASS_CONSTRUCTOR | Public |
| CALL METHOD /iwbep/cl_sbdsp_utility=>CLASS_CONSTRUCTOR...more details | ||
| GET_ATTR_DETAILS | Get Attribute details | Public |
| CALL METHOD /iwbep/cl_sbdsp_utility=>GET_ATTR_DETAILS...more details | ||
|
| ||
| GET_BASE_TYPE | Get base type | Private |
| CALL METHOD /iwbep/cl_sbdsp_utility=>GET_BASE_TYPE...more details | ||
| GET_DDIC_ATTR_DETAILS | Get DDIC attribute details | Public |
| CALL METHOD /iwbep/cl_sbdsp_utility=>GET_DDIC_ATTR_DETAILS...more details | ||
| GET_DDIC_SIMPLE_ATTR | Get DDIC simple attribute | Private |
| CALL METHOD /iwbep/cl_sbdsp_utility=>GET_DDIC_SIMPLE_ATTR...more details | ||
| GET_DECLARATION_TYPE | Get declaration type import/export/changing | Private |
| CALL METHOD /iwbep/cl_sbdsp_utility=>GET_DECLARATION_TYPE...more details | ||
| GET_DESC | Get description | Public |
| CALL METHOD /iwbep/cl_sbdsp_utility=>GET_DESC...more details | ||
| GET_DIDIC_DATA | Get DIDIC data | Public |
| CALL METHOD /iwbep/cl_sbdsp_utility=>GET_DIDIC_DATA...more details | ||
| GET_FM_DETAILS | Get FM detailes | Public |
| CALL METHOD /iwbep/cl_sbdsp_utility=>GET_FM_DETAILS...more details | ||
| GET_SIMPLE_ATTR_DESC | Get simple attribute description | Private |
| CALL METHOD /iwbep/cl_sbdsp_utility=>GET_SIMPLE_ATTR_DESC...more details | ||
| GET_TABLE_ACCESS_MODE | Get table access mode | Private |
| CALL METHOD /iwbep/cl_sbdsp_utility=>GET_TABLE_ACCESS_MODE...more details | ||
| IS_BAPIRET2 | Check if table/structure is type BAPIRET2 | Private |
| CALL METHOD /iwbep/cl_sbdsp_utility=>IS_BAPIRET2...more details | ||
| IS_RANGE | Check if table is defiend as range table | Private |
| CALL METHOD /iwbep/cl_sbdsp_utility=>IS_RANGE...more details | ||
| MAX_HITS | max hits | Private |
| CALL METHOD /iwbep/cl_sbdsp_utility=>MAX_HITS...more details | ||
| RESET_IS_LOG | Set is log | Public |
| CALL METHOD /iwbep/cl_sbdsp_utility=>RESET_IS_LOG...more details | ||
| SET_PATH | Set attribute path | Public |
| CALL METHOD /iwbep/cl_sbdsp_utility=>SET_PATH...more details | ||
| VALIDATE_DS_PROPERTY_TYPE | Validate data source attr. and model property types match | Public |
| CALL METHOD /iwbep/cl_sbdsp_utility=>VALIDATE_DS_PROPERTY_TYPE...more details | ||
/IWBEP/CL_SBDSP_UTILITY 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 |
| MV_IS_LOG | Static Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE BOOLE_D | Private | |
| MV_MAX_HITS | Instance Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE BOOLE_D | Private |
/IWBEP/CL_SBDSP_UTILITY types
TT_RFC_FUNINIT -T_DFIES -
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