SAP CL_BSP_ELEMENT_INFO OO Class - BSP Element Information
CL_BSP_ELEMENT_INFO 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_INFO 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_INFO 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 |
| BUILD_ELEMENT_ATTRIBUTE_INTERN | Properties Pool | Private |
| CALL METHOD cl_bsp_element_info=>BUILD_ELEMENT_ATTRIBUTE_INTERN...more details | ||
| BUILD_ELEMENT_ATTRIBUTE_STRING | Properties Pool | Public |
| CALL METHOD cl_bsp_element_info=>BUILD_ELEMENT_ATTRIBUTE_STRING...more details | ||
| CONSTRUCTOR | Constructor | Public |
| CALL METHOD cl_bsp_element_info=>CONSTRUCTOR...more details | ||
| GET_ATTRIBUTE_INFO | Attributes of a BSP element | Public |
| CALL METHOD cl_bsp_element_info=>GET_ATTRIBUTE_INFO...more details | ||
| GET_ATTRIBUTE_INFOS | List of all attributes of a BSP element | Public |
| CALL METHOD cl_bsp_element_info=>GET_ATTRIBUTE_INFOS...more details | ||
| GET_ATTRIBUTE_INFO_FOR_ID | Properties of the ID attribute | Public |
| CALL METHOD cl_bsp_element_info=>GET_ATTRIBUTE_INFO_FOR_ID...more details | ||
|
| ||
| GET_BODY_CONTENT | Property: Permitted content of a BSP element | Public |
| CALL METHOD cl_bsp_element_info=>GET_BODY_CONTENT...more details | ||
| GET_CLASS_NAME | Get Class Names | Public |
| CALL METHOD cl_bsp_element_info=>GET_CLASS_NAME...more details | ||
| GET_EXTENSION | Get BSP Extension | Public |
| CALL METHOD cl_bsp_element_info=>GET_EXTENSION...more details | ||
| GET_ITERATION | Property:: Is iteration necessary? | Public |
| CALL METHOD cl_bsp_element_info=>GET_ITERATION...more details | ||
| GET_NAME | Get names | Public |
| CALL METHOD cl_bsp_element_info=>GET_NAME...more details | ||
| GET_NO_PAGE_DONE | Property: Get CO_PAGE_DONE? | Public |
| CALL METHOD cl_bsp_element_info=>GET_NO_PAGE_DONE...more details | ||
| GET_REQUIRE_WRITER | Property: Is a body required? | Public |
| CALL METHOD cl_bsp_element_info=>GET_REQUIRE_WRITER...more details | ||
| GET_VALIDATION | Property: Is validation required? | Public |
| CALL METHOD cl_bsp_element_info=>GET_VALIDATION...more details | ||
| IS_VALID | BSP Element -> IS_VALID | Public |
| CALL METHOD cl_bsp_element_info=>IS_VALID...more details | ||
| SET_COMPILER_OPTIONS | Use Properties for Classes | Public |
| CALL METHOD cl_bsp_element_info=>SET_COMPILER_OPTIONS...more details | ||
CL_BSP_ELEMENT_INFO 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 |
| ATTRIBUTE_INFOS | Instance Attribute | Table CL_BSP_ELEMENT_ATTRS_INFO | LIKE TABLE_BSP_ELEMENT_ATTRS_INFO | Private | |
| COMPILER_OPTIONS | Instance Attribute | BSP: Repository for Elements | LIKE TAGELEMENT | Private | |
| CO_ATTR_BSP | Constant | Budget Structure Elements | '/BSP/' | LIKE STRING | Public |
| CO_ATTR_DATA | Instance Attribute | LIKE | Private | ||
| CO_ATTR_ELEMENT_DEPENDENT | Constant | Element Dependency | '/TDEP/' | LIKE STRING | Public |
| CO_ATTR_EMPTY | Constant | Blank | '/EMPTY/' | LIKE STRING | Public |
| CO_ATTR_ID | Instance Attribute | LIKE | Private | ||
| CO_ATTR_ID_REQUIRED | Instance Attribute | LIKE | Private | ||
| CO_ATTR_ITERATION | Instance Attribute | LIKE | Private | ||
| CO_ATTR_NO_PAGE_DONE | Instance Attribute | LIKE | Private | ||
| CO_ATTR_ONLY_INNER_ELEMENTS | Constant | Only BSP inner elements | '/INNER/' | LIKE STRING | Public |
| CO_ATTR_REQUIRE_WRITER | Instance Attribute | LIKE | Private | ||
| CO_ATTR_VALIDATION | Instance Attribute | LIKE | Private | ||
| CO_ATTR_VERSION_1 | Instance Attribute | LIKE | Private | ||
| CO_CONTENT_BSP | Constant | Budget Structure Elements | TAGL_BODY_CONTENT_BSP | LIKE CHAR1 | Public |
| CO_CONTENT_DATA | Instance Attribute | LIKE | Private | ||
| CO_CONTENT_ELEMENT_DEPENDENT | Constant | Element Dependency | TAGL_BODY_CONTENT_TAGDEP | LIKE CHAR1 | Public |
| CO_CONTENT_EMPTY | Constant | Empty | TAGL_BODY_CONTENT_EMPTY | LIKE CHAR1 | Public |
| CO_CONTENT_ONLY_INNER_ELEMENTS | Constant | Only BSP inner elements | TAGL_BODY_CONTENT_INNER_TAGS | LIKE CHAR1 | Public |
| ELEMENT | Instance Attribute | Interface for element checks during the compile phase | LIKE IF_BSP_ELEMENT | Private | |
| ELEMENT_EXTENSION | Instance Attribute | LIKE | Private | ||
| ELEMENT_INFO | Instance Attribute | Element: All inforation in lower structure | LIKE O2TAGINFO | Private | |
| ELEMENT_NAME | Instance Attribute | LIKE | Private | ||
| EXTENSION | Instance Attribute | ID of BSP Extension | LIKE STRING | Private | |
| VALIDATOR | Instance Attribute | Compile Time Attribute Validation | LIKE CL_BSP_ELEMENT_CT_ATTR_VALID | 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