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_DAILYMethod 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 Name | Description | Visability |
| DETERMINE_TECHNICAL_TIMES | Determine technical times of appointments | Private |
| CALL METHOD cl_chtmlb_calendar_day=>DETERMINE_TECHNICAL_TIMES...more details | ||
| DETERMINE_VISIBLE_PERIOD | Determine visible period of calendar | Private |
| CALL METHOD cl_chtmlb_calendar_day=>DETERMINE_VISIBLE_PERIOD...more details | ||
| GET_NUMBER_CONCURRING_APPOS | Retrieve the number of concurring appointments | Private |
| CALL METHOD cl_chtmlb_calendar_day=>GET_NUMBER_CONCURRING_APPOS...more details | ||
| GET_ROWSPAN_OF_APPOINTMENT | Get rowspan for appointment | Private |
| CALL METHOD cl_chtmlb_calendar_day=>GET_ROWSPAN_OF_APPOINTMENT...more details | ||
| MAP_APPO_EXT2INT_FORMAT | Mapping of external to internal format | Private |
| CALL METHOD cl_chtmlb_calendar_day=>MAP_APPO_EXT2INT_FORMAT...more details | ||
| PREPARE_COLUMNS | Prepare columns of calendar | Private |
| CALL METHOD cl_chtmlb_calendar_day=>PREPARE_COLUMNS...more details | ||
|
| ||
| RENDER_APPOINTMENT | Render actual appointment | Private |
| CALL METHOD cl_chtmlb_calendar_day=>RENDER_APPOINTMENT...more details | ||
| RENDER_APPOINTMENT_PERIOD | Render appointment period | Public |
| CALL METHOD cl_chtmlb_calendar_day=>RENDER_APPOINTMENT_PERIOD...more details | ||
| RENDER_CALE_BODY | Render body of calendar | Private |
| CALL METHOD cl_chtmlb_calendar_day=>RENDER_CALE_BODY...more details | ||
| RENDER_CALE_DAILYVIEW | Render calendar | Private |
| CALL METHOD cl_chtmlb_calendar_day=>RENDER_CALE_DAILYVIEW...more details | ||
| RENDER_CALE_HEADER | Render header of calendar | Private |
| CALL METHOD cl_chtmlb_calendar_day=>RENDER_CALE_HEADER...more details | ||
| RENDER_EMPTY_CELL | Render empty cell | Private |
| CALL METHOD cl_chtmlb_calendar_day=>RENDER_EMPTY_CELL...more details | ||
| RESOLVE_MODEL_BINDING | Resolve model binding | Private |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| ACTIVE | Instance Attribute | indicates whether tag should be rendered (switch) | 'X' | LIKE ABAP_BOOL | Protected |
| GC_ARROW_LEFT_SRC | Constant | Left arrow image | 's_B_COLL.gif' | LIKE STRING | Public |
| GC_ARROW_RIGHT_SRC | Constant | Right arrow image | 'cal_arrow_right.gif' | LIKE STRING | Public |
| GV_CALENDAR_BEGIN | Instance Attribute | Begin of visible calendar | LIKE TIMESTAMP | Private | |
| GV_CALENDAR_END | Instance Attribute | End of visible calendar | LIKE TIMESTAMP | Private | |
| GV_DAILY_APPO_AVAILABLE | Instance Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE BOOLE_D | Private | |
| GV_DAY_BEGIN | Instance Attribute | Begin of day | LIKE TIMESTAMP | Private | |
| GV_DAY_END | Instance Attribute | End of day | LIKE TIMESTAMP | Private | |
| GV_DESIGN | Instance Attribute | Design | LIKE STRING | Private | |
| GV_GRID_STEP | Instance Attribute | Grid step | LIKE I | Private | |
| GV_IS_THTMLB | Instance Attribute | Running in an THTMLb environment? | LIKE FLAG | Protected | |
| GV_ODD | Instance Attribute | current cell is odd | LIKE STRING | Protected | |
| GV_TEST_MODE | Instance Attribute | X = Testmode is ON | LIKE 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