T5F99CD SAP (Calculation of duration in HR) Table details

Dictionary Type: Table
Description: Calculation of duration in HR




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




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

T5F99CD is a standard SAP Table which is used to store Calculation of duration in HR data and is available within R/3 SAP systems depending on the version and release level.

The T5F99CD table consists of various fields, each holding specific information or linking keys about Calculation of duration in HR data available in SAP. These include MOLGA (Country Grouping), PROCA (Processing area for calculation of duration), TYPE (Type of duration for calculation of duration), SEQNR (Sequential number for searching dates).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP T5F99CD 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
MANDTClient MANDTCLNT3T000MANDT
MOLGACountry Grouping MOLGACHAR2T500LMOLGAMOL
PROCAProcessing area for calculation of duration HR99S_PROCCHAR10HR99S_PROC
TYPEType of duration for calculation of duration HR99S_TYPDCHAR3HR99S_TYPD
SEQNRSequential number for searching dates HR99S_SEQNNUMC2SEQNP
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
INFTYInfotype INFTYCHAR4INFOTYPITP
FIELDField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
DATARDate type DATARCHAR2Assigned to domainDATAR
FUNCTIONName of a customer function module HR99S_FNAMCHAR30Assigned to domainFUNCNAME
ENDDATEIndicator of date adjustment for calculation of durations HR99S_ENDDATECHAR5HR99S_ENDDATE

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5F99CD
INTO CORRESPONDING FIELDS OF WA_T5F99CD
WHERE...

How to access SAP table T5F99CD

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