SAP CL_SALV_IDA_TEST_FUNC_FLD_PROP OO Class - Testing of Field properties including UI









CL_SALV_IDA_TEST_FUNC_FLD_PROP 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_IDA_TEST_FUNC_FLD_PROP 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_IDA_TEST_FUNC_FLD_PROP 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
CONSTRUCTORPublic
CALL METHOD cl_salv_ida_test_func_fld_prop=>CONSTRUCTOR...more details

CREATE_DATA_TABLEPrivate
CALL METHOD cl_salv_ida_test_func_fld_prop=>CREATE_DATA_TABLE...more details

CREATE_FIELDCATPrivate
CALL METHOD cl_salv_ida_test_func_fld_prop=>CREATE_FIELDCAT...more details

CREATE_LAYOUTPrivate
CALL METHOD cl_salv_ida_test_func_fld_prop=>CREATE_LAYOUT...more details

CREATE_SERVICESPrivate
CALL METHOD cl_salv_ida_test_func_fld_prop=>CREATE_SERVICES...more details

DISPLAYPublic
CALL METHOD cl_salv_ida_test_func_fld_prop=>DISPLAY...more details

DISPLAY_AS_POPUPPublic
CALL METHOD cl_salv_ida_test_func_fld_prop=>DISPLAY_AS_POPUP...more details

EXITPublic
CALL METHOD cl_salv_ida_test_func_fld_prop=>EXIT...more details

FREEPublic
CALL METHOD cl_salv_ida_test_func_fld_prop=>FREE...more details

GET_AGGREGATION_DISABLEDPublic
CALL METHOD cl_salv_ida_test_func_fld_prop=>GET_AGGREGATION_DISABLED...more details

GET_AGGREGATION_RULESPublic
CALL METHOD cl_salv_ida_test_func_fld_prop=>GET_AGGREGATION_RULES...more details

GET_ATS_RULESPublic
CALL METHOD cl_salv_ida_test_func_fld_prop=>GET_ATS_RULES...more details

GET_AVAILABLE_FIELDSPublic
CALL METHOD cl_salv_ida_test_func_fld_prop=>GET_AVAILABLE_FIELDS...more details

GET_COLUMNS_OF_GROUPPublic
CALL METHOD cl_salv_ida_test_func_fld_prop=>GET_COLUMNS_OF_GROUP...more details

GET_CONTAINER_CONTENTPublic
CALL METHOD cl_salv_ida_test_func_fld_prop=>GET_CONTAINER_CONTENT...more details

GET_FILTER_DISABLEDPublic
CALL METHOD cl_salv_ida_test_func_fld_prop=>GET_FILTER_DISABLED...more details

GET_GROUPING_RULESPublic
CALL METHOD cl_salv_ida_test_func_fld_prop=>GET_GROUPING_RULES...more details

GET_IN_SEARCH_SCOPEPublic
CALL METHOD cl_salv_ida_test_func_fld_prop=>GET_IN_SEARCH_SCOPE...more details

GET_KEY_FIELDSPublic
CALL METHOD cl_salv_ida_test_func_fld_prop=>GET_KEY_FIELDS...more details

GET_SORT_DISABLEDPublic
CALL METHOD cl_salv_ida_test_func_fld_prop=>GET_SORT_DISABLED...more details

GET_SORT_NOT_AS_TEXTPublic
CALL METHOD cl_salv_ida_test_func_fld_prop=>GET_SORT_NOT_AS_TEXT...more details

GET_TECH_INFOS_FOR_FIELDPublic
CALL METHOD cl_salv_ida_test_func_fld_prop=>GET_TECH_INFOS_FOR_FIELD...more details

GET_UI_INFOS_FOR_FIELDPublic
CALL METHOD cl_salv_ida_test_func_fld_prop=>GET_UI_INFOS_FOR_FIELD...more details

GET_VISIBLE_FIELDSPublic
CALL METHOD cl_salv_ida_test_func_fld_prop=>GET_VISIBLE_FIELDS...more details

HANDLE_DATA_CHANGEDPrivate
CALL METHOD cl_salv_ida_test_func_fld_prop=>HANDLE_DATA_CHANGED...more details

LOAD_FROM_SELECT_OPTIONSPublic
CALL METHOD cl_salv_ida_test_func_fld_prop=>LOAD_FROM_SELECT_OPTIONS...more details

LOCK_INITIAL_FUNCTIONSPublic
CALL METHOD cl_salv_ida_test_func_fld_prop=>LOCK_INITIAL_FUNCTIONS...more details

REFRESHPublic
CALL METHOD cl_salv_ida_test_func_fld_prop=>REFRESH...more details

STORE_IN_SELECT_OPTIONSPublic
CALL METHOD cl_salv_ida_test_func_fld_prop=>STORE_IN_SELECT_OPTIONS...more details



CL_SALV_IDA_TEST_FUNC_FLD_PROP 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
MC_CHECKBOX_VALUEConstantLIKE
Public
MC_COLUMN_GROUPSConstantLIKE
Public
MC_DDLBX_HANDLEConstantLIKE
Private
MC_FIELD_NAMESConstantLIKE
Private
MC_FIELD_PROPERTY_NAMEConstantLIKE
Public
MC_FIELD_PROPERTY_VALUEConstantLIKE
Public
MC_UI_UCOMMConstantLIKE
Public
MO_ALV_GRIDInstance AttributeLIKE
CL_GUI_ALV_GRID
Private
MO_PARENTInstance AttributeLIKE
CL_GUI_CONTAINER
Private
MS_LAYOUTInstance AttributeLIKE
LVC_S_LAYO
Private
MT_DDLBX_AGGREGATION_TYPEInstance AttributeLIKE
LVC_T_DROP
Private
MT_DDLBX_FIELDNAMEInstance AttributeLIKE
LVC_T_DROP
Private
MT_DDLBX_SORT_DIRECTIONInstance AttributeLIKE
LVC_T_DROP
Private
MT_DISPLAY_FUNCTIONSInstance AttributeLIKE
YT_DISPLAY_FUNCTIONS
Private
MT_FIELDCATALOGInstance AttributeLIKE
LVC_T_FCAT
Private
MT_SORT_RULEInstance AttributeLIKE
LVC_T_SORT
Private
MV_CLIENT_FIELD_NAMEInstance AttributeLIKE
IF_SALV_GUI_TYPES_IDA=>Y_FIELD_NAME
Private


Events of Class CL_SALV_IDA_TEST_FUNC_FLD_PROP

Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT EXPOTING... CLOSE -



CL_SALV_IDA_TEST_FUNC_FLD_PROP types

YS_DISPLAY_FUNCTIONS -
YS_SELOPT -
YTR_FIELD_NAME -
YTR_PROPERTY_NAME -
YT_DISPLAY_FUNCTIONS -
Y_FIELD_NAME -
Y_HIGH -
Y_LOW -
Y_PROP_NAME -
Y_TEXT -

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!