TFILA_GF_007CFA SAP (Payment Schedule Definition) Table details

Dictionary Type: Table
Description: Payment Schedule Definition




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




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

TFILA_GF_007CFA is a standard SAP Table which is used to store Payment Schedule Definition data and is available within R/3 SAP systems depending on the version and release level.

The TFILA_GF_007CFA table consists of various fields, each holding specific information or linking keys about Payment Schedule Definition data available in SAP. These include COMPONENT (Application Component), CASHFLOWID (Payment Schedule), VALUEID (Value ID with Check against Value Table), DUEDATEFROM (Posting From-Date for Reference to Value ID).. 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


SAP TFILA_GF_007CFA 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
COMPONENTApplication Component FILA_COMPONENTCHAR4TFILA_COMPONENTFILA_COMPONENTFILA_COMPONENT
CASHFLOWIDPayment Schedule FILA_CASHFLOWIDCHAR10TFILA_GF_007CFFILA_VALUEID
VALUEIDValue ID with Check against Value Table FILA_VALUEID_CCHAR10VALIDFILA_VALUEID_CSH_FILA_VALUEID
DUEDATEFROMPosting From-Date for Reference to Value ID FILA_DUEDATE_FROMCHAR30DD03LFDNAME
DUEDATETOPosting To-Date for Reference to Value ID FILA_DUEDATE_TOCHAR30DD03LFDNAME
PAYMENTS_INLCUDEInclude Predecessor's Payments FILA_PREV_PAYMENTS_INCLUDECHAR1FILA_PREV_PAYMENTS_INCLUDE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFILA_GF_007CFA
INTO CORRESPONDING FIELDS OF WA_TFILA_GF_007CFA
WHERE...

How to access SAP table TFILA_GF_007CFA

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