WLF_LIST_OUTPUT_FI_DEBI SAP (List Output - FI Documents - Customer Lines) Structure details

Dictionary Type: Structure
Description: List Output - FI Documents - Customer Lines




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




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

WLF_LIST_OUTPUT_FI_DEBI 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 "List Output - FI Documents - Customer Lines" 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_WLF_LIST_OUTPUT_FI_DEBI TYPE WLF_LIST_OUTPUT_FI_DEBI.

The WLF_LIST_OUTPUT_FI_DEBI table consists of various fields, each holding specific information or linking keys about List Output - FI Documents - Customer Lines data available in SAP. These include BUKRS (Company Code), BELNR (Accounting Document Number), GJAHR (Fiscal Year), BLART (Document Type).. 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 (character-type or numeric)


SAP WLF_LIST_OUTPUT_FI_DEBI 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BLARTDocument Type BLARTCHAR2T003BLARTBAR
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
MONATFiscal Period MONATNUMC2MONAT
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
BKTXTDocument Header Text BKTXTCHAR25TEXT25
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
HWAERLocal Currency HWAERCUKY5TCURCWAERS
KUNNRCustomer Numbers KUNNRCHAR10KNB1ALPHAKUNNRKUNC_KUNNR
KUNNR_NAMEName 1 of an address NAME1_ADRSCHAR40TEXT40
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
ZUONRAssignment Number DZUONRCHAR18ZUONR
KIDNOPayment Reference KIDNOCHAR30CHAR30
AUGDTClearing Date AUGDTDATS8DATUM
AUGBLDocument Number of the Clearing Document AUGBLCHAR10ALPHABELNR
MWSKZTax on sales/purchases code MWSKZCHAR2T007AMWSKZ
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
ZTERMTerms of Payment Key DZTERMCHAR4T052ZTERM
ZBD1TCash discount days 1 DZBD1TDEC3ZBDXT
ZBD2TCash discount days 2 DZBD2TDEC3ZBDXT
ZBD3TNet Payment Terms Period DZBD3TDEC3ZBDXT
ZBD1PCash Discount Percentage 1 DZBD1PDEC5(3) PRZ23
ZBD2PCash Discount Percentage 2 DZBD2PDEC5(3) PRZ23
SKFBTAmount Eligible for Cash Discount in Document Currency SKFBTCURR13(2) WERT7
SKNTOCash discount amount in local currency SKNTOCURR13(2) WERT7
WSKTOCash discount amount in document currency WSKTOCURR13(2) WERT7
ZLSCHPayment Method SCHZW_BSEGCHAR1Assigned to domainZLSCH
ZLSPRPayment Block Key DZLSPRCHAR1Assigned to domainZAHLSSPE
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
BSCHLPosting Key BSCHLCHAR2TBSLBSCHL
KOARTAccount Type KOARTCHAR1KOART
UMSKZSpecial G/L Indicator UMSKZCHAR1Assigned to domainUMSKZ

Key field Non-key field



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

As WLF_LIST_OUTPUT_FI_DEBI 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 WLF_LIST_OUTPUT_FI_DEBI as there is no data to select.

How to access SAP table WLF_LIST_OUTPUT_FI_DEBI

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