WLF_IV_SUMMARY SAP (Totals Display) Structure details

Dictionary Type: Structure
Description: Totals Display




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




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

WLF_IV_SUMMARY 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 "Totals Display" 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_IV_SUMMARY TYPE WLF_IV_SUMMARY.

The WLF_IV_SUMMARY table consists of various fields, each holding specific information or linking keys about Totals Display data available in SAP. These include ANZ_RRLREC (2 byte integer (signed)), ANZ_SR_RE (Natural Number), SUM_SR_RE (Total of All Unchecked Invoices), ANZ_V (Natural Number).. 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 (Deep)


SAP WLF_IV_SUMMARY 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
ICONName of an Icon ICONNAMECHAR30ICONNAME
ANZ_RRLREC2 byte integer (signed) INT2INT25INT2
ANZ_SR_RENatural Number INT4INT410INT4
SUM_SR_RETotal of All Unchecked Invoices WLF_IV_SUM_SR_RECURR15(2) WERTV8
ANZ_VNatural Number INT4INT410INT4
SUM_VTotal Unchecked Clearing Documents (Internal) WLF_IV_SUM_VCURR15(2) WERTV8
SUM_DIFF_1Difference 1 WLF_IV_SUM_DIFF_1CURR15(2) WERTV8
ANZ_SR_GNatural Number INT4INT410INT4
SUM_SR_GTotal Parked Documents WLF_IV_SUM_SR_GCURR15(2) WERTV8
SUM_SR_ACCR_QCTotal Clearance Accruals Parked Documents (-) WLF_IV_SUM_SR_ACCR_QCCURR15(2) WERTV8
SUM_SR_DIFF_RKTotal of Invoice Reduction WLF_IV_SUM_SR_DIFF_RKCURR15(2) WERTV8
SUM_SR_DIFF_TDTotal of Accepted Differences (TD) WLF_IV_SUM_SR_DIFF_TDCURR15(2) WERTV8
SUM_SR_DIFF_SDTotal of Other Differences (SD) WLF_IV_SUM_SR_DIFF_SDCURR15(2) WERTV8
SUM_SR_ACCR_LATotal Accruals Unclarified Differences WLF_IV_SUM_SR_ACCR_LACURR15(2) WERTV8
SUM_SR_ACCR_MCTotal Clearing Accruals Unclarified Differences (-) WLF_IV_SUM_SR_ACCR_MCCURR15(2) WERTV8
SUM_DIFFERENCETotal Differences WLF_IV_SUM_DIFFERENCECURR15(2) WERTV8
WAERL_IVTransaction Currency WLF_IV_WAERLCUKY5Assigned to domainWAERS
SCOL 0

Key field Non-key field



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

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

How to access SAP table WLF_IV_SUMMARY

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