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_CONTENT

Method 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 NameDescriptionVisability
ADD_CHECKBOX_READ_ONLYAdd Field Value (Checkbox)Private
CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_CHECKBOX_READ_ONLY...more details

ADD_CONTROL_PARTAdd Area 'Control Data'Private
CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_CONTROL_PART...more details

ADD_CREATION_PARTAdd Area 'Edited by'Private
CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_CREATION_PART...more details

ADD_F4_BUTTONAdd a New Button to Call the F4 HelpPrivate
CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_F4_BUTTON...more details

ADD_FDESCAdd Field DescriptionPrivate
CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_FDESC...more details

ADD_GENERAL_PART_INPUT_CAPABLEAdd Area 'General Data', Input PossiblePrivate
CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_GENERAL_PART_INPUT_CAPABLE...more details

ADD_GENERAL_PART_READ_ONLYAdd Area 'General Data'Private
CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_GENERAL_PART_READ_ONLY...more details

ADD_PRES_CREATE_BUTTONAdd 'Generate Orders' ButtonsPrivate
CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_PRES_CREATE_BUTTON...more details

ADD_PRES_RELEASE_BUTTONAdd 'Release Orders' ButtonsPrivate
CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_PRES_RELEASE_BUTTON...more details

ADD_RELEASE_BUTTONAdd Button to 'Release/Undo Release'Private
CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_RELEASE_BUTTON...more details

ADD_VALUE_INPUT_CAPABLEAdd a New Field Value, Input PossiblePrivate
CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_VALUE_INPUT_CAPABLE...more details

ADD_VALUE_NOK_FLAGAdd Value Description 'NOK Flag'Private
CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_VALUE_NOK_FLAG...more details

ADD_VALUE_READ_ONLYAdd Area Field Value, Display OnlyPrivate
CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_VALUE_READ_ONLY...more details

ADD_VDESCAdd Value DescriptionPrivate
CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_VDESC...more details

ADD_VDESC_CARRIERAdd Value Description, CarrierPrivate
CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_VDESC_CARRIER...more details

ADD_VDESC_CODRIVERAdd Value Description Co-DriverPrivate
CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_VDESC_CODRIVER...more details

ADD_VDESC_DRIVERAdd Value Description DriverPrivate
CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_VDESC_DRIVER...more details

ADD_VDESC_TRAILERAdd Value Description TrailerPrivate
CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_VDESC_TRAILER...more details

ADD_VDESC_VEHICLEAdd Value Description VehiclePrivate
CALL METHOD /dsd/sl_cl_view_tour_header=>ADD_VDESC_VEHICLE...more details

BUILD_DOCUMENTGenerate HTMLPublic
CALL METHOD /dsd/sl_cl_view_tour_header=>BUILD_DOCUMENT...more details

CONSTRUCTORConstructorPublic
CALL METHOD /dsd/sl_cl_view_tour_header=>CONSTRUCTOR...more details

DETERMINE_FIELDINFOSDetermine Field InformationPrivate
CALL METHOD /dsd/sl_cl_view_tour_header=>DETERMINE_FIELDINFOS...more details

DISPLAY_FIRST_TIMEDisplay PagePrivate
CALL METHOD /dsd/sl_cl_view_tour_header=>DISPLAY_FIRST_TIME...more details

GET_OUTPUTLENGTHDetermine Output LengthPrivate
CALL METHOD /dsd/sl_cl_view_tour_header=>GET_OUTPUTLENGTH...more details

SET_DATASet DataPublic
CALL METHOD /dsd/sl_cl_view_tour_header=>SET_DATA...more details

SET_F4INPUT_VALUESSet the F4 Input Values for DisplayPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
MC_FONTSIZE_STANDARDConstantFont Size for 'Standard Text'CL_DD_AREA=>MEDIUMLIKE
SDYDO_ATTRIBUTE
Public
MC_GAP_SIZEConstantSpace Between Two Elements in a Character2LIKE
I
Public
MR_BTN_F4_CARRIERInstance AttributeButton F4 Help 'CarrierLIKE
CL_DD_BUTTON_ELEMENT
Public
MR_BTN_F4_CODRIVERInstance AttributeButton F4 Help 'Co-Driver'LIKE
CL_DD_BUTTON_ELEMENT
Public
MR_BTN_F4_DRIVERInstance AttributeButton F4 Help 'Driver'LIKE
CL_DD_BUTTON_ELEMENT
Public
MR_BTN_F4_TRAILERInstance AttributeButton F4 Help 'Trailer'LIKE
CL_DD_BUTTON_ELEMENT
Public
MR_BTN_F4_VEHICLEInstance AttributeButton F4 Help 'Vehicle'LIKE
CL_DD_BUTTON_ELEMENT
Public
MR_BTN_PRES_CREATEInstance Attribute'Generate Orders' ButtonLIKE
CL_DD_BUTTON_ELEMENT
Public
MR_BTN_PRES_RELEASEInstance Attribute'Release Orders' ButtonLIKE
CL_DD_BUTTON_ELEMENT
Public
MR_BTN_RELEASEInstance AttributeButton 'Release'LIKE
CL_DD_BUTTON_ELEMENT
Public
MR_BTN_RELEASE_CANCELInstance AttributeButton 'Undo Release'LIKE
CL_DD_BUTTON_ELEMENT
Public
MR_DOCUMENTInstance AttributeDocument to be DisplayedLIKE
CL_DD_DOCUMENT
Private
MR_FORMInstance AttributeDynamic Documents: Form AreaLIKE
CL_DD_FORM_AREA
Private
MR_INPUT_CARRIERInstance AttributeEntry: CarrierLIKE
CL_DD_INPUT_ELEMENT
Public
MR_INPUT_CODRIVERInstance AttributeEntry: Co-DriverLIKE
CL_DD_INPUT_ELEMENT
Public
MR_INPUT_DRIVERInstance AttributeEntry: DriverLIKE
CL_DD_INPUT_ELEMENT
Public
MR_INPUT_TRAILERInstance AttributeEntry: TrailerLIKE
CL_DD_INPUT_ELEMENT
Public
MR_INPUT_VEHICLEInstance AttributeEntry: VehicleLIKE
CL_DD_INPUT_ELEMENT
Public
MR_SCREENInstance AttributeBasic GUI ElementLIKE
CL_GUI_CONTAINER
Private
MS_DATAInstance AttributeData Tour Header Incl. GUI ExtensionsLIKE
/DSD/SL_GUI_RAHD_S
Private
MS_DFIES_CARRIERInstance Attribute/dsd/hh_rahd-carrierLIKE
DFIES
Private
MS_DFIES_CHECKINInstance Attribute/dsd/hh_rahd-checkinLIKE
DFIES
Private
MS_DFIES_CHECKOUTInstance Attribute/dsd/hh_rahd-checkoutLIKE
DFIES
Private
MS_DFIES_CNGDATEInstance Attribute/dsd/hh_rahd-cngdateLIKE
DFIES
Private
MS_DFIES_CNGTIMEInstance Attribute/dsd/hh_rahd-cngtimeLIKE
DFIES
Private
MS_DFIES_CNGUSERInstance Attribute/dsd/hh_rahd-cnguserLIKE
DFIES
Private
MS_DFIES_CODRIVERInstance Attribute/dsd/hh_rahd-codriverLIKE
DFIES
Private
MS_DFIES_CREDATEInstance Attribute/dsd/hh_rahd-credateLIKE
DFIES
Private
MS_DFIES_CRETIMEInstance Attribute/dsd/hh_rahd-cretimeLIKE
DFIES
Private
MS_DFIES_CREUSERInstance Attribute/dsd/hh_rahd-creuserLIKE
DFIES
Private
MS_DFIES_CTRL_DATAInstance Attribute/dsd/hh_rahd-ctrl_dataLIKE
DFIES
Private
MS_DFIES_CURRECSInstance Attribute/dsd/hh_rahd-currecsLIKE
DFIES
Private
MS_DFIES_DRIVERInstance Attribute/dsd/hh_rahd-driverLIKE
DFIES
Private
MS_DFIES_EMSE_UPLOAD_TSTAMPInstance AttributeFBS SAP DSD: /dsd/hh_rahd-/emse/upload_tstampLIKE
DFIES
Private
MS_DFIES_MANRELInstance Attribute/dsd/hh_rahd-manrelLIKE
DFIES
Private
MS_DFIES_NOKInstance Attribute/dsd/hh_rahd-nokLIKE
DFIES
Private
MS_DFIES_OBJ_IDInstance Attribute/dsd/hh_rahd-obj_idLIKE
DFIES
Private
MS_DFIES_OBJ_TYPInstance Attribute/dsd/hh_rahd-obj_typLIKE
DFIES
Private
MS_DFIES_ORIGINInstance Attribute/dsd/hh_rahd-originLIKE
DFIES
Private
MS_DFIES_PRES_PROCSTATInstance Attribute/dsd/hh_rahd-pres_procstatLIKE
DFIES
Private
MS_DFIES_PROCSTATInstance Attribute/dsd/hh_rahd-procstatLIKE
DFIES
Private
MS_DFIES_TARRECSInstance Attribute/dsd/hh_rahd-tarrecsLIKE
DFIES
Private
MS_DFIES_TOUR_IDInstance Attribute/dsd/hh_rahd-tour_idLIKE
DFIES
Private
MS_DFIES_TRAILERInstance Attribute/dsd/hh_rahd-trailerLIKE
DFIES
Private
MS_DFIES_VEHICLEInstance Attribute/dsd/hh_rahd-vehicleLIKE
DFIES
Private
M_MODE_MAINTAINInstance AttributeMode: Edit <-> DisplayLIKE
/DSD/HH_CHECKBOX
Private
M_VISIBLEInstance AttributeArea 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



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!