SAP /DSD/SL_CL_VIEW_TOUR_HEADER OO Class - GUI Tour Header Data
/DSD/SL_CL_VIEW_TOUR_HEADER 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 /DSD/SL_CL_VIEW_TOUR_HEADER 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 /DSD/SL_IF_CONTENTMethod list of /DSD/SL_CL_VIEW_TOUR_HEADER 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 |
| ADD_CHECKBOX_READ_ONLY | Add Field Value (Checkbox) | Private |
| CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_CHECKBOX_READ_ONLY...more details | ||
| ADD_CONTROL_PART | Add Area 'Control Data' | Private |
| CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_CONTROL_PART...more details | ||
| ADD_CREATION_PART | Add Area 'Edited by' | Private |
| CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_CREATION_PART...more details | ||
| ADD_F4_BUTTON | Add a New Button to Call the F4 Help | Private |
| CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_F4_BUTTON...more details | ||
| ADD_FDESC | Add Field Description | Private |
| CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_FDESC...more details | ||
| ADD_GENERAL_PART_INPUT_CAPABLE | Add Area 'General Data', Input Possible | Private |
| CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_GENERAL_PART_INPUT_CAPABLE...more details | ||
|
| ||
| ADD_GENERAL_PART_READ_ONLY | Add Area 'General Data' | Private |
| CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_GENERAL_PART_READ_ONLY...more details | ||
| ADD_PRES_CREATE_BUTTON | Add 'Generate Orders' Buttons | Private |
| CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_PRES_CREATE_BUTTON...more details | ||
| ADD_PRES_RELEASE_BUTTON | Add 'Release Orders' Buttons | Private |
| CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_PRES_RELEASE_BUTTON...more details | ||
| ADD_RELEASE_BUTTON | Add Button to 'Release/Undo Release' | Private |
| CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_RELEASE_BUTTON...more details | ||
| ADD_VALUE_INPUT_CAPABLE | Add a New Field Value, Input Possible | Private |
| CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_VALUE_INPUT_CAPABLE...more details | ||
| ADD_VALUE_NOK_FLAG | Add Value Description 'NOK Flag' | Private |
| CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_VALUE_NOK_FLAG...more details | ||
| ADD_VALUE_READ_ONLY | Add Area Field Value, Display Only | Private |
| CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_VALUE_READ_ONLY...more details | ||
| ADD_VDESC | Add Value Description | Private |
| CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_VDESC...more details | ||
| ADD_VDESC_CARRIER | Add Value Description, Carrier | Private |
| CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_VDESC_CARRIER...more details | ||
| ADD_VDESC_CODRIVER | Add Value Description Co-Driver | Private |
| CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_VDESC_CODRIVER...more details | ||
| ADD_VDESC_DRIVER | Add Value Description Driver | Private |
| CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_VDESC_DRIVER...more details | ||
| ADD_VDESC_TRAILER | Add Value Description Trailer | Private |
| CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_VDESC_TRAILER...more details | ||
| ADD_VDESC_VEHICLE | Add Value Description Vehicle | Private |
| CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_VDESC_VEHICLE...more details | ||
| BUILD_DOCUMENT | Generate HTML | Public |
| CALL METHOD /dsd/sl_cl_view_tour_header=>BUILD_DOCUMENT...more details | ||
| CONSTRUCTOR | Constructor | Public |
| CALL METHOD /dsd/sl_cl_view_tour_header=>CONSTRUCTOR...more details | ||
| DETERMINE_FIELDINFOS | Determine Field Information | Private |
| CALL METHOD /dsd/sl_cl_view_tour_header=>DETERMINE_FIELDINFOS...more details | ||
| DISPLAY_FIRST_TIME | Display Page | Private |
| CALL METHOD /dsd/sl_cl_view_tour_header=>DISPLAY_FIRST_TIME...more details | ||
| GET_OUTPUTLENGTH | Determine Output Length | Private |
| CALL METHOD /dsd/sl_cl_view_tour_header=>GET_OUTPUTLENGTH...more details | ||
| SET_DATA | Set Data | Public |
| CALL METHOD /dsd/sl_cl_view_tour_header=>SET_DATA...more details | ||
| SET_F4INPUT_VALUES | Set the F4 Input Values for Display | Public |
| CALL METHOD /dsd/sl_cl_view_tour_header=>SET_F4INPUT_VALUES...more details | ||
/DSD/SL_CL_VIEW_TOUR_HEADER 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 |
| MC_FONTSIZE_STANDARD | Constant | Font Size for 'Standard Text' | CL_DD_AREA=>MEDIUM | LIKE SDYDO_ATTRIBUTE | Public |
| MC_GAP_SIZE | Constant | Space Between Two Elements in a Character | 2 | LIKE I | Public |
| MR_BTN_F4_CARRIER | Instance Attribute | Button F4 Help 'Carrier | LIKE CL_DD_BUTTON_ELEMENT | Public | |
| MR_BTN_F4_CODRIVER | Instance Attribute | Button F4 Help 'Co-Driver' | LIKE CL_DD_BUTTON_ELEMENT | Public | |
| MR_BTN_F4_DRIVER | Instance Attribute | Button F4 Help 'Driver' | LIKE CL_DD_BUTTON_ELEMENT | Public | |
| MR_BTN_F4_TRAILER | Instance Attribute | Button F4 Help 'Trailer' | LIKE CL_DD_BUTTON_ELEMENT | Public | |
| MR_BTN_F4_VEHICLE | Instance Attribute | Button F4 Help 'Vehicle' | LIKE CL_DD_BUTTON_ELEMENT | Public | |
| MR_BTN_PRES_CREATE | Instance Attribute | 'Generate Orders' Button | LIKE CL_DD_BUTTON_ELEMENT | Public | |
| MR_BTN_PRES_RELEASE | Instance Attribute | 'Release Orders' Button | LIKE CL_DD_BUTTON_ELEMENT | Public | |
| MR_BTN_RELEASE | Instance Attribute | Button 'Release' | LIKE CL_DD_BUTTON_ELEMENT | Public | |
| MR_BTN_RELEASE_CANCEL | Instance Attribute | Button 'Undo Release' | LIKE CL_DD_BUTTON_ELEMENT | Public | |
| MR_DOCUMENT | Instance Attribute | Document to be Displayed | LIKE CL_DD_DOCUMENT | Private | |
| MR_FORM | Instance Attribute | Dynamic Documents: Form Area | LIKE CL_DD_FORM_AREA | Private | |
| MR_INPUT_CARRIER | Instance Attribute | Entry: Carrier | LIKE CL_DD_INPUT_ELEMENT | Public | |
| MR_INPUT_CODRIVER | Instance Attribute | Entry: Co-Driver | LIKE CL_DD_INPUT_ELEMENT | Public | |
| MR_INPUT_DRIVER | Instance Attribute | Entry: Driver | LIKE CL_DD_INPUT_ELEMENT | Public | |
| MR_INPUT_TRAILER | Instance Attribute | Entry: Trailer | LIKE CL_DD_INPUT_ELEMENT | Public | |
| MR_INPUT_VEHICLE | Instance Attribute | Entry: Vehicle | LIKE CL_DD_INPUT_ELEMENT | Public | |
| MR_SCREEN | Instance Attribute | Basic GUI Element | LIKE CL_GUI_CONTAINER | Private | |
| MS_DATA | Instance Attribute | Data Tour Header Incl. GUI Extensions | LIKE /DSD/SL_GUI_RAHD_S | Private | |
| MS_DFIES_CARRIER | Instance Attribute | /dsd/hh_rahd-carrier | LIKE DFIES | Private | |
| MS_DFIES_CHECKIN | Instance Attribute | /dsd/hh_rahd-checkin | LIKE DFIES | Private | |
| MS_DFIES_CHECKOUT | Instance Attribute | /dsd/hh_rahd-checkout | LIKE DFIES | Private | |
| MS_DFIES_CNGDATE | Instance Attribute | /dsd/hh_rahd-cngdate | LIKE DFIES | Private | |
| MS_DFIES_CNGTIME | Instance Attribute | /dsd/hh_rahd-cngtime | LIKE DFIES | Private | |
| MS_DFIES_CNGUSER | Instance Attribute | /dsd/hh_rahd-cnguser | LIKE DFIES | Private | |
| MS_DFIES_CODRIVER | Instance Attribute | /dsd/hh_rahd-codriver | LIKE DFIES | Private | |
| MS_DFIES_CREDATE | Instance Attribute | /dsd/hh_rahd-credate | LIKE DFIES | Private | |
| MS_DFIES_CRETIME | Instance Attribute | /dsd/hh_rahd-cretime | LIKE DFIES | Private | |
| MS_DFIES_CREUSER | Instance Attribute | /dsd/hh_rahd-creuser | LIKE DFIES | Private | |
| MS_DFIES_CTRL_DATA | Instance Attribute | /dsd/hh_rahd-ctrl_data | LIKE DFIES | Private | |
| MS_DFIES_CURRECS | Instance Attribute | /dsd/hh_rahd-currecs | LIKE DFIES | Private | |
| MS_DFIES_DRIVER | Instance Attribute | /dsd/hh_rahd-driver | LIKE DFIES | Private | |
| MS_DFIES_EMSE_UPLOAD_TSTAMP | Instance Attribute | FBS SAP DSD: /dsd/hh_rahd-/emse/upload_tstamp | LIKE DFIES | Private | |
| MS_DFIES_MANREL | Instance Attribute | /dsd/hh_rahd-manrel | LIKE DFIES | Private | |
| MS_DFIES_NOK | Instance Attribute | /dsd/hh_rahd-nok | LIKE DFIES | Private | |
| MS_DFIES_OBJ_ID | Instance Attribute | /dsd/hh_rahd-obj_id | LIKE DFIES | Private | |
| MS_DFIES_OBJ_TYP | Instance Attribute | /dsd/hh_rahd-obj_typ | LIKE DFIES | Private | |
| MS_DFIES_ORIGIN | Instance Attribute | /dsd/hh_rahd-origin | LIKE DFIES | Private | |
| MS_DFIES_PRES_PROCSTAT | Instance Attribute | /dsd/hh_rahd-pres_procstat | LIKE DFIES | Private | |
| MS_DFIES_PROCSTAT | Instance Attribute | /dsd/hh_rahd-procstat | LIKE DFIES | Private | |
| MS_DFIES_TARRECS | Instance Attribute | /dsd/hh_rahd-tarrecs | LIKE DFIES | Private | |
| MS_DFIES_TOUR_ID | Instance Attribute | /dsd/hh_rahd-tour_id | LIKE DFIES | Private | |
| MS_DFIES_TRAILER | Instance Attribute | /dsd/hh_rahd-trailer | LIKE DFIES | Private | |
| MS_DFIES_VEHICLE | Instance Attribute | /dsd/hh_rahd-vehicle | LIKE DFIES | Private | |
| M_MODE_MAINTAIN | Instance Attribute | Mode: Edit <-> Display | LIKE /DSD/HH_CHECKBOX | Private | |
| M_VISIBLE | Instance Attribute | Area Visible? | LIKE /DSD/HH_CHECKBOX | Private |
Links to Related Class(s)
/DSD/SL_...Full list of available SAP object classes
Search for further information about these or an SAP related objects