SAP /SCTM/IF_UI OO Class - SAPGUI UI Constants









/SCTM/IF_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 /SCTM/IF_UI 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 /SCTM/IF_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



/SCTM/IF_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
SC_AUTH_CHANGEConstantActivity'02'LIKE
ACTIV_AUTH
Public
SC_AUTH_CREATEConstantActivity'01'LIKE
ACTIV_AUTH
Public
SC_AUTH_DELETEConstantActivity'06'LIKE
ACTIV_AUTH
Public
SC_AUTH_DISPLAYConstantActivity'03'LIKE
ACTIV_AUTH
Public
SC_AUTH_DISTRIBUTEConstantActivity'59'LIKE
ACTIV_AUTH
Public
SC_AUTH_INCLUDEConstantActivity'22'LIKE
ACTIV_AUTH
Public
SC_AUTH_READConstantActivity'33'LIKE
ACTIV_AUTH
Public
SC_FIELD_CHDATConstantCurrent Screen Number'CHANGE_DATE'LIKE
LVC_FNAME
Public
SC_FIELD_CHDAT_TOConstantCurrent Screen Number'CHANGE_DATE_TO'LIKE
LVC_FNAME
Public
SC_FIELD_CHNAMConstantCurrent Screen Number'CHNAM'LIKE
LVC_FNAME
Public
SC_FIELD_CHTIMConstantCurrent Screen Number'CHANGE_TIME'LIKE
LVC_FNAME
Public
SC_FIELD_CHTIMESTPConstantALV Control: Field Name of Internal Table Field'CHTIMESTP'LIKE
LVC_FNAME
Public
SC_FIELD_CHTIM_TOConstantCurrent Screen Number'CHANGE_TIME_TO'LIKE
LVC_FNAME
Public
SC_FIELD_CRDATConstantALV Control: Field Name of Internal Table Field'CREATE_DATE'LIKE
LVC_FNAME
Public
SC_FIELD_CRDAT_TOConstantALV Control: Field Name of Internal Table Field'CREATE_DATE_TO'LIKE
LVC_FNAME
Public
SC_FIELD_CRNAMConstantCurrent Screen Number'CRNAM'LIKE
LVC_FNAME
Public
SC_FIELD_CRTIMConstantALV Control: Field Name of Internal Table Field'CREATE_TIME'LIKE
LVC_FNAME
Public
SC_FIELD_CRTIMESTPConstantALV Control: Field Name of Internal Table Field'CRTIMESTP'LIKE
LVC_FNAME
Public
SC_FIELD_CRTIM_TOConstantALV Control: Field Name of Internal Table Field'CREATE_TIME_TO'LIKE
LVC_FNAME
Public
SC_FIELD_DEL_FLAGConstantALV Control: Field Name of Internal Table Field'DEL_FLAG'LIKE
LVC_FNAME
Public
SC_FIELD_EDIT_MODEConstantALV Control: Field Name of Internal Table Field'EDIT_MODE'LIKE
LVC_FNAME
Public
SC_FIELD_UPD_MODEConstantALV Control: Field Name of Internal Table Field'UPD_MODE'LIKE
LVC_FNAME
Public
SC_FIELD_VAL_FR_DATEConstantALV Control: Field Name of Internal Table Field'VAL_FROM_DATE'LIKE
LVC_FNAME
Public
SC_FIELD_VAL_FR_DATE_TOConstantALV Control: Field Name of Internal Table Field'VAL_FROM_DATE_TO'LIKE
LVC_FNAME
Public
SC_FIELD_VAL_FR_TIMESTPConstantALV Control: Field Name of Internal Table Field'VAL_FROM'LIKE
LVC_FNAME
Public
SC_FIELD_VAL_TO_DATEConstantALV Control: Field Name of Internal Table Field'VAL_TO_DATE'LIKE
LVC_FNAME
Public
SC_FIELD_VAL_TO_DATE_TOConstantALV Control: Field Name of Internal Table Field'VAL_TO_DATE_TO'LIKE
LVC_FNAME
Public
SC_FIELD_VAL_TO_TIMESTPConstantALV Control: Field Name of Internal Table Field'VAL_TO'LIKE
LVC_FNAME
Public
SC_OK_ODP1_CREATEConstantScreens, Function Code That Triggered the PAI'ODP1_CREATE'LIKE
SYUCOMM
Public
SC_OK_ODP1_DELETEConstantScreens, Function Code That Triggered the PAI'ODP1_DELETE'LIKE
SYUCOMM
Public
SC_OK_OIP_CHANGEConstantOK Code: Validate (OIP)'OIP_CHANGE'LIKE
SYUCOMM
Public
SC_OK_OIP_COPYConstantScreens, Function Code That Triggered the PAI'OIP_COPY'LIKE
SYUCOMM
Public
SC_OK_OIP_CREATEConstantScreens, Function Code That Triggered the PAI'OIP_CREATE'LIKE
SYUCOMM
Public
SC_OK_OIP_DELETEConstantFunction code that PAI triggered'OIP_DELETE'LIKE
SYUCOMM
Public
SC_OK_OIP_DISPLAYConstantScreens, Function Code That Triggered the PAI'OIP_DISPLAY'LIKE
SYUCOMM
Public
SC_OK_OIP_DISTRIBUTEConstantFunction code that PAI triggered'OIP_DISTRIBUTE'LIKE
SYUCOMM
Public
SC_OK_OIP_SAVEConstantScreens, Function Code That Triggered the PAI'OIP_SAVE'LIKE
SYUCOMM
Public


Links to Related Class(s)

/SCTM/IF...
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!