/GBHCM/S_TCA_DAILY_VIEW SAP (Time Sheet: Calendar Daily View) Structure details

Dictionary Type: Structure
Description: Time Sheet: Calendar Daily View




ABAP Code to SELECT data from /GBHCM/S_TCA_DAILY_VIEW
Related tables to /GBHCM/S_TCA_DAILY_VIEW
Access table /GBHCM/S_TCA_DAILY_VIEW




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

/GBHCM/S_TCA_DAILY_VIEW 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 "Time Sheet: Calendar Daily View" 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_/GBHCM/S_TCA_DAILY_VIEW TYPE /GBHCM/S_TCA_DAILY_VIEW.

The /GBHCM/S_TCA_DAILY_VIEW table consists of various fields, each holding specific information or linking keys about Time Sheet: Calendar Daily View data available in SAP. These include CAL_DAY (Field of type DATS), EMPLOYEE_NUMBER (Personnel Number), EMPLOYEE_NAME (Character field of length 40), PROC_STATUS (Version Number Component).. 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 (Deep)


SAP /GBHCM/S_TCA_DAILY_VIEW 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
COUNTERCounter for Records in Time Recording CATSCOUNTECHAR12CHAR12
CAL_DAYField of type DATS DATSDATS8DATS
EMPLOYEE_NUMBERPersonnel Number PERNR_DNUMC8PERNRPER
EMPLOYEE_NAMECharacter field of length 40 CHAR40CHAR40CHAR40
PROC_STATUSVersion Number Component CHAR2CHAR2CHAR2
PROC_STAT_DESCComment CHAR50CHAR50TEXT50
TASK_DESCUser field for cluster PC (national) CHAR25CHAR25CHAR25
REJECTION_DESCComment CHAR50CHAR50TEXT50
REC_HOURSR/2 table CHAR5CHAR5CHAR5
STATUSSingle-Character Indicator CHAR1CHAR1CHAR1
DAILY_DIFFR/2 table CHAR5CHAR5CHAR5
LAST_CHANGE_DATEField of type DATS DATSDATS8DATS
LAST_CHANGE_TIMEField of type TIMS TIMSTIMS6TIME
QUANTITYChar 20 CHAR20CHAR20CHAR20
UNITQCharacter Field Length = 10 CHAR10CHAR10CHAR10

Key field Non-key field



How do I retrieve data from SAP structure /GBHCM/S_TCA_DAILY_VIEW using ABAP code?

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

How to access SAP table /GBHCM/S_TCA_DAILY_VIEW

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