SAP CL_CHTMLB_CALENDAR_DAY OO Class - Element-Handler:









CL_CHTMLB_CALENDAR_DAY 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 CL_CHTMLB_CALENDAR_DAY including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_CHTMLB_CALENDAR_DAY is CLG_CHTMLB_CALENDAR_DAILY

Method list of CL_CHTMLB_CALENDAR_DAY 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
DETERMINE_TECHNICAL_TIMESDetermine technical times of appointmentsPrivate
CALL METHOD cl_chtmlb_calendar_day=>DETERMINE_TECHNICAL_TIMES...more details

DETERMINE_VISIBLE_PERIODDetermine visible period of calendarPrivate
CALL METHOD cl_chtmlb_calendar_day=>DETERMINE_VISIBLE_PERIOD...more details

GET_NUMBER_CONCURRING_APPOSRetrieve the number of concurring appointmentsPrivate
CALL METHOD cl_chtmlb_calendar_day=>GET_NUMBER_CONCURRING_APPOS...more details

GET_ROWSPAN_OF_APPOINTMENTGet rowspan for appointmentPrivate
CALL METHOD cl_chtmlb_calendar_day=>GET_ROWSPAN_OF_APPOINTMENT...more details

MAP_APPO_EXT2INT_FORMATMapping of external to internal formatPrivate
CALL METHOD cl_chtmlb_calendar_day=>MAP_APPO_EXT2INT_FORMAT...more details

PREPARE_COLUMNSPrepare columns of calendarPrivate
CALL METHOD cl_chtmlb_calendar_day=>PREPARE_COLUMNS...more details

RENDER_APPOINTMENTRender actual appointmentPrivate
CALL METHOD cl_chtmlb_calendar_day=>RENDER_APPOINTMENT...more details

RENDER_APPOINTMENT_PERIODRender appointment periodPublic
CALL METHOD cl_chtmlb_calendar_day=>RENDER_APPOINTMENT_PERIOD...more details

RENDER_CALE_BODYRender body of calendarPrivate
CALL METHOD cl_chtmlb_calendar_day=>RENDER_CALE_BODY...more details

RENDER_CALE_DAILYVIEWRender calendarPrivate
CALL METHOD cl_chtmlb_calendar_day=>RENDER_CALE_DAILYVIEW...more details

RENDER_CALE_HEADERRender header of calendarPrivate
CALL METHOD cl_chtmlb_calendar_day=>RENDER_CALE_HEADER...more details

RENDER_EMPTY_CELLRender empty cellPrivate
CALL METHOD cl_chtmlb_calendar_day=>RENDER_EMPTY_CELL...more details

RESOLVE_MODEL_BINDINGResolve model bindingPrivate
CALL METHOD cl_chtmlb_calendar_day=>RESOLVE_MODEL_BINDING...more details



CL_CHTMLB_CALENDAR_DAY 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
ACTIVEInstance Attributeindicates whether tag should be rendered (switch)'X'LIKE
ABAP_BOOL
Protected
GC_ARROW_LEFT_SRCConstantLeft arrow image's_B_COLL.gif'LIKE
STRING
Public
GC_ARROW_RIGHT_SRCConstantRight arrow image'cal_arrow_right.gif'LIKE
STRING
Public
GV_CALENDAR_BEGINInstance AttributeBegin of visible calendarLIKE
TIMESTAMP
Private
GV_CALENDAR_ENDInstance AttributeEnd of visible calendarLIKE
TIMESTAMP
Private
GV_DAILY_APPO_AVAILABLEInstance AttributeData element for domain BOOLE: TRUE (='X') and FALSE (=' ')LIKE
BOOLE_D
Private
GV_DAY_BEGINInstance AttributeBegin of dayLIKE
TIMESTAMP
Private
GV_DAY_ENDInstance AttributeEnd of dayLIKE
TIMESTAMP
Private
GV_DESIGNInstance AttributeDesignLIKE
STRING
Private
GV_GRID_STEPInstance AttributeGrid stepLIKE
I
Private
GV_IS_THTMLBInstance AttributeRunning in an THTMLb environment?LIKE
FLAG
Protected
GV_ODDInstance Attributecurrent cell is oddLIKE
STRING
Protected
GV_TEST_MODEInstance AttributeX = Testmode is ONLIKE
ABAP_BOOL
Protected




CL_CHTMLB_CALENDAR_DAY types

TY_COLUMN -
TY_COLUMN_TAB -

Links to Related Class(s)

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