T7INAE SAP (Claims carry forward) Table details

Dictionary Type: Table
Description: Claims carry forward




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




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

T7INAE is a standard SAP Table which is used to store Claims carry forward data and is available within R/3 SAP systems depending on the version and release level.

The T7INAE table consists of various fields, each holding specific information or linking keys about Claims carry forward data available in SAP. These include PERNR (Personnel Number), TAXCD (Tax code for evaluating tax exemptions), 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP T7INAE 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 MANDTCLNT3Assigned to domainMANDT
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
TAXCDTax code for evaluating tax exemptions PIN_TAXCDCHAR4CHAR4
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
SEQNRNumber of Infotype Record with Same Key SEQNRNUMC3NUM03
CFAMTCarry forward amount PIN_CFAMTCURR12(2) CURR12
PDAMTPaid amount PIN_PDAMTCURR12(2) CURR12
CFLAGCarry forward flag PIN_CFLAGCHAR1PIN_CFLAG
CFNUMRAP number PIN_RAPNODEC15(2) PRANZHL
PDNUMRAP number PIN_RAPNODEC15(2) PRANZHL
PTNUMRAP number PIN_RAPNODEC15(2) PRANZHL
PTAMTPaid and Taxed amount PIN_PTAMTCURR12(2) CURR12
CUMTYCumulation Type PBAS_CUMTYCHAR1Assigned to domainPBAS_CUMTY
PERCDPeriod Code PIN_PERCDCHAR6CHAR6
RECTYRecord Type PIN_RECTYNUMC1PIN_RECTY
UPDDTDate of Creation PIN_UPDDTDATS8DATE

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7INAE
INTO CORRESPONDING FIELDS OF WA_T7INAE
WHERE...

How to access SAP table T7INAE

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