SAP BANK_TMC_CL_TIME_CONTROL OO Class - Simulation System Date









BANK_TMC_CL_TIME_CONTROL 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 BANK_TMC_CL_TIME_CONTROL 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 BANK_TMC_CL_TIME_CONTROL 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
BANK_TMC_GET_CATEGORYInternal: Read Go-Live Indicator of ClientPrivate
CALL METHOD bank_tmc_cl_time_control=>BANK_TMC_GET_CATEGORY...more details

BANK_TMC_GET_SIMULATION_DATEInternal: Determine New DatePrivate
CALL METHOD bank_tmc_cl_time_control=>BANK_TMC_GET_SIMULATION_DATE...more details

BANK_TMC_GET_SIMULATION_TIMEInternal: Determine New TimePrivate
CALL METHOD bank_tmc_cl_time_control=>BANK_TMC_GET_SIMULATION_TIME...more details

BANK_TMC_GET_SY_DATLODetermine Simulated SY DATLOPublic
CALL METHOD bank_tmc_cl_time_control=>BANK_TMC_GET_SY_DATLO...more details

BANK_TMC_GET_SY_DATUMDetermine Simulated System DatePublic
CALL METHOD bank_tmc_cl_time_control=>BANK_TMC_GET_SY_DATUM...more details

BANK_TMC_GET_SY_TIMLODetermine Simulated SY TIMLOPublic
CALL METHOD bank_tmc_cl_time_control=>BANK_TMC_GET_SY_TIMLO...more details

BANK_TMC_GET_SY_UZEITDetermine Simulated SY TimePublic
CALL METHOD bank_tmc_cl_time_control=>BANK_TMC_GET_SY_UZEIT...more details

BANK_TMC_GET_TIMEDetermine Simulated TimePublic
CALL METHOD bank_tmc_cl_time_control=>BANK_TMC_GET_TIME...more details

BANK_TMC_GET_TIMESTAMPDetermine Simulated Time StampPublic
CALL METHOD bank_tmc_cl_time_control=>BANK_TMC_GET_TIMESTAMP...more details

BANK_TMC_INITInternal: Initialize DataPrivate
CALL METHOD bank_tmc_cl_time_control=>BANK_TMC_INIT...more details

BANK_TMC_REFRESHUpdate Internal DatabasePublic
CALL METHOD bank_tmc_cl_time_control=>BANK_TMC_REFRESH...more details

CLASS_CONSTRUCTORCLASS_CONSTRUCTORPublic
CALL METHOD bank_tmc_cl_time_control=>CLASS_CONSTRUCTOR...more details



BANK_TMC_CL_TIME_CONTROL 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
DIFFERENCE_DAYSStatic AttributeDate and Time, Current (Application Server) DateLIKE
I
Private
DIFFERENCE_SECONDSStatic AttributeUTC Time Stamp in Short Form (YYYYMMDDhhmmss)LIKE
I
Private
O_TIMECALENDARStatic AttributeSimple Calendar (Factory Calendar and Time Stream)LIKE
CL_TIMECALENDAR_GENERIC
Private
SIMULATIONStatic AttributeCheckbox FieldLIKE
XFELD
Public
TIMEDURATIONStatic AttributeNumerical Value of DurationLIKE
TIMEDURA
Private
TIMEDURATION_DIRStatic AttributeDirection for Time CalculationsLIKE
TIMEDIR
Private
TIMEZONE_LOCALStatic AttributeTime Zone of Current UserLIKE
SYSTZONLO
Private
TIMEZONE_SYSTStatic AttributeTime Zone of Current UserLIKE
SYSTZONLO
Private
TIMEZONE_UTCConstantTime Zone of Current User'UTC 'LIKE
SYSTZONLO
Private


Links to Related Class(s)

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