FDLF2 SAP (Cash Management Line Items for Agency Business (As of 604)) Table details

Dictionary Type: Table
Description: Cash Management Line Items for Agency Business (As of 604)




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




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

FDLF2 is a standard SAP Table which is used to store Cash Management Line Items for Agency Business (As of 604) data and is available within R/3 SAP systems depending on the version and release level.

The FDLF2 table consists of various fields, each holding specific information or linking keys about Cash Management Line Items for Agency Business (As of 604) data available in SAP. These include WBELN (Document number of inbound invoice), LNRZB (Different Invoicing Party), KUNRG (Payer), ZFBDT (Baseline Date for Due Date Calculation).. 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 FDLF2 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
WBELNDocument number of inbound invoice WBELNCHAR10Assigned to domainALPHAWBELN
LNRZBDifferent Invoicing Party LIFRECHAR10Assigned to domainALPHALIFNRLRE
KUNRGPayer KUNRGCHAR10Assigned to domainALPHAKUNNR
ZFBDTBaseline Date for Due Date Calculation DZFBDTDATS8DATUM
POSNR_CMAB: Item Number - Cash Management Update WLF_POSNR_CMNUMC6Assigned to domainWPOSNR
WAERLCurrency of Agency Document WAERLCUKY5Assigned to domainWAERSFWS
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
BRTWRAgenncy Business: Gross value in document currency BRTWR_LFCURR15(2) WERTV8
FDGRPPlanning Group FDGRPCHAR10Assigned to domainALPHAFDGRPFFG
FDLEVPlanning level FDLEVCHAR2Assigned to domainFDLEVFFE
FDTAGPlanning date FDTAGDATS8DATUMFDT
FDWBTForeign Currency Amount with Signs (+/-) WRSHBCURR13(2) WRTV7
FDDBTPlanned amount in local currency DMSHDCURR15(2) WRTV8
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY

Key field Non-key field



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

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

SELECT SINGLE *
FROM FDLF2
INTO CORRESPONDING FIELDS OF WA_FDLF2
WHERE...

How to access SAP table FDLF2

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