LRFN SAP (Group Numbers per Reference Document Type (Addit. Data)) Structure details

Dictionary Type: Structure
Description: Group Numbers per Reference Document Type (Addit. Data)




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




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

LRFN 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 "Group Numbers per Reference Document Type (Addit. 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_LRFN TYPE LRFN.

The LRFN table consists of various fields, each holding specific information or linking keys about Group Numbers per Reference Document Type (Addit. Data) data available in SAP. These include AZBEA (Number of part.proc.documents), KREUZ (Indicator: selected for further processing), TANUV (First transfer order in multiple processing run), TANUB (Last transfer order in multiple processing run).. 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: Not classified


SAP LRFN 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
AZGESNumber of documents for reference number LRFN_AZGESDEC5DEC5
AZBEANumber of part.proc.documents LRFN_AZBEADEC5DEC5
KREUZIndicator: selected for further processing LRFN_KREUZCHAR1XFELD
TANUVFirst transfer order in multiple processing run LRFN_TANUVNUMC10TANUM
TANUBLast transfer order in multiple processing run LRFN_TANUBNUMC10TANUM
AZTAKNumber of transfer orders in multiple processing run LRFN_AZTAKNUMC7NUMC07
AZTAPNumber of transfer order items in multiple processing run LRFN_AZTAPNUMC7NUMC07
AZRBONumber of documents only partially processed in mult.proc. LRFN_AZRBONUMC7NUMC07
AZRBFNumber of incorrect records in multiple processing run LRFN_AZRBFNUMC7NUMC07
AZRBENumber of reference documents for multiple processing LRFN_AZRBENUMC7NUMC07
KZRBFInd.: Incorrect records in multiple processing run LRFN_KZRBFCHAR1XFELD
AZERLNo.documents completed LRFN_AZERLDEC5DEC5

Key field Non-key field



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

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

How to access SAP table LRFN

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