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 NameDescriptionVisability
APPEND_TEXTPrivate
CALL METHOD cl_salv_bog_form_element_xml=>APPEND_TEXT...more details

GET_IDPrivate
CALL METHOD cl_salv_bog_form_element_xml=>GET_ID...more details

GET_TEXTSPrivate
CALL METHOD cl_salv_bog_form_element_xml=>GET_TEXTS...more details

IS_CONTENT_EXISTENTPrivate
CALL METHOD cl_salv_bog_form_element_xml=>IS_CONTENT_EXISTENT...more details

WRITE_CELL_INFOPrivate
CALL METHOD cl_salv_bog_form_element_xml=>WRITE_CELL_INFO...more details

WRITE_ELEMENTPrivate
CALL METHOD cl_salv_bog_form_element_xml=>WRITE_ELEMENT...more details

WRITE_FLOW_LAYOUTPrivate
CALL METHOD cl_salv_bog_form_element_xml=>WRITE_FLOW_LAYOUT...more details

WRITE_GRID_LAYOUTPrivate
CALL METHOD cl_salv_bog_form_element_xml=>WRITE_GRID_LAYOUT...more details

WRITE_TEXT_VIEWPrivate
CALL METHOD cl_salv_bog_form_element_xml=>WRITE_TEXT_VIEW...more details

WRITE_TOOLTIPPrivate
CALL METHOD cl_salv_bog_form_element_xml=>WRITE_TOOLTIP...more details

WRITE_XMLPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
C_ACTIONInstance AttributeLIKE
Private
C_FORM_AREAInstance AttributeLIKE
Private
C_HEADERInstance AttributeLIKE
Private
C_H_ALIGNInstance AttributeLIKE
Private
C_LABELInstance AttributeLIKE
Private
C_TAGInstance AttributeLIKE
Private
C_TEXTInstance AttributeLIKE
Private
C_TOOLTIPInstance AttributeLIKE
Private
FORM_AREAInstance AttributeLIKE
Private
GENERATE_TEXT_IDSInstance AttributeLIKE
Private
R_XML_WRITERInstance AttributeCreate XML DocumentLIKE
CL_SALV_BOG_XML_WRITER
Private
SEQNOInstance AttributeLIKE
Private
T_TEXTSInstance AttributeLIKE
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!