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 NameDescriptionVisability
CONSTRUCTORCONSTRUCTORPublic
CALL METHOD /scmtms/cl_fc_superclass=>CONSTRUCTOR...more details

DROP_PROPERTIESDrop the properties of the requested nodePublic
CALL METHOD /scmtms/cl_fc_superclass=>DROP_PROPERTIES...more details

GET_DIRECT_MODEReturns the direct-call modePublic
CALL METHOD /scmtms/cl_fc_superclass=>GET_DIRECT_MODE...more details

GET_DISPLAY_MODEReturns the display-modePublic
CALL METHOD /scmtms/cl_fc_superclass=>GET_DISPLAY_MODE...more details

GET_PROPERTY_MESSAGEGet property messagePublic
CALL METHOD /scmtms/cl_fc_superclass=>GET_PROPERTY_MESSAGE...more details

SET_DIRECT_MODESets the fieldcontrol to direct-call modePublic
CALL METHOD /scmtms/cl_fc_superclass=>SET_DIRECT_MODE...more details

SET_DISPLAY_MODESets the fieldcontrol to display-modePublic
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.

NameLevelDescriptionInitial ValueTypeVisability
GV_DIRECT_MODEStatic AttributeLIKE
ABAP_BOOL
Private
GV_DISABLE_PROPERTIESStatic AttributeDisable setting of propertiesLIKE
XFELD
Public
GV_DISPLAY_MODEStatic AttributeLIKE
ABAP_BOOL
Public
GV_TRANSIENT_KEYStatic AttributeNodeIDLIKE
/BOBF/CONF_KEY
Protected
MV_BO_KEYInstance AttributeBusiness ObjectLIKE
/BOBF/OBM_BO_KEY
Protected
MV_NODE_KEYInstance AttributeNodeLIKE
/BOBF/OBM_NODE_KEY
Protected
MV_TEXTInstance AttributeLIKE
C
Protected
ST_NODE_ATTRIBUTESStatic AttributeLIKE
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



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!