WLFS_LIST_MESSAGE SAP (Agency Business Document List: Messages) Structure details

Dictionary Type: Structure
Description: Agency Business Document List: Messages




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




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

WLFS_LIST_MESSAGE 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 "Agency Business Document List: Messages" 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_WLFS_LIST_MESSAGE TYPE WLFS_LIST_MESSAGE.

The WLFS_LIST_MESSAGE table consists of various fields, each holding specific information or linking keys about Agency Business Document List: Messages data available in SAP. These include LEVEL (Error level), WBELN (Agency Business: Document Number), POSNR (Agency business: Document item), WBELN_RFC (Agency Business: Document Number in a Remote System).. 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: Cannot Be Enhanced


SAP WLFS_LIST_MESSAGE 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
LIGHTStatus Display WRF_LIGHTS_TYCHAR1CHAR1
LEVELError level WGDS_ERRLEVELCHAR2WGDS_ERRLEVEL
WBELNAgency Business: Document Number WBELN_LFCHAR10Assigned to domainALPHAWBELNWLF
POSNRAgency business: Document item WPOSNR_LFNUMC6Assigned to domainWPOSNR
WBELN_RFCAgency Business: Document Number in a Remote System WBELN_RFCCHAR10Assigned to domainALPHAWBELN
POSNR_RFCAgency Business: Document Item in a Remote System WLF_POSNR_RFCNUMC6Assigned to domainWPOSNR
STRUCTURE_NAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
MSGTXMessage text MSGTXCHAR100TEXT100
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3AB: Source Field WLF_TR_SOURCE_FIELDCHAR30Assigned to domainFDNAME
MSGV4AB: Target Field WLF_TR_TARGET_FIELDCHAR30Assigned to domainFDNAME
TABLE_FIELDField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
FIELDTEXTShort Description of Repository Objects AS4TEXTCHAR60AS4TEXT

Key field Non-key field



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

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

How to access SAP table WLFS_LIST_MESSAGE

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