T5ITUD_C SAP (Report: report and attribution fields) Table details

Dictionary Type: Table
Description: Report: report and attribution fields




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




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

T5ITUD_C is a standard SAP Table which is used to store Report: report and attribution fields data and is available within R/3 SAP systems depending on the version and release level.

The T5ITUD_C table consists of various fields, each holding specific information or linking keys about Report: report and attribution fields data available in SAP. These include FORM (Report indicator/legal form), SECTN (Report: section/part), FIELD (Report: field), ENDDA (End Date).. 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

Text table = T5ITUDT_C


SAP T5ITUD_C 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
FORMReport indicator/legal form P15_FORMCHAR10T5ITUFP15_FORMHRPAYITFORM
SECTNReport: section/part P15_SECTNCHAR10T5ITUSP15_SECTN
FIELDReport: field P15_FFIELDCHAR10P15_FFIELD
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
DAQMODELSubapplication P_APPLCHAR4T596AP_APPL
DAQSECTIONForms: Section P_99S_SECTNCHAR4T5F99FSP_99S_SECTN
DAQFIELDForms: Field P_99S_FIELDCHAR5T5F99FDCHAR5
ROUNDRounding type P15_ROUNDINGCHAR1P15_ROUNDING
CALCPERIODReport: calculation period P15_CALCPERCHAR3P15_CALCPER
APPEARSReport: exposure split P15_APPEARSCHAR3P15_APPEARS
CUMULATIONReport: cumulation P15_CUMULOCHAR3P15_CUMULO
TYPEReport fild type P15_FTYPECHAR3P15_FTYPE
NDECINumber of decimals for rounding/truncation P15_NUMDECIMALINUMC1P15_NUMDECIMALI
FGDELDeletion Flag P15_UR_FGDELCHAR1XFELD
RETTYPRelevance type for adjustment P15_UR_RETRCHAR1P15_UR_RETR

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5ITUD_C
INTO CORRESPONDING FIELDS OF WA_T5ITUD_C
WHERE...

How to access SAP table T5ITUD_C

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