SAP MDS_CTRL_CUSTOMIZING OO Class - Controller and Event Handler Customizing









MDS_CTRL_CUSTOMIZING 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 MDS_CTRL_CUSTOMIZING 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 MDS_CTRL_CUSTOMIZING 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
ACT_EVENTS_READRead Active Events for a Source ObjectPublic
CALL METHOD mds_ctrl_customizing=>ACT_EVENTS_READ...more details

ACT_STEPS_SYNC_OBJECT_READRead Active Options for a Source ObjectPublic
CALL METHOD mds_ctrl_customizing=>ACT_STEPS_SYNC_OBJECT_READ...more details

ALL_STEPS_READRead All Synchronization Options with All DataPublic
CALL METHOD mds_ctrl_customizing=>ALL_STEPS_READ...more details

CLASS_FOR_SYNC_STEP_READRead Class of a Strategy ImplementationPublic
CALL METHOD mds_ctrl_customizing=>CLASS_FOR_SYNC_STEP_READ...more details

EXTRACTOR_CLASS_READRead Extractor Class for a Synchronization ObjectPublic
CALL METHOD mds_ctrl_customizing=>EXTRACTOR_CLASS_READ...more details

MUST_PPO_ORDERS_BE_CREATEDCreate PPO Requests for Combination of Source and Target?Public
CALL METHOD mds_ctrl_customizing=>MUST_PPO_ORDERS_BE_CREATED...more details

OBJECT_TYPES_READRead All Object Types with All DataPublic
CALL METHOD mds_ctrl_customizing=>OBJECT_TYPES_READ...more details

SYNC_OBJECT_CHECKChecks Whether Specified Synchronization Object ExistsPublic
CALL METHOD mds_ctrl_customizing=>SYNC_OBJECT_CHECK...more details

TRANSACTION_CONTEXT_CHECKCheck Whether Transferred Transaction Context Is ValidPublic
CALL METHOD mds_ctrl_customizing=>TRANSACTION_CONTEXT_CHECK...more details



MDS_CTRL_CUSTOMIZING 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
GC_TA_CONTEXT_BAPIConstantTransaction Context 'BAPI''3'LIKE
MDS_CTRL_TRANSACTION_CONTEXT
Public
GC_TA_CONTEXT_BEFORE_COMMITConstantTransaction Context 'BeforeCommit''1'LIKE
MDS_CTRL_TRANSACTION_CONTEXT
Public
GC_TA_CONTEXT_DIRECT_INPUTConstantTransaction Context 'Direct Input''4'LIKE
MDS_CTRL_TRANSACTION_CONTEXT
Public
GC_TA_CONTEXT_ON_COMMITConstantTransaction Context 'OnCommit''2'LIKE
MDS_CTRL_TRANSACTION_CONTEXT
Public
GS_BAPIRET2Static AttributeHelp Structure for Message ProcessingLIKE
BAPIRET2
Private
GV_MSGTEXTStatic AttributeHelp Attribute for Message ProcessingLIKE
CHAR72
Private


Links to Related Class(s)

MDS_CTRL...
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!