TFPLA SAP (Billing Plan Type) Table details

Dictionary Type: Table
Description: Billing Plan Type




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




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

TFPLA is a standard SAP Table which is used to store Billing Plan Type data and is available within R/3 SAP systems depending on the version and release level.

The TFPLA table consists of various fields, each holding specific information or linking keys about Billing Plan Type data available in SAP. These include FPART (Billing/Invoicing Plan Type), FPTYP (Billing plan category), BEDAR (Rule for Origin of Start Date of Billing/Invoicing Plan), ENDAR (Rule for Origin of End Date for Billing/Invoicing Plan).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = TFPLB


SAP TFPLA 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
FPARTBilling/Invoicing Plan Type FPARTCHAR2FPART
FPTYPBilling plan category FPTYP_FPCHAR1FPTYP
BEDARRule for Origin of Start Date of Billing/Invoicing Plan BEDAT_FPKCHAR2TVRGVDREG_VEDA
ENDARRule for Origin of End Date for Billing/Invoicing Plan ENDAT_FPKCHAR2TVRGVDREG_VEDA
HORIZRule for Determining Horizon in Billing/Invoicing Plan HORIZ_FPCHAR2TVRGVDREG_VEDA
AUTTDAutom. Date Creation in Billing/Invoicing Plan Maintenance AUTTDCHAR1AUTTD
AUTTEBilling/Invoice Creation in Advance AUTTECHAR1XFELD
PERIORule for Origin of Next Billing/Invoice Date PERIO_FPCHAR2TVRGVDREG_VEDA
FPLAELength of a standard period in the billing plan FPLAENUMC3NUM3
FAREGRule in billing plan/invoice plan FAREGCHAR1FAREG
UEVORDefault FCODE for overview screen of billing plan UEVOR_FPCHAR4UEVOR_FP
RFPLNStandard Billing/Invoicing Plan Number RFPLN_DCHAR10Assigned to domainFPLNR
FAKCACalendar for Defining Days Relevant to Billing/Invoicing FAKCACHAR2TFACDWFCID
VFPTTDefault Date Category VFPTTCHAR2TFPLTFPTTP
LODARRule for Origin of Start Dates LODARCHAR2TVRGVDREG_VEDA
PERAFRule for Determination of a Deviating Billing/Invoice Date PERAF_FPCHAR2TVRGVDREG_VEDA
TBDARRule for Origin of End Dates TBDARCHAR2TVRGVDREG_VEDA
ANZTMNumber of Days in the Month ANZTMNUMC3NUM03
ANZTJNumber of Days in the Year ANZTJNUMC3NUM03
AUTKORAutomatic creation of correction dates in billing plan AUTKORCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFPLA
INTO CORRESPONDING FIELDS OF WA_TFPLA
WHERE...

How to access SAP table TFPLA

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