SAP CL_BSP_ELEMENT_RT_ATTR_VALID OO Class - Runtime Attribute Validation
CL_BSP_ELEMENT_RT_ATTR_VALID 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_BSP_ELEMENT_RT_ATTR_VALID 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 CL_BSP_ELEMENT_RT_ATTR_VALID 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 |
| BINDABLE_TO_BOOLEAN | Convert a string value to a Boolean value | Public |
| CALL METHOD cl_bsp_element_rt_attr_valid=>BINDABLE_TO_BOOLEAN...more details | ||
| BINDABLE_TO_DATE | Convert a string value to a date value | Public |
| CALL METHOD cl_bsp_element_rt_attr_valid=>BINDABLE_TO_DATE...more details | ||
| BINDABLE_TO_ENUM | Convert a string value to an enum value | Public |
| CALL METHOD cl_bsp_element_rt_attr_valid=>BINDABLE_TO_ENUM...more details | ||
| BINDABLE_TO_FLOAT | Convert a string value to a float value | Public |
| CALL METHOD cl_bsp_element_rt_attr_valid=>BINDABLE_TO_FLOAT...more details | ||
| BINDABLE_TO_INTEGER | Covert a string value to an integer value | Public |
| CALL METHOD cl_bsp_element_rt_attr_valid=>BINDABLE_TO_INTEGER...more details | ||
| BINDABLE_TO_STRING | Reads String Value | Public |
| CALL METHOD cl_bsp_element_rt_attr_valid=>BINDABLE_TO_STRING...more details | ||
|
| ||
| BROWSER_CHECK | Private | |
| CALL METHOD cl_bsp_element_rt_attr_valid=>BROWSER_CHECK...more details | ||
| CONSTRUCTOR | Constructor | Public |
| CALL METHOD cl_bsp_element_rt_attr_valid=>CONSTRUCTOR...more details | ||
| CSSCLASS | Validation of CSS Class Attribute | Public |
| CALL METHOD cl_bsp_element_rt_attr_valid=>CSSCLASS...more details | ||
| ERROR | Write Error | Private |
| CALL METHOD cl_bsp_element_rt_attr_valid=>ERROR...more details | ||
| ID | Validate ID Attributes | Public |
| CALL METHOD cl_bsp_element_rt_attr_valid=>ID...more details | ||
| IS_TABLE | Validate Table: Valid Table Reference | Public |
| CALL METHOD cl_bsp_element_rt_attr_valid=>IS_TABLE...more details | ||
| IS_TABLE_ALL_PARAMS_SUPPLIED | Validate Table: All Parameters Specified | Public |
| CALL METHOD cl_bsp_element_rt_attr_valid=>IS_TABLE_ALL_PARAMS_SUPPLIED...more details | ||
| IS_TABLE_ALL_PARAMS_VALID | Validate Table: All Parameters Specified and Validated | Public |
| CALL METHOD cl_bsp_element_rt_attr_valid=>IS_TABLE_ALL_PARAMS_VALID...more details | ||
| IS_TABLE_COLUMN | Validate Table: Column in Table | Public |
| CALL METHOD cl_bsp_element_rt_attr_valid=>IS_TABLE_COLUMN...more details | ||
| READ_MODEL_STRING | Private | |
| CALL METHOD cl_bsp_element_rt_attr_valid=>READ_MODEL_STRING...more details | ||
| SCROLLING | Validation of Scrolling Attribute | Public |
| CALL METHOD cl_bsp_element_rt_attr_valid=>SCROLLING...more details | ||
| SYMBOLS | Validation of Character Attributes | Public |
| CALL METHOD cl_bsp_element_rt_attr_valid=>SYMBOLS...more details | ||
| TO_BOOLEAN | Convert a string value to a Boolean value | Public |
| CALL METHOD cl_bsp_element_rt_attr_valid=>TO_BOOLEAN...more details | ||
| TO_DATE | Convert a string value to a date value | Public |
| CALL METHOD cl_bsp_element_rt_attr_valid=>TO_DATE...more details | ||
| TO_ENUM | Convert a string value to an enum value | Public |
| CALL METHOD cl_bsp_element_rt_attr_valid=>TO_ENUM...more details | ||
| TO_ENUM_FROM_TABLE | Convert a string value to an enum value | Public |
| CALL METHOD cl_bsp_element_rt_attr_valid=>TO_ENUM_FROM_TABLE...more details | ||
| TO_FLOAT | Convert a string value to a float value | Public |
| CALL METHOD cl_bsp_element_rt_attr_valid=>TO_FLOAT...more details | ||
| TO_INTEGER | Covert a string value to an integer value | Public |
| CALL METHOD cl_bsp_element_rt_attr_valid=>TO_INTEGER...more details | ||
| TO_LENGTH | Validation of Width Attribute | Public |
| CALL METHOD cl_bsp_element_rt_attr_valid=>TO_LENGTH...more details | ||
CL_BSP_ELEMENT_RT_ATTR_VALID 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 |
| M_COUNTER | Instance Attribute | LIKE | Private | ||
| M_EXTENSION | Instance Attribute | Extension Informarion | LIKE STRING | Private | |
| M_NAME | Instance Attribute | Name of BSP Extension | LIKE STRING | Private | |
| M_RUNTIME_PARMS | Instance Attribute | LIKE | Private |
Links to Related Class(s)
CL_BSP_E...Full list of available SAP object classes
Search for further information about these or an SAP related objects