T5FITCORR SAP (Corrections infotype, presetting table) Table details

Dictionary Type: Table
Description: Corrections infotype, presetting table




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




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

T5FITCORR is a standard SAP Table which is used to store Corrections infotype, presetting table data and is available within R/3 SAP systems depending on the version and release level.

The T5FITCORR table consists of various fields, each holding specific information or linking keys about Corrections infotype, presetting table data available in SAP. These include SUBTY (Subtype), MOLGA (Country Grouping), ENDDA (End Date), BEGDA (Start 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP T5FITCORR 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
INFTYInfotype INFTYCHAR4T777DINFOTYPITP
SUBTYSubtype SUBTY_591ACHAR4T591ASUBTY_591A
MOLGACountry Grouping MOLGACHAR2T500LMOLGAMOL
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
APPLSubapplication P_APPLCHAR4Assigned to domainP_APPL
SECTNSection P06_CI_SECTNCHAR4T5F99FSP_99S_SECTN
DSREFReference date (for release management) P06_CI_DSREFDATS8DATUM
TYLABShort text type P06_CI_LABELCHAR2P06_CI_LABEL
MSECTMain incorporation section P06_CI_MSECTCHAR4T5F99FSP_99S_SECTN
RSECTSecondary incorporation section P06_CI_RSECTCHAR4T5F99FSP_99S_SECTN
DENATNature of declaration P06_NAT_N4DSCHAR2P06_NAT_N4DS
DETYPDeclaration type P06_TYP_N4DSCHAR2P06_TYP_N4DS
DEPERDeclaration periodicity indicator P06_CODEPERCHAR3P06_CODEPER

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5FITCORR
INTO CORRESPONDING FIELDS OF WA_T5FITCORR
WHERE...

How to access SAP table T5FITCORR

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