T5FN4DS003 SAP (Totals Groups) Table details

Dictionary Type: Table
Description: Totals Groups




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




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

T5FN4DS003 is a standard SAP Table which is used to store Totals Groups data and is available within R/3 SAP systems depending on the version and release level.

The T5FN4DS003 table consists of various fields, each holding specific information or linking keys about Totals Groups data available in SAP. These include TYPE (N4DS result type (internal)), RUNID (Result ID (execution ID)), DECLNR (Declaration number (order number)), SEQN2 (Sequence number for Totals groupping).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP T5FN4DS003 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
TYPEN4DS result type (internal) P06_N4DSAT_TYPERAW1T5FN4DS000
RUNIDResult ID (execution ID) P06_N4DSAT_RUNIDRAW4T5FN4DS000P06_N4DSAT_RUNID
DECLNRDeclaration number (order number) P06_N4DSAT_DECLNRRAW2
SEQN2Sequence number for Totals groupping P06_N4DSAT_SEQN2RAW2
ACERNDADS-U: Period end reason code P06_MOT_FINCHAR3CHAR3
ACNICNIC P06_NUMICCHAR5CHAR5
ACSRNDADS-U: Period start reason code P06_MOT_DEBCHAR3CHAR3
DENATNature of declaration P06_NAT_N4DSCHAR2P06_NAT_N4DS
DESIRSIREN number P06_SIRENCHAR9
DETYPDeclaration type P06_TYP_N4DSCHAR2P06_TYP_N4DS
REACTCompulsory work accident risk scheme indicator P06_REGIME_ACCTRAVCHAR3P06_REGIME
REEXTAlsace-Moselle extension code P06_REGIME_ALS_MOSCHAR2CHAR2
REMALCompulsory illness risk scheme indicator P06_REGIME_MALADIECHAR3P06_REGIME
REVIECompulsory pension plan code (employer part) P06_REGIME_VIEPATRCHAR3P06_REGIME
SIPOPEmployment population code of employee or agent P06_SIPOPNUMC2NUM2
SPEMPOriginal statutory employment code P06_CODE_STATUT_EMPCHAR10CHAR10
SSCDCWork contract law indicator P06_DR_CONTRCHAR2P06_DROITC
SSCNCDADS-U: Work contract code P06_CONTRATCHAR2CHAR2
SSCSADADS-U: Employee AGIRC-ARRCO group status indicator P06_STATCATEG_AGIRCCHAR2CHAR2
SSCSCDADS-U: Employee category status code P06_STATCATEGCHAR2CHAR2
DAQFIELDForms: Field P_99S_FIELDCHAR5CHAR5
AMTTYPQualifier (amount type) P06_N4DSAT_AMTTYPCHAR3
AMOUNTHR Payroll: Amount MAXBTCURR15(2) PRBETRG
GRPKEYkey for Totals groupping (employee groups) P06_N4DSAT_GRPKEYRAW2

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5FN4DS003
INTO CORRESPONDING FIELDS OF WA_T5FN4DS003
WHERE...

How to access SAP table T5FN4DS003

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