SAP /IWBEP/IF_SBDSP_DATA_SOUR_ATTR OO Class - SB - DSP - Data Source Attribute
/IWBEP/IF_SBDSP_DATA_SOUR_ATTR 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/IF_SBDSP_DATA_SOUR_ATTR 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/IF_SBDSP_DATA_SOUR_ATTR 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 |
| ADD_CHILD | Add a child node | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>ADD_CHILD...more details | ||
| DELETE | Delete the node | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>DELETE...more details | ||
| GET_ASSOCIATED_TYPE | Get associated type | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_ASSOCIATED_TYPE...more details | ||
| GET_BASE_TYPE | Get Base Type | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_BASE_TYPE...more details | ||
| GET_CHILDREN | Get the child nodes | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_CHILDREN...more details | ||
| GET_CHILD_BY_PATH | Get a child by its path | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_CHILD_BY_PATH...more details | ||
|
| ||
| GET_CONVEXIT | Get Conversion Exit | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_CONVEXIT...more details | ||
| GET_DATA_ELEMENT | Get data element | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_DATA_ELEMENT...more details | ||
| GET_DATA_SOURCE | Get Data Source | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_DATA_SOURCE...more details | ||
| GET_DATA_TYPE | Get Data Type | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_DATA_TYPE...more details | ||
| GET_DECIMALS | Get Decimals | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_DECIMALS...more details | ||
| GET_DECLARATION_TYPE | Get Declaration Type | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_DECLARATION_TYPE...more details | ||
| GET_DEFAULT_VALUE | Get Default Value | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_DEFAULT_VALUE...more details | ||
| GET_DESCRIPTION | Get Description | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_DESCRIPTION...more details | ||
| GET_DOMAIN | Get domain | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_DOMAIN...more details | ||
| GET_INTERNAL_DECL_TYPE | Get internal Declaration Type | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_INTERNAL_DECL_TYPE...more details | ||
| GET_INTERNAL_LENGTH | Get Internal Length | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_INTERNAL_LENGTH...more details | ||
| GET_INTERNAL_NAME | Get internal Name | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_INTERNAL_NAME...more details | ||
| GET_IS_KEY | Get Is Key | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_IS_KEY...more details | ||
| GET_IS_MAPPING_ENABLED | Get if attribute is mapping enabled | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_IS_MAPPING_ENABLED...more details | ||
| GET_IS_OPTIONAL | Get Is Optional | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_IS_OPTIONAL...more details | ||
| GET_IS_RANGE | If Range table structure | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_IS_RANGE...more details | ||
| GET_LENGTH | Get Length | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_LENGTH...more details | ||
| GET_LINE_TYPE | Get Line Type | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_LINE_TYPE...more details | ||
| GET_LOG | Get Bapi Ret2 | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_LOG...more details | ||
| GET_MAX_HITS | Check if attribute is type 'Max hits' | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_MAX_HITS...more details | ||
| GET_NAME | Get Name | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_NAME...more details | ||
| GET_OUTPUT_LENGTH | Get Output Length | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_OUTPUT_LENGTH...more details | ||
| GET_PARENT | Get Paerent node | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_PARENT...more details | ||
| GET_PATH | Get Path | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_PATH...more details | ||
| GET_TABLE_ACCESSMODE | Get table access mode (check if it is a sorted table) | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_TABLE_ACCESSMODE...more details | ||
| GET_TABLE_HEADER | Get table header | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_TABLE_HEADER...more details | ||
| GET_TYPE | Get Type | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_TYPE...more details | ||
| IS_NESTING_LEVEL_VALID | Check if the nesting level is valid at runtime | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>IS_NESTING_LEVEL_VALID...more details | ||
| SET_CHILDREN | Set the child nodes | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>SET_CHILDREN...more details | ||
| SET_DATA_SOURCE | Set Data Source | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>SET_DATA_SOURCE...more details | ||
| SET_DECLARATION_TYPE | Set Declaration Type | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>SET_DECLARATION_TYPE...more details | ||
| SET_INTERNAL_DECL_TYPE | Set internal Declaration Type | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>SET_INTERNAL_DECL_TYPE...more details | ||
| SET_INTERNAL_NAME | Set internal Name | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>SET_INTERNAL_NAME...more details | ||
| SET_IS_KEY | Set Is Key | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>SET_IS_KEY...more details | ||
| SET_IS_LOG | Set if attribute is type return structure/table | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>SET_IS_LOG...more details | ||
| SET_IS_MAPPING_ENABLED | Set if attribute is mapping enabled | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>SET_IS_MAPPING_ENABLED...more details | ||
| SET_IS_OPTIONAL | Set Is Optional | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>SET_IS_OPTIONAL...more details | ||
| SET_IS_RANGE | Set if range table structure | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>SET_IS_RANGE...more details | ||
| SET_MAX_HITS | Set if field is type max hits | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>SET_MAX_HITS...more details | ||
| SET_NAME | Set Name | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>SET_NAME...more details | ||
| SET_PATH | Set attribute path | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>SET_PATH...more details | ||
| SET_TYPE | Set Type | Public |
| CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>SET_TYPE...more details | ||
/IWBEP/IF_SBDSP_DATA_SOUR_ATTR 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 |
| GC_ATTR_TYPE | Constant | LIKE | Public | ||
| GC_DECLARATION_TYPE | Constant | LIKE | Public | ||
| GC_PATH_SEPARATOR | Constant | ' ' | LIKE CHAR01 | Public | |
| GC_RFC_PARAMCLASS | Constant | LIKE | Public | ||
| GC_RFC_PARAM_DECL_TYPE | Constant | LIKE | Public | ||
| OBJECTTYPE | Constant | LIKE | Public | ||
| PARAMCLASS | Constant | LIKE | Public |
/IWBEP/IF_SBDSP_DATA_SOUR_ATTR types
TS_CHILDREN_INDEX -TT_ATTRIBUTE -
TT_CHILDREN_INDEX -
TY_ATTRIBUTE -
Links to Related Class(s)
/IWBEP/I...Full list of available SAP object classes
Search for further information about these or an SAP related objects