CRMT_TOUR_DEFAULT_VALUES SAP (Default values for Tour and Activity-Scheduling) Structure details

Dictionary Type: Structure
Description: Default values for Tour and Activity-Scheduling




ABAP Code to SELECT data from CRMT_TOUR_DEFAULT_VALUES
Related tables to CRMT_TOUR_DEFAULT_VALUES
Access table CRMT_TOUR_DEFAULT_VALUES




Structure field list including key, data, relationships and ABAP select examples

CRMT_TOUR_DEFAULT_VALUES is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Default values for Tour and Activity-Scheduling" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CRMT_TOUR_DEFAULT_VALUES TYPE CRMT_TOUR_DEFAULT_VALUES.

The CRMT_TOUR_DEFAULT_VALUES table consists of various fields, each holding specific information or linking keys about Default values for Tour and Activity-Scheduling data available in SAP. These include TOURDURATIONUNIT (Visit Plan Duration Unit), TOURPREPTIME (Visit Plan Preparation Time), TOURPREPTIMEUNIT (Visit Plan Preparation Time Unit), PROCESS_TYPE (Business Transaction Type).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CRMT_TOUR_DEFAULT_VALUES structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
TOURDURATIONVisit Plan Duration CRMT_TOUR_DURATIONNUMC5CRM_TOUR_DURATION
TOURDURATIONUNITVisit Plan Duration Unit CRMT_TOUR_DURN_UNITCHAR1CRM_TOUR_DURN_UNIT
TOURPREPTIMEVisit Plan Preparation Time CRMT_TOUR_PREPTIMENUMC5CRM_TOUR_DURATION
TOURPREPTIMEUNITVisit Plan Preparation Time Unit CRMT_TOUR_PREPTIME_UNITCHAR1CRM_TOUR_DURN_UNIT
PROCESS_TYPEBusiness Transaction Type CRMT_PROCESS_TYPECHAR4Assigned to domainCRM_PROCESS_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPE
ACTCATEGORYActivity Category (Communication Type) CRMT_ACTIVITY_CATEGORYCHAR3CRMC_ACT_CATEGORCRM_ACTIVITY_CATEGORY
WORK_HRS_STARTFrom Time SC_TIMEFROTIMS6SYTIME
WORK_HRS_ENDTo Time SC_TIMETOTIMS6SYTIME
PLANNING_PERIODDefault Period for Visit Planing CRMT_TOUR_PLANNING_PERIODCHAR1CRM_TOUR_PLANNING_PERIOD
APPT_TYPETechnical Date Type Name SC_APPTTYPCHAR12SCAPPTTYPESC_APPTTYP
WDAY_MONDAYWorking day - Monday CRMT_WDAY_MONDAYCHAR1CRM_BOOLEAN
WDAY_TUESDAYWorking day - Tuesday CRMT_WDAY_TUESDAYCHAR1CRM_BOOLEAN
WDAY_WEDNESDAYWorking day - Wednesday CRMT_WDAY_WEDNESDAYCHAR1CRM_BOOLEAN
WDAY_THURSDAYWorking day : Thursday CRMT_WDAY_THURSDAYCHAR1CRM_BOOLEAN
WDAY_FRIDAYWorking day - Friday CRMT_WDAY_FRIDAYCHAR1CRM_BOOLEAN
WDAY_SATURDAYWorking day - Saturday CRMT_WDAY_SATURDAYCHAR1CRM_BOOLEAN
WDAY_SUNDAYWorking day - Sunday CRMT_WDAY_SUNDAYCHAR1CRM_BOOLEAN
FILL_PERIODFill Entire Period CRMT_FILL_PERIODCHAR1CRM_BOOLEAN

Key field Non-key field



How do I retrieve data from SAP structure CRMT_TOUR_DEFAULT_VALUES using ABAP code?

As CRMT_TOUR_DEFAULT_VALUES is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CRMT_TOUR_DEFAULT_VALUES as there is no data to select.

How to access SAP table CRMT_TOUR_DEFAULT_VALUES

Within an ECC or HANA version of SAP you can also view further information about CRMT_TOUR_DEFAULT_VALUES and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


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!