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 Name | Description | Visability |
/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.
| Name | Level | Description | Initial Value | Type | Visability |
| SC_AUTH_CHANGE | Constant | Activity | '02' | LIKE ACTIV_AUTH | Public |
| SC_AUTH_CREATE | Constant | Activity | '01' | LIKE ACTIV_AUTH | Public |
| SC_AUTH_DELETE | Constant | Activity | '06' | LIKE ACTIV_AUTH | Public |
| SC_AUTH_DISPLAY | Constant | Activity | '03' | LIKE ACTIV_AUTH | Public |
| SC_AUTH_DISTRIBUTE | Constant | Activity | '59' | LIKE ACTIV_AUTH | Public |
| SC_AUTH_INCLUDE | Constant | Activity | '22' | LIKE ACTIV_AUTH | Public |
| SC_AUTH_READ | Constant | Activity | '33' | LIKE ACTIV_AUTH | Public |
| SC_FIELD_CHDAT | Constant | Current Screen Number | 'CHANGE_DATE' | LIKE LVC_FNAME | Public |
| SC_FIELD_CHDAT_TO | Constant | Current Screen Number | 'CHANGE_DATE_TO' | LIKE LVC_FNAME | Public |
| SC_FIELD_CHNAM | Constant | Current Screen Number | 'CHNAM' | LIKE LVC_FNAME | Public |
| SC_FIELD_CHTIM | Constant | Current Screen Number | 'CHANGE_TIME' | LIKE LVC_FNAME | Public |
| SC_FIELD_CHTIMESTP | Constant | ALV Control: Field Name of Internal Table Field | 'CHTIMESTP' | LIKE LVC_FNAME | Public |
| SC_FIELD_CHTIM_TO | Constant | Current Screen Number | 'CHANGE_TIME_TO' | LIKE LVC_FNAME | Public |
| SC_FIELD_CRDAT | Constant | ALV Control: Field Name of Internal Table Field | 'CREATE_DATE' | LIKE LVC_FNAME | Public |
| SC_FIELD_CRDAT_TO | Constant | ALV Control: Field Name of Internal Table Field | 'CREATE_DATE_TO' | LIKE LVC_FNAME | Public |
| SC_FIELD_CRNAM | Constant | Current Screen Number | 'CRNAM' | LIKE LVC_FNAME | Public |
| SC_FIELD_CRTIM | Constant | ALV Control: Field Name of Internal Table Field | 'CREATE_TIME' | LIKE LVC_FNAME | Public |
| SC_FIELD_CRTIMESTP | Constant | ALV Control: Field Name of Internal Table Field | 'CRTIMESTP' | LIKE LVC_FNAME | Public |
| SC_FIELD_CRTIM_TO | Constant | ALV Control: Field Name of Internal Table Field | 'CREATE_TIME_TO' | LIKE LVC_FNAME | Public |
| SC_FIELD_DEL_FLAG | Constant | ALV Control: Field Name of Internal Table Field | 'DEL_FLAG' | LIKE LVC_FNAME | Public |
| SC_FIELD_EDIT_MODE | Constant | ALV Control: Field Name of Internal Table Field | 'EDIT_MODE' | LIKE LVC_FNAME | Public |
| SC_FIELD_UPD_MODE | Constant | ALV Control: Field Name of Internal Table Field | 'UPD_MODE' | LIKE LVC_FNAME | Public |
| SC_FIELD_VAL_FR_DATE | Constant | ALV Control: Field Name of Internal Table Field | 'VAL_FROM_DATE' | LIKE LVC_FNAME | Public |
| SC_FIELD_VAL_FR_DATE_TO | Constant | ALV Control: Field Name of Internal Table Field | 'VAL_FROM_DATE_TO' | LIKE LVC_FNAME | Public |
| SC_FIELD_VAL_FR_TIMESTP | Constant | ALV Control: Field Name of Internal Table Field | 'VAL_FROM' | LIKE LVC_FNAME | Public |
| SC_FIELD_VAL_TO_DATE | Constant | ALV Control: Field Name of Internal Table Field | 'VAL_TO_DATE' | LIKE LVC_FNAME | Public |
| SC_FIELD_VAL_TO_DATE_TO | Constant | ALV Control: Field Name of Internal Table Field | 'VAL_TO_DATE_TO' | LIKE LVC_FNAME | Public |
| SC_FIELD_VAL_TO_TIMESTP | Constant | ALV Control: Field Name of Internal Table Field | 'VAL_TO' | LIKE LVC_FNAME | Public |
| SC_OK_ODP1_CREATE | Constant | Screens, Function Code That Triggered the PAI | 'ODP1_CREATE' | LIKE SYUCOMM | Public |
| SC_OK_ODP1_DELETE | Constant | Screens, Function Code That Triggered the PAI | 'ODP1_DELETE' | LIKE SYUCOMM | Public |
| SC_OK_OIP_CHANGE | Constant | OK Code: Validate (OIP) | 'OIP_CHANGE' | LIKE SYUCOMM | Public |
| SC_OK_OIP_COPY | Constant | Screens, Function Code That Triggered the PAI | 'OIP_COPY' | LIKE SYUCOMM | Public |
| SC_OK_OIP_CREATE | Constant | Screens, Function Code That Triggered the PAI | 'OIP_CREATE' | LIKE SYUCOMM | Public |
| SC_OK_OIP_DELETE | Constant | Function code that PAI triggered | 'OIP_DELETE' | LIKE SYUCOMM | Public |
| SC_OK_OIP_DISPLAY | Constant | Screens, Function Code That Triggered the PAI | 'OIP_DISPLAY' | LIKE SYUCOMM | Public |
| SC_OK_OIP_DISTRIBUTE | Constant | Function code that PAI triggered | 'OIP_DISTRIBUTE' | LIKE SYUCOMM | Public |
| SC_OK_OIP_SAVE | Constant | Screens, 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