RV45Z SAP (Work fields for component supplier functions) Structure details

Dictionary Type: Structure
Description: Work fields for component supplier functions




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




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

RV45Z 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 "Work fields for component supplier functions" 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_RV45Z TYPE RV45Z.

The RV45Z table consists of various fields, each holding specific information or linking keys about Work fields for component supplier functions data available in SAP. These include AKFFZ (Actual cumulative production go-ahead quantity), AKLFZ (Actual cumulative delivery go-ahead quantity), AKMFZ (Actual cumulative material go-ahead quantity), ABFNK (Customer number for forecast / JIT dlv. sched.).. 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 RV45Z 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
ABHORJIT horizon ABHORDATS8DATUM
AKFFZActual cumulative production go-ahead quantity AKFFZQUAN15(3) MENG15
AKLFZActual cumulative delivery go-ahead quantity AKLFZQUAN15(3) MENG15
AKMFZActual cumulative material go-ahead quantity AKMFZQUAN15(3) MENG15
ABFNKCustomer number for forecast / JIT dlv. sched. LABNKCHAR17TEXT17
ABLNKCustomer number for forecast / JIT dlv. sched. LABNKCHAR17TEXT17
ABMNKCustomer number for forecast / JIT dlv. sched. LABNKCHAR17TEXT17
FZDIFDifference between customer and current cumulative qties FZDIFQUAN15(3) MENGV15_3
UWMENQuantity in transit on the basis of the specified delivery UWMENQUAN13(3) MENGV13
LFMKDLast delivery quantity received by the customer LFMKDQUAN13(3) MENG13
LFNKDDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
ABRFZCumulative released quantity ABRFZQUAN15(3) MENGV15
LIFFZCumulative delivered quantity LIFFZQUAN15(3) MENGV15
LIFFZ_VORJCumulative delivered quantity LIFFZQUAN15(3) MENGV15
EDLFZCumulative quantity issued by external agent EDLFZQUAN15(3) MENGV15
EDLFZ_VORJCumulative quantity issued by external agent EDLFZQUAN15(3) MENGV15
DOCNUMIDoc number EDI_DOCNUMNUMC16EDI_DOCNUMDCN
MSGVSMessage control version: Purchasing/Sales MSGVSCHAR8CHAR8MSV
EDLFZ_LFCumulative issued quantity for the last delivery EDLFZ_LFQUAN15(3) MENGV15_3
WAGFZCumulative issued quantity WAGFZQUAN15(3) MENGV15
VSDMGShipping quantity VSDMGQUAN15(3) MENGV15
VORRCKEarly dlv./Backlog VORRCKQUAN15(3) MENGV15
EDL_UWMENQty in transit - External agent EDL_UWMENQUAN15(3) MENGV15
FFEINTProduction go-ahead unit - text FFEINTCHAR60TEXT60
MFEINTMaterial go-ahead - text MFEINTCHAR60TEXT60
MAFZTotal cumulative delivery order quantity MAFZQUAN15(3) MENGV15
MAFZ_VORJTotal cumulative delivery order quantity MAFZQUAN15(3) MENGV15
MA_FZDIFDifference cml qty recvd by customer and tot cml dlv ord qty MA_FZDIFQUAN15(3) MENGV15_3
MAFZ_PUCml delivery order qty for the pick-up sheet number MAFZ_PUQUAN15(3) MENGV15_3
MAIS_UWMENQuantity in transit for the pick-up sheet number MAIS_UWMENQUAN15(3) MENGV15
MLFMNGQty to be delivered for sched. agmt item in sales units MLFMNGQUAN15(3) MENGV15
KOM_OKItem has been picked KOM_OKCHAR1XFELD
VERP_OKItem has been packed VERP_OKCHAR1XFELD
WAB_OKItem has been posted to goods issue WAB_OKCHAR1XFELD
LIFEXExternal Identification of Delivery Note LIFEXCHAR35TEXT35
CUST_PLANNED_ABEFZCalculated cumulative quantity received by customer CPABEFZQUAN15(3) MENGV15
EDLUEExternal Service Agent Carry Forward EDLUEQUAN15(3) MENGV15

Key field Non-key field



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

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

How to access SAP table RV45Z

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