SAP CL_SALV_BOG_FORM_ELEMENT_XML OO Class - Create XML Document for Design Object
CL_SALV_BOG_FORM_ELEMENT_XML 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_SALV_BOG_FORM_ELEMENT_XML 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_SALV_BOG_FORM_ELEMENT_XML 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 |
| APPEND_TEXT | Private | |
| CALL METHOD cl_salv_bog_form_element_xml=>APPEND_TEXT...more details | ||
| GET_ID | Private | |
| CALL METHOD cl_salv_bog_form_element_xml=>GET_ID...more details | ||
| GET_TEXTS | Private | |
| CALL METHOD cl_salv_bog_form_element_xml=>GET_TEXTS...more details | ||
| IS_CONTENT_EXISTENT | Private | |
| CALL METHOD cl_salv_bog_form_element_xml=>IS_CONTENT_EXISTENT...more details | ||
| WRITE_CELL_INFO | Private | |
| CALL METHOD cl_salv_bog_form_element_xml=>WRITE_CELL_INFO...more details | ||
| WRITE_ELEMENT | Private | |
| CALL METHOD cl_salv_bog_form_element_xml=>WRITE_ELEMENT...more details | ||
|
| ||
| WRITE_FLOW_LAYOUT | Private | |
| CALL METHOD cl_salv_bog_form_element_xml=>WRITE_FLOW_LAYOUT...more details | ||
| WRITE_GRID_LAYOUT | Private | |
| CALL METHOD cl_salv_bog_form_element_xml=>WRITE_GRID_LAYOUT...more details | ||
| WRITE_TEXT_VIEW | Private | |
| CALL METHOD cl_salv_bog_form_element_xml=>WRITE_TEXT_VIEW...more details | ||
| WRITE_TOOLTIP | Private | |
| CALL METHOD cl_salv_bog_form_element_xml=>WRITE_TOOLTIP...more details | ||
| WRITE_XML | Private | |
| CALL METHOD cl_salv_bog_form_element_xml=>WRITE_XML...more details | ||
CL_SALV_BOG_FORM_ELEMENT_XML 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 |
| C_ACTION | Instance Attribute | LIKE | Private | ||
| C_FORM_AREA | Instance Attribute | LIKE | Private | ||
| C_HEADER | Instance Attribute | LIKE | Private | ||
| C_H_ALIGN | Instance Attribute | LIKE | Private | ||
| C_LABEL | Instance Attribute | LIKE | Private | ||
| C_TAG | Instance Attribute | LIKE | Private | ||
| C_TEXT | Instance Attribute | LIKE | Private | ||
| C_TOOLTIP | Instance Attribute | LIKE | Private | ||
| FORM_AREA | Instance Attribute | LIKE | Private | ||
| GENERATE_TEXT_IDS | Instance Attribute | LIKE | Private | ||
| R_XML_WRITER | Instance Attribute | Create XML Document | LIKE CL_SALV_BOG_XML_WRITER | Private | |
| SEQNO | Instance Attribute | LIKE | Private | ||
| T_TEXTS | Instance Attribute | LIKE | Private |
CL_SALV_BOG_FORM_ELEMENT_XML types
YS_CELL_POSITION -Links to Related Class(s)
CL_SALV_...Full list of available SAP object classes
Search for further information about these or an SAP related objects