WLF_HILIST_CE_HEAD SAP (Header Data List Output Header and Item Data CE) Structure details

Dictionary Type: Structure
Description: Header Data List Output Header and Item Data CE




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




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

WLF_HILIST_CE_HEAD 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 "Header Data List Output Header and Item Data CE" 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_HILIST_CE_HEAD TYPE WLF_HILIST_CE_HEAD.

The WLF_HILIST_CE_HEAD table consists of various fields, each holding specific information or linking keys about Header Data List Output Header and Item Data CE data available in SAP. These include LFART (Agency business: Billing document type), LFART_TXT (AB: Billing Type Description), WFDAT (Agency business: Posting date), BLDAT (Document Date in Document).. 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_HILIST_CE_HEAD 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
WBELNAgency Business: Payment Number WBELN_ZRCHAR10WBRKALPHAWBELNWLZ
LFARTAgency business: Billing document type WFARTCHAR4TMFKWFARTWFA
LFART_TXTAB: Billing Type Description WLF_LFART_TXTCHAR20TEXT20
WFDATAgency business: Posting date WFDATDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
KUNREBill-to party KUNRECHAR10KNA1ALPHAKUNNRKUN
KUNRE_NAME1AB: Bill-to Party Name WLF_KUNRE_NAME1CHAR40TEXT40
KUNRGPayer KUNRGCHAR10KNA1ALPHAKUNNR
KUNRG_NAME1AB: Payer Name WLF_KUNRG_NAME1CHAR40TEXT40
ZTERMDTerms of Payment Key for Customer WZTERMDCHAR4T052ZTERM
ZBD1TDCash Discount Period for Customer WZBD1TDDEC3ZBDXT
ZBD1PDCash discount percentage 1 customer WZBD1PDDEC5(3) PRZ23
ZBD2TDCash discount period 2 customer WZBD2TDDEC3ZBDXT
ZBD2PDCash Discount Percentage 2 Customer WZBD2PDDEC5(3) PRZ23
ZBD3TDDeadline for Customer Net Condition WZBD3TDDEC3ZBDXT
VALDTDAdditional Value Days (Customer) WVALTDNUMC2TAGE2
VALTGDFixed Value Date (Customer) WVALDDDATS8DATUM
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2TSPASPARTSPAC_SPART
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
WAERLCurrency of Agency Document WAERLCUKY5TCURCWAERSFWS
RFBSKStatus for transfer to accounting WFBSKCHAR1WFBSK
RFBSK_TXTAB: Text of Posting Status WLF_RFBSK_TEXTCHAR50TEXT50
LFTYPAgency business: Billing category WFTYPCHAR2WFTYP
LFTYP_TXTBilling Category Text WLF_WFTYP_TEXTCHAR30TEXT30
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
ZUONRAssignment Number DZUONRCHAR18ZUONR
KIDNOPayment Reference KIDNOCHAR30CHAR30
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERZETEntry time ERZETTIMS6UZEIT
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ARCHIVAgency business: Document is archived WARCHIVCHAR1XFELD
SELKZSelection flag SELKZCHAR1SELKZ

Key field Non-key field



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

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

How to access SAP table WLF_HILIST_CE_HEAD

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