WLF_HILIST_TM_HEAD SAP (Freight Cost Allocation Header Data) Structure details

Dictionary Type: Structure
Description: Freight Cost Allocation Header Data




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




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

WLF_HILIST_TM_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 "Freight Cost Allocation Header Data" 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_TM_HEAD TYPE WLF_HILIST_TM_HEAD.

The WLF_HILIST_TM_HEAD table consists of various fields, each holding specific information or linking keys about Freight Cost Allocation Header Data data available in SAP. These include USE_CASE (Use Case Type), CORR_DOCUMENT (AB: Adjustment Document), LFART (Agency business: Billing document type), LFART_TXT (AB: Billing Type Description).. 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_TM_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: Document Number WBELN_LFCHAR10WBRKALPHAWBELNWLF
USE_CASEUse Case Type WLF_USE_CASE_TYPECHAR2WLF_USE_CASE_TYPE
CORR_DOCUMENTAB: Adjustment Document WLF_CORR_DOCUMENTCHAR1WLF_CORR_DOCUMENT
LFARTAgency business: Billing document type WFARTCHAR4TMFKWFARTWFA
LFART_TXTAB: Billing Type Description WLF_LFART_TXTCHAR20TEXT20
WRARTAgency business: Payment type WRARTCHAR4TMZRWRARTWRA
WRART_TXTAB: Payment Type Name WLF_WRART_TXTCHAR20TEXT20
WFDATAgency business: Posting date WFDATDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
EKORGPurchasing Organization EKORGCHAR4T024EEKORGEKO
EKGRPPurchasing Group EKGRPCHAR3T024EKGRPEKG
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
LFTYPAgency business: Billing category WFTYPCHAR2WFTYP
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
ZUONRAssignment Number DZUONRCHAR18ZUONR
KIDNOPayment Reference KIDNOCHAR30CHAR30
FKSTOBilling document is cancelled FKSTOCHAR1XFELD
LFAKSAgency business: cancelled (reversed) document LFAKSCHAR10WBRKALPHAWBELN
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
WDTYPAgency Business: Document Category DOCTYPECHAR1DOCTYPE

Key field Non-key field



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

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

How to access SAP table WLF_HILIST_TM_HEAD

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