TLAN_CALE SAP (Public Holiday Calendar Information: Temporary Storage) Table details

Dictionary Type: Table
Description: Public Holiday Calendar Information: Temporary Storage




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




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

TLAN_CALE is a standard SAP Table which is used to store Public Holiday Calendar Information: Temporary Storage data and is available within R/3 SAP systems depending on the version and release level.

The TLAN_CALE table consists of various fields, each holding specific information or linking keys about Public Holiday Calendar Information: Temporary Storage data available in SAP. These include LFDNR (Numeric field length 5), FTGIDRUL (Public holiday key), REGELRUL (Holiday rule), MONATRUL (Month for holiday calculation).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TLAN_CALE table 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
OBJ_NAME2-Character SAP Language Code LAISOCHAR2LAISO
LFDNRNumeric field length 5 NUMC05NUMC5NUMC5
FTGIDRULPublic holiday key FTGIDCHAR3Assigned to domainFTGID
REGELRULHoliday rule KREGELCHAR1CHAR1
MONATRULMonth for holiday calculation KMONATNUMC2KMONAT
MOTAGRULDay of month for public holiday calculation KTAGNUMC2KTAG
WOTAGRULDay for public holiday calculation KWOTAGNUMC1NUM01
ABSTDRULDistance of public holiday from Easter KABSTDDEC3KABSTD
KONFERULCalendar religion key KKONFECHAR2Assigned to domainKONFE
KLASSRULHoliday class KKLASSCHAR1KKLASS
GARANTRULPublic holiday guaranteed flag FTGARANTCHAR1FTGARANT
SORTRULSort field for public holidays FTSORTCHAR3CHAR3
FTGIDTXTPublic holiday key FTGIDCHAR3Assigned to domainFTGID
SPRASTXTLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
LTEXTTXTLong text TEXTL_DCHAR30TEXT30
KTEXTTXTPublic holidays, short text TEXTKCHAR10TEXT10

Key field Non-key field



How do I retrieve data from SAP table TLAN_CALE using ABAP code

The following ABAP code Example will allow you to do a basic selection on TLAN_CALE to SELECT all data from the table
DATA: WA_TLAN_CALE TYPE TLAN_CALE.

SELECT SINGLE *
FROM TLAN_CALE
INTO CORRESPONDING FIELDS OF WA_TLAN_CALE
WHERE...

How to access SAP table TLAN_CALE

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