GTRT_CRM_BAD_APPOINTMENT SAP (Grantor: BAD - Appointment Set) Structure details

Dictionary Type: Structure
Description: Grantor: BAD - Appointment Set




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




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

GTRT_CRM_BAD_APPOINTMENT 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 "Grantor: BAD - Appointment Set" 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_GTRT_CRM_BAD_APPOINTMENT TYPE GTRT_CRM_BAD_APPOINTMENT.

The GTRT_CRM_BAD_APPOINTMENT table consists of various fields, each holding specific information or linking keys about Grantor: BAD - Appointment Set data available in SAP. These include ORDERADM_H_GUID (CHAR32 data element for SYST), REF_GUID (CHAR32 data element for SYST), REF_KIND (Object Type), APPT_TYPE (Technical Date Type Name).. 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 GTRT_CRM_BAD_APPOINTMENT 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
APPT_GUIDCHAR32 data element for SYST SYCHAR32CHAR32SYCHAR32
ORDERADM_H_GUIDCHAR32 data element for SYST SYCHAR32CHAR32SYCHAR32
REF_GUIDCHAR32 data element for SYST SYCHAR32CHAR32SYCHAR32
REF_KINDObject Type CRMT_OBJECT_KINDCHAR1CRM_OBJECTKIND
APPT_TYPETechnical Date Type Name SC_APPTTYPCHAR12Assigned to domainSC_APPTTYP
TIMESTAMP_FROMChar 15 CHAR15CHAR15CHAR15
TIMEZONE_FROMTime Zone TZNZONECHAR6Assigned to domainTZNZONE
TIMESTAMP_TOChar 15 CHAR15CHAR15CHAR15
TIMEZONE_TOTime Zone TZNZONECHAR6Assigned to domainTZNZONE
RULE_IDInternal Identification of Rules of Periodic Appointments SC_RULEIDCHAR25TEXT25
SHOW_LOCALDisplay appointment in the local time of the appointment SC_SHOWLOCCHAR1FLAG
DOMINANTGrantor: Indicates a Date as an All Day Event GTRT_CRM_DATES_DOMINANTCHAR1GTRT_CRM_DATES_DOMINANT
RULE_GUIDCHAR32 data element for SYST SYCHAR32CHAR32SYCHAR32
RULE_NAMEObject Name TIMENAMECHAR12TIMENAME
DURATIONCharacter field 13 digits CHAR13CHAR13CHAR13
TIME_UNITDefault Value for Time Unit TIMEUNITDUCHAR12Assigned to domainTIMEUNITNA
IS_DURATIONLogical Variable CRMT_BOOLEANCHAR1CRM_BOOLEAN
GUIDCHAR32 data element for SYST SYCHAR32CHAR32SYCHAR32

Key field Non-key field



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

As GTRT_CRM_BAD_APPOINTMENT 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 GTRT_CRM_BAD_APPOINTMENT as there is no data to select.

How to access SAP table GTRT_CRM_BAD_APPOINTMENT

Within an ECC or HANA version of SAP you can also view further information about GTRT_CRM_BAD_APPOINTMENT 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!