SAP CL_STCTM_REPORT_UI OO Class - Report User Interface Superclass









CL_STCTM_REPORT_UI 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_STCTM_REPORT_UI 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_SERIALIZABLE_OBJECT

Interface Implementation

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

Interface Implementation

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

Method list of CL_STCTM_REPORT_UI 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
CHECK_FIELDVALUECheck value in variant for correct data typePrivate
CALL METHOD cl_stctm_report_ui=>CHECK_FIELDVALUE...more details

CHECK_VARIANT_LINECheck content of one entry in variant tablePrivate
CALL METHOD cl_stctm_report_ui=>CHECK_VARIANT_LINE...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD cl_stctm_report_ui=>CONSTRUCTOR...more details

CREATE_INITIAL_DATACreate initial data value of any typePrivate
CALL METHOD cl_stctm_report_ui=>CREATE_INITIAL_DATA...more details

DELETE_VARIANTDelete temporary generated variant from DBPrivate
CALL METHOD cl_stctm_report_ui=>DELETE_VARIANT...more details

GET_DEFAULTSGet default parameter valuesProtected
CALL METHOD cl_stctm_report_ui=>GET_DEFAULTS...more details

GET_SELFIELD_TEXTSGet texts for parametersProtected
CALL METHOD cl_stctm_report_ui=>GET_SELFIELD_TEXTS...more details

SHOW_PARAMETERShow parameter valuesProtected
CALL METHOD cl_stctm_report_ui=>SHOW_PARAMETER...more details

UPDATE_SELFIELDS_AND_DEFAULTSUpdate selfield table and add new default values to variantPrivate
CALL METHOD cl_stctm_report_ui=>UPDATE_SELFIELDS_AND_DEFAULTS...more details



CL_STCTM_REPORT_UI 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
PT_SELFIELDInstance AttributeSelection Screen Field DefinitionLIKE
TT_SELFIELD
Protected
PT_VARIANTInstance AttributeVariant ContentsLIKE
TT_VARIANT
Public
P_CLASSNAMEInstance AttributeLIKE
SEOCLSNAME
Private
P_REPORTNAMEInstance AttributeABAP Program NameLIKE
PROGNAME
Protected
P_T_RANGE_CHECK_EXCLUDEInstance AttributeLIKE
TY_T_RANGE_CHECK_EXCLUDE
Private




CL_STCTM_REPORT_UI types

TT_SELFIELD - Selection Screen Parameter Definitions
TT_SELFIELD_TEXT - Selection Screen Parameter Texts
TT_VARIANT - Selection Screen Parameter Values
TY_RANGE_CHECK_EXCLUDE -
TY_T_RANGE_CHECK_EXCLUDE -
T_SELFIELD - Selection Screen Parameter Definition
T_SELFIELD_TEXT - Selection Screen Parameter Text
T_VARIANT - Selection Screen Parameter Value

Links to Related Class(s)

CL_STCTM...
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!