J_3RFVAT_REP_ALVTREE_MM SAP (Detailed Information of MM Invoices) Structure details

Dictionary Type: Structure
Description: Detailed Information of MM Invoices




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




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

J_3RFVAT_REP_ALVTREE_MM 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 "Detailed Information of MM Invoices" 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_J_3RFVAT_REP_ALVTREE_MM TYPE J_3RFVAT_REP_ALVTREE_MM.

The J_3RFVAT_REP_ALVTREE_MM table consists of various fields, each holding specific information or linking keys about Detailed Information of MM Invoices data available in SAP. These include MATNR_INV (Material Number), MAKTX_INV (Material Description (Short Text)), MENGE_INV (Quantity), BSTME_INV (Purchase Order Unit of Measure).. 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 J_3RFVAT_REP_ALVTREE_MM 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
BUZEI_INVDocument Item in Invoice Document RBLGPNUMC6NUMC6
MATNR_INVMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
MAKTX_INVMaterial Description (Short Text) MAKTXCHAR40TEXT40
MENGE_INVQuantity MENGE_DQUAN13(3) MENG13
BSTME_INVPurchase Order Unit of Measure BSTMEUNIT3T006CUNITMEINS
WRBTR_INVAmount in document currency WRBTRCURR13(2) WERT7
WAERS_INVCurrency Key WAERSCUKY5TCURCWAERSFWS
MWSKZ_INVTax on sales/purchases code MWSKZCHAR2T007AMWSKZ
KURSF_CALCalculated exchange rate for VAT postings J_3RFVAT_KURSF_CALCDEC9(5) EXCRTKURRF
HWBAS_CALCalculated Tax Base Amount in Local Currency J_3RFVAT_HWBAS_BUZEI_CALCCURR15(2) WERTV8
MWSKZ_CALCalculated Tax Code for VAT Invoice Item J_3RFVAT_MWSKZ_CALCCHAR2Assigned to domainMWSKZ
MSATZ_CALCalculated Tax Rate J_3RFVAT_MSATZ_CALDEC7(3) PRZ43V
MWSTS_CALCalculated Tax Amount in Local Currency J_3RFVAT_MWSTS_CALCURR13(2) WERT7
MWSKZ_VATTax Code for VAT Document J_3RFVAT_MWSKZ_VATCHAR2Assigned to domainMWSKZ
MSATZ_VATTax Rate for VAT Document J_3RFVAT_MSATZ_VATDEC7(3) PRZ43V
HWBAS_VATTax Base Amount for VAT document in Local Currency J_3RFVAT_HWBAS_VATCURR15(2) WERTV8
WRBTR_VATVAT Posting Amount in Local Currency J_3RFVAT_DMBTRCURR15(2) WERTV8
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS

Key field Non-key field



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

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

How to access SAP table J_3RFVAT_REP_ALVTREE_MM

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