SAP /SCMTMS/CL_FC_SUPERCLASS OO Class - Superclass for Field Control
/SCMTMS/CL_FC_SUPERCLASS 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 /SCMTMS/CL_FC_SUPERCLASS 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 /SCMTMS/CL_FC_SUPERCLASS 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 |
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /scmtms/cl_fc_superclass=>CONSTRUCTOR...more details | ||
| DROP_PROPERTIES | Drop the properties of the requested node | Public |
| CALL METHOD /scmtms/cl_fc_superclass=>DROP_PROPERTIES...more details | ||
| GET_DIRECT_MODE | Returns the direct-call mode | Public |
| CALL METHOD /scmtms/cl_fc_superclass=>GET_DIRECT_MODE...more details | ||
| GET_DISPLAY_MODE | Returns the display-mode | Public |
| CALL METHOD /scmtms/cl_fc_superclass=>GET_DISPLAY_MODE...more details | ||
| GET_PROPERTY_MESSAGE | Get property message | Public |
| CALL METHOD /scmtms/cl_fc_superclass=>GET_PROPERTY_MESSAGE...more details | ||
| SET_DIRECT_MODE | Sets the fieldcontrol to direct-call mode | Public |
| CALL METHOD /scmtms/cl_fc_superclass=>SET_DIRECT_MODE...more details | ||
|
| ||
| SET_DISPLAY_MODE | Sets the fieldcontrol to display-mode | Public |
| CALL METHOD /scmtms/cl_fc_superclass=>SET_DISPLAY_MODE...more details | ||
/SCMTMS/CL_FC_SUPERCLASS 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 |
| GV_DIRECT_MODE | Static Attribute | LIKE ABAP_BOOL | Private | ||
| GV_DISABLE_PROPERTIES | Static Attribute | Disable setting of properties | LIKE XFELD | Public | |
| GV_DISPLAY_MODE | Static Attribute | LIKE ABAP_BOOL | Public | ||
| GV_TRANSIENT_KEY | Static Attribute | NodeID | LIKE /BOBF/CONF_KEY | Protected | |
| MV_BO_KEY | Instance Attribute | Business Object | LIKE /BOBF/OBM_BO_KEY | Protected | |
| MV_NODE_KEY | Instance Attribute | Node | LIKE /BOBF/OBM_NODE_KEY | Protected | |
| MV_TEXT | Instance Attribute | LIKE C | Protected | ||
| ST_NODE_ATTRIBUTES | Static Attribute | LIKE TT_NODE_ATTR_ACTION | Protected |
/SCMTMS/CL_FC_SUPERCLASS types
TS_CHANGED_PROPERTIES -TS_MSG_MAPPING -
TS_MSG_PROPERTY -
TS_REQUESTED_PROPERTIES -
TT_ACTION_WHITELIST -
TT_ACT_KEY -
TT_MSG_MAPPING -
TT_MSG_PROPERTY -
TT_NODE_ATTR_ACTION -
TT_REQUESTED_ATTRIBUTES -
TY_NODE_ATTR_ACTION -
TY_REQUESTED_ATTRIBUTE -
Links to Related Class(s)
/SCMTMS/...Full list of available SAP object classes
Search for further information about these or an SAP related objects