SAP CL_SALV_EXPORT_COL_CONF OO Class - Export Tool Column Configuration









CL_SALV_EXPORT_COL_CONF 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_EXPORT_COL_CONF including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_SALV_EXPORT_COLUMN_CONF

Method list of CL_SALV_EXPORT_COL_CONF 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
ADD_TO_CONFIG_MODELadd column definition to ALV configuration modelPublic
CALL METHOD cl_salv_export_col_conf=>ADD_TO_CONFIG_MODEL...more details

CONSTRUCTORProtected
CALL METHOD cl_salv_export_col_conf=>CONSTRUCTOR...more details

CREATE_COLUMN_UI_PROPERTIESPrivate
CALL METHOD cl_salv_export_col_conf=>CREATE_COLUMN_UI_PROPERTIES...more details

GET_FIELD_NAMEspecifies the horizontal alignment (WebDynpro constants)Public
CALL METHOD cl_salv_export_col_conf=>GET_FIELD_NAME...more details

GET_REFERENCE_FIELDspecifies the reference field (for CURR and QUAN)Public
CALL METHOD cl_salv_export_col_conf=>GET_REFERENCE_FIELD...more details

GET_VALUE_SETspecifies a value set for translating values into textsPublic
CALL METHOD cl_salv_export_col_conf=>GET_VALUE_SET...more details

IS_INVALIDPrivate
CALL METHOD cl_salv_export_col_conf=>IS_INVALID...more details

SET_CELL_DESIGNPublic
CALL METHOD cl_salv_export_col_conf=>SET_CELL_DESIGN...more details

SET_COLUMN_HEADERPrivate
CALL METHOD cl_salv_export_col_conf=>SET_COLUMN_HEADER...more details

SET_COLUMN_PROPERTIESPrivate
CALL METHOD cl_salv_export_col_conf=>SET_COLUMN_PROPERTIES...more details

SET_DROPDOWN_IDX_UI_PROPERTIESPrivate
CALL METHOD cl_salv_export_col_conf=>SET_DROPDOWN_IDX_UI_PROPERTIES...more details

SET_GENERAL_UI_PROPERTIESPrivate
CALL METHOD cl_salv_export_col_conf=>SET_GENERAL_UI_PROPERTIES...more details

SET_HEADER_ACCESSIBILITY_DESCPublic
CALL METHOD cl_salv_export_col_conf=>SET_HEADER_ACCESSIBILITY_DESC...more details

SET_HYPERLINKPublic
CALL METHOD cl_salv_export_col_conf=>SET_HYPERLINK...more details

SET_HYPERLINK_UI_PROPERTIESPrivate
CALL METHOD cl_salv_export_col_conf=>SET_HYPERLINK_UI_PROPERTIES...more details

SET_H_ALIGNPublic
CALL METHOD cl_salv_export_col_conf=>SET_H_ALIGN...more details

SET_IMAGEPublic
CALL METHOD cl_salv_export_col_conf=>SET_IMAGE...more details

SET_IMAGE_UI_PROPERTIESPrivate
CALL METHOD cl_salv_export_col_conf=>SET_IMAGE_UI_PROPERTIES...more details

SET_INVALIDPrivate
CALL METHOD cl_salv_export_col_conf=>SET_INVALID...more details

SET_IS_TECHNICAL_COLUMNPublic
CALL METHOD cl_salv_export_col_conf=>SET_IS_TECHNICAL_COLUMN...more details

SET_REFERENCE_FIELDPublic
CALL METHOD cl_salv_export_col_conf=>SET_REFERENCE_FIELD...more details

SET_TEXTPublic
CALL METHOD cl_salv_export_col_conf=>SET_TEXT...more details

SET_TEXT_UI_PROPERTIESPrivate
CALL METHOD cl_salv_export_col_conf=>SET_TEXT_UI_PROPERTIES...more details

SET_VALUE_SETPublic
CALL METHOD cl_salv_export_col_conf=>SET_VALUE_SET...more details



CL_SALV_EXPORT_COL_CONF 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
CELL_DESIGNInstance AttributeStatic cell design to apply for the columnLIKE
CL_WD_TABLE_COLUMN=>T_CELL_DESIGN
Private
CELL_DESIGN_SRC_FIELD_NAMEInstance AttributeName of the field providing the cell designLIKE
Y_FIELD_NAME
Private
DISPLAY_TYPEInstance AttributeLIKE
Y_DISPLAY_TYPE
Private
DISPLAY_TYPESInstance AttributeLIKE
Public
FIELD_NAMEInstance AttributeLIKE
Y_FIELD_NAME
Private
HEADER_ACC_DESCRIPTIONInstance AttributeAccessibility description of the column headerLIKE
Y_TEXT
Private
HEADER_TEXTInstance AttributeLIKE
Y_TEXT
Private
HYPERLINKInstance AttributeStatic hyperlink of the columnLIKE
Y_HYPERLINK
Private
HYPERLINK_SRC_FIELD_NAMEInstance AttributeName of the field providing the hyperlinkLIKE
Y_FIELD_NAME
Private
H_ALIGNInstance AttributeHorizontal alignmentLIKE
CL_WD_TABLE_COLUMN=>T_H_ALIGN
Private
IMAGE_FIRSTInstance Attributeabap_true to display the image before the textLIKE
ABAP_BOOL
Private
IMAGE_FIRST_SRC_FIELD_NAMEInstance AttributeName of the field providing the image first property valuesLIKE
Y_FIELD_NAME
Private
IMAGE_SRCInstance AttributeStatic image source pathLIKE
Y_IMAGE
Private
IMAGE_SRC_FIELD_NAMEInstance AttributeName of the field providing the image sourceLIKE
Y_FIELD_NAME
Private
INVALIDInstance AttributeBoolean Variable (X=True, -=False, Space=Unknown)LIKE
BOOLEAN
Private
IS_TECHNICAL_COLUMNInstance AttributeLIKE
ABAP_BOOL
Private
IS_VISIBLEInstance AttributeABAP_TRUELIKE
ABAP_BOOL
Private
REFERENCE_FIELD_NAMEInstance AttributeName of the field providing the unit for the columnLIKE
Y_FIELD_NAME
Private
REFERENCE_FIELD_TYPEInstance AttributeType of reference (currency, quantity)LIKE
Y_REFERENCE_TYPE
Private
REFERENCE_TYPEInstance AttributeLIKE
Public
TEXTInstance AttributeStatic text to display in the columnLIKE
Y_TEXT
Private
TEXT_SRC_FIELDInstance AttributeName of the field providing the column textLIKE
Y_FIELD_NAME
Private
VALUE_SETInstance AttributeValue set of the columnLIKE
Y_VALUE_SET
Private
VISIBLE_FIELD_NAMEInstance AttributeLIKE
Y_FIELD_NAME
Private




CL_SALV_EXPORT_COL_CONF types

Y_DISPLAY_TYPE -
Y_FIELD_NAME -
Y_HYPERLINK -
Y_IMAGE -
Y_REFERENCE_TYPE -
Y_TEXT -
Y_VALUE_SET -

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!