TDS_FPLT_COM SAP (Lean Order - Billing Plan - Dates) Structure details

Dictionary Type: Structure
Description: Lean Order - Billing Plan - Dates




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




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

TDS_FPLT_COM is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Lean Order - Billing Plan - Dates" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TDS_FPLT_COM TYPE TDS_FPLT_COM.

The TDS_FPLT_COM table consists of various fields, each holding specific information or linking keys about Lean Order - Billing Plan - Dates data available in SAP. These include HANDLE (GUID in 'CHAR' Format in Uppercase), FPLTR (Item for billing plan/invoice plan/payment cards), ABRBE (Settlement date for deadline), ABREN (Settlement date for deadline).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP TDS_FPLT_COM structure 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
HANDLEGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
FPLTRItem for billing plan/invoice plan/payment cards FPLTRNUMC6Assigned to domainFPLTR
ABRBESettlement date for deadline BFDATDATS8DATUM
ABRENSettlement date for deadline NFDATDATS8DATUM
AFDATBilling date for billing index and printout FKDATDATS8DATUM
FAKWRValue to be billed/calc. on date in billing/invoice plan FAKWRCURR15(2) WERTV8
FAKWR_EXT Value to be Billed in Date of Billing Plan (External)0
WAERSCurrency Key of Credit Control Area WAERS_CPCUKY5Assigned to domainWAERS
FAKSPBilling block for billing plan/invoice plan dates FAKSP_FPCHAR2Assigned to domainFAKSP
TEMANManual date TEMANCHAR1XFELD
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
FPTTPDate category FPTTPCHAR2Assigned to domainFPTTP
FKARVProposed billing type for an order-related billing document FKARACHAR4Assigned to domainFKART
FAKCACalendar for Defining Days Relevant to Billing/Invoicing FAKCACHAR2Assigned to domainWFCID
TETXTDate description TETXT_FPCHAR4Assigned to domainTETXT
MLBEZUsage MILESTONECHAR5Assigned to domainMILESTONE
FPROZPercentage of value to be invoiced FPROZDEC5(2) PRZ32
FPROZ_EXT Percentage of Value to be Billed (External)0
FAREGRule in billing plan/invoice plan FAREGCHAR1FAREG
KURRFExchange rate for FI postings KURRFDEC9(5) KURRF
KURRF_EXT Exchange Rate for FI Postings (External)0
FPFIXID for adopting billing/invoice date FPFIXCHAR1FPFIX
.INCLU--AP 0
PEROP_BEGPeriod of Performance Start Date FM_PEROP_SD_LOWDATS8DATUM
PEROP_ENDPeriod of Performance End Date FM_PEROP_SD_HIGHDATS8DATUM
.INCLU-_I 0
HANDLE_IGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
FPLTR_ISingle-Character Indicator CHAR1CHAR1CHAR1
ABRBE_ISingle-Character Indicator CHAR1CHAR1CHAR1
ABREN_ISingle-Character Indicator CHAR1CHAR1CHAR1
AFDAT_ISingle-Character Indicator CHAR1CHAR1CHAR1
FAKWR_ISingle-Character Indicator CHAR1CHAR1CHAR1
FAKWR_EXT_ISingle-Character Indicator CHAR1CHAR1CHAR1
WAERS_ISingle-Character Indicator CHAR1CHAR1CHAR1
FAKSP_ISingle-Character Indicator CHAR1CHAR1CHAR1
TEMAN_ISingle-Character Indicator CHAR1CHAR1CHAR1
ZTERM_ISingle-Character Indicator CHAR1CHAR1CHAR1
FPTTP_ISingle-Character Indicator CHAR1CHAR1CHAR1
FKARV_ISingle-Character Indicator CHAR1CHAR1CHAR1
FAKCA_ISingle-Character Indicator CHAR1CHAR1CHAR1
TETXT_ISingle-Character Indicator CHAR1CHAR1CHAR1
MLBEZ_ISingle-Character Indicator CHAR1CHAR1CHAR1
FPROZ_ISingle-Character Indicator CHAR1CHAR1CHAR1
FPROZ_EXT_ISingle-Character Indicator CHAR1CHAR1CHAR1
FAREG_ISingle-Character Indicator CHAR1CHAR1CHAR1
KURRF_ISingle-Character Indicator CHAR1CHAR1CHAR1
KURRF_EXT_ISingle-Character Indicator CHAR1CHAR1CHAR1
FPFIX_ISingle-Character Indicator CHAR1CHAR1CHAR1
.INCLU--AP 0
PEROP_BEG_ISingle-Character Indicator CHAR1CHAR1CHAR1
PEROP_END_ISingle-Character Indicator CHAR1CHAR1CHAR1
.INCLU-_R 0
HANDLE_RGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
FKSAF_R_RBilling status for the billing plan/invoice plan date FKSAFCHAR1STATV
KORTE_R_RIndicator for correction date in billing plan KORTECHAR1KORTE
TEBEZ_R_RDate description TEBEZ_FPCHAR40TEXT40
KZMEI_R_RID: Milestone assigned to date KZMEICHAR1XFELD
MLSTN_R_RMilestone number MLST_ZAEHLNUMC12NUM12
FAKSP_T_RDescription BEZEI_FAKSPCHAR20TEXT20
FKSAF_T_R Status for Billing Plan Date (Description)0
ZTERM_T_RDescription of terms of payment DZTERM_BEZCHAR30TEXT30
FPTTP_T_RDescription of Date Category TTBEZCHAR30TEXT30
FKARV_T_RDescription BEZEI20CHAR20TEXT20
FAKCA_T_RObject Text FKTEXTCHAR60TEXT60
FAREG_T_R Billing/Invoicing Rule (Description)0
FPFIX_T_R Indicator for Billing Plan Date (Description)0

Key field Non-key field



How do I retrieve data from SAP structure TDS_FPLT_COM using ABAP code?

As TDS_FPLT_COM is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TDS_FPLT_COM as there is no data to select.

How to access SAP table TDS_FPLT_COM

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