SAP /SCTM/CL_TAMAN OO Class - Basis Class for Transaction Manager









/SCTM/CL_TAMAN 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/CL_TAMAN 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 /SCMB/IF_CONTROLLER

Method list of /SCTM/CL_TAMAN 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_AUTHORITYPrivate
CALL METHOD /sctm/cl_taman=>CHECK_AUTHORITY...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD /sctm/cl_taman=>CONSTRUCTOR...more details

DISPLAY_MESSAGESDisplay Messages of Message HandlerPublic
CALL METHOD /sctm/cl_taman=>DISPLAY_MESSAGES...more details

OKCODE_DISPATCHTransfer OK Code to ControllerPublic
CALL METHOD /sctm/cl_taman=>OKCODE_DISPATCH...more details

PROCESS_MESSAGESProcess Messages in ControllerPublic
CALL METHOD /sctm/cl_taman=>PROCESS_MESSAGES...more details

QUEUE_MESSAGESQueue Messages in ControllerPublic
CALL METHOD /sctm/cl_taman=>QUEUE_MESSAGES...more details

SET_ACTION_PARAMETERSPrivate
CALL METHOD /sctm/cl_taman=>SET_ACTION_PARAMETERS...more details

SET_ACT_SAVE_RELPrivate
CALL METHOD /sctm/cl_taman=>SET_ACT_SAVE_REL...more details

SET_ASPECTAspectsProtected
CALL METHOD /sctm/cl_taman=>SET_ASPECT...more details

SET_COLUMN_POSITIONPrivate
CALL METHOD /sctm/cl_taman=>SET_COLUMN_POSITION...more details

SET_COLUMN_PROPERTIESPrivate
CALL METHOD /sctm/cl_taman=>SET_COLUMN_PROPERTIES...more details

SET_EXCLUDE_FIELDSPrivate
CALL METHOD /sctm/cl_taman=>SET_EXCLUDE_FIELDS...more details

SET_INSERT_MANDATORYPrivate
CALL METHOD /sctm/cl_taman=>SET_INSERT_MANDATORY...more details

SET_INSERT_READONLYPrivate
CALL METHOD /sctm/cl_taman=>SET_INSERT_READONLY...more details

SET_KEY_FIELDSPrivate
CALL METHOD /sctm/cl_taman=>SET_KEY_FIELDS...more details

SET_PATTERN_DATAPrivate
CALL METHOD /sctm/cl_taman=>SET_PATTERN_DATA...more details

SET_PROCESSPrivate
CALL METHOD /sctm/cl_taman=>SET_PROCESS...more details

SET_TOOLBARPrivate
CALL METHOD /sctm/cl_taman=>SET_TOOLBAR...more details



/SCTM/CL_TAMAN 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
MO_ATTRIBUTE_HANDLERInstance AttributeAttribute Handler UI (SAPGUI)LIKE
/SCMB/CL_ATTRIBUTE_HANDLER
Private
MO_CONTROLLERInstance AttributeController (MVC) for SAPGUI Pattern FrameworkLIKE
/SCMB/CL_CONTROLLER
Private
MO_MESSAGE_HANDLERInstance AttributeMessage Handler UI (SAPGUI)LIKE
/SCMB/CL_MESSAGE_HANDLER
Private
MO_TABCONTROL_ODP1Instance AttributeReference of ODP1 TabControlLIKE
DATA
Private
MO_TABCONTROL_OIPInstance AttributeReference of OIP TabControlLIKE
DATA
Private
MS_DEFINITIONInstance AttributeDefinition Structure for TO Process in Pattern FrameworkLIKE
/SCMB/S_TRANSACTION_PROCESS
Private
MS_SEARCH_DEFINITIONInstance AttributeStructure for Transfer to Constructor of SEARCH ClassLIKE
/SCMB/S_SEARCH_DEFINITION
Private
MT_ODP1_DEFINITIONInstance AttributeDefinition Table for ODP1 InstancesLIKE
LY_T_ODP1_DEFINITION
Private
MT_OIP_DEFINITIONInstance AttributeDefinition Table for OIP InstancesLIKE
LY_T_OIP_DEFINITION
Private
SC_CLASSIDConstantClasses ID Within Pattern Framework'TRANSACTION_MANAGER'LIKE
/SCMB/CLASS_ID_FRAMEWORK
Private


Links to Related Class(s)

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