ITFM_D_RESIDUALS SAP (ITFM: Residuals: EFD Residuals data Table) Table details

Dictionary Type: Table
Description: ITFM: Residuals: EFD Residuals data Table




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




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

ITFM_D_RESIDUALS is a standard SAP Table which is used to store ITFM: Residuals: EFD Residuals data Table data and is available within R/3 SAP systems depending on the version and release level.

The ITFM_D_RESIDUALS table consists of various fields, each holding specific information or linking keys about ITFM: Residuals: EFD Residuals data Table data available in SAP. These include FIKRS (Financial Management Area), BELNR (Document Number for Earmarked Funds), BLPOS (Earmarked Funds: Document Item), GJAHR (Fiscal Year).. 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: Can be enhanced (character-type or numeric)


SAP ITFM_D_RESIDUALS 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
FIKRSFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
BELNRDocument Number for Earmarked Funds KBLNRCHAR10Assigned to domainALPHAKBLNRKBL
BLPOSEarmarked Funds: Document Item KBLPOSNUMC3Assigned to domainKBLPOSKBP
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
GNJHRYear of Cash Effectivity GNJHRNUMC4GJAHRGJAHRGNJHR
BTARTAmount type FM_BTARTCHAR4FM_BTART
FMBELNRDocument Number of FM Line Item FM_BELNRCHAR10ALPHABELNR
FMBUZEINumber of a posting line in a TR-FM line item FM_BUZEINUMC3NUMC03
LDATEDate of last generation CUA_DATEDATS8DDDATE
LTIMETime of last generation (in connection with date) CUA_TIMETIMS6DDTIME
LUSERName of last user to generate CUA_USERCHAR12Assigned to domainXUBNAME
FONDSFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
FIPEXCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
FAREAFunctional Area FM_FAREACHAR16Assigned to domainFKBERFBE
TWAERTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
TRBTRAmount in transaction currency FM_TRBTRCURR13(2) WERTV7
FKBTRAmount in FM area currency FM_FKBTRCURR13(2) WERTV7

Key field Non-key field



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

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

SELECT SINGLE *
FROM ITFM_D_RESIDUALS
INTO CORRESPONDING FIELDS OF WA_ITFM_D_RESIDUALS
WHERE...

How to access SAP table ITFM_D_RESIDUALS

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