J_3RFVAT_REP_MM SAP (Goods Import Declaration ALV fields) Structure details

Dictionary Type: Structure
Description: Goods Import Declaration ALV fields




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




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

J_3RFVAT_REP_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 "Goods Import Declaration ALV fields" 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_MM TYPE J_3RFVAT_REP_MM.

The J_3RFVAT_REP_MM table consists of various fields, each holding specific information or linking keys about Goods Import Declaration ALV fields data available in SAP. These include LIGHT__ (Document Status: Posting VAT for Goods Import Declaration), BELNR_MM (Document Number of an Invoice Document), GJAHR_MM (Fiscal Year), BLDAT_MM (Document Date in Document).. 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 J_3RFVAT_REP_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
CHECK__Processing Status of ALV Item J_3RFVATMM_SELCHAR100J_3RFVAT_SELJ_3RFVAT_STAT
LIGHT__Document Status: Posting VAT for Goods Import Declaration J_3RFVAT_ST_MMCHAR100J_3RFVAT_ST_MMJ_3RFVAT_ST_MM_SH
BELNR_MMDocument Number of an Invoice Document RE_BELNRCHAR10ALPHABELNRRBN
GJAHR_MMFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BLDAT_MMDocument Date in Document BLDATDATS8DATUM
BLART_MMDocument Type BLARTCHAR2Assigned to domainBLARTBAR
BUDAT_MMPosting Date in the Document BUDATDATS8DATUM
STBLG_MMReversal document number RE_STBLGCHAR10ALPHABELNR
STJAH_MMFiscal year of reversal document RE_STJAHNUMC4GJAHRGJAHR
LIFRE_MMDifferent Invoicing Party LIFRECHAR10Assigned to domainALPHALIFNRLRE
EKORG_MMPurchasing Organization EKORGCHAR4T024EEKORGEKO
RMWWR_MMGross invoice amount in document currency RMWWRCURR13(2) WERT7
WAERS_MMCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
HWBAS_POSTCalculated Tax Base Amount in Local Currency J_3RFVAT_HWBAS_BUZEI_CALCCURR15(2) WERTV8
HWSTE_POSTTax Amount Calculated for Posting in Local Currency J_3RFVAT_MWSBK_LOC_MMCURR15(2) WERTV8
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
BELNR_INVFI Invoice Document Number J_3RFVAT_BELNR_INVCHAR10ALPHABELNRBLN
GJAHR_INVFI Invoice Fiscal Year J_3RFVAT_GJAHR_INVNUMC4GJAHRGJAHR
WWERT_INVTranslation Date WWERT_DDATS8DATUM
KURSF_INVExchange rate KURSFDEC9(5) EXCRTKURSF
BELNR_VATVAT Posting Document Number J_3RFVAT_BELNRCHAR10ALPHABELNRBLN
GJAHR_VATVAT Posting Document Fiscal Year J_3RFVAT_GJAHRNUMC4GJAHRGJAHR
BLDAT_VATDocument Date in Document BLDATDATS8DATUM
BUDAT_VATPosting Date in the Document BUDATDATS8DATUM
DMBTR_VATVAT Posting Amount in Local Currency J_3RFVAT_DMBTRCURR15(2) WERTV8
HWBAS_VATVAT Posting Tax Base Amount in Local Currency J_3RFVAT_HWBASCURR15(2) WERTV8
APDAT_VATVAT Approval Date J_3RFVAT_APPR_DATECHAR12TEXT12
KURSF_VATExchange rate KURSFDEC9(5) EXCRTKURSF
BELNR_PAYVAT Payment Document Number J_3RFVAT_BELNR_PAYCHAR10ALPHABELNRBLN
GJAHR_PAYFiscal Year of VAT Payment Document J_3RFVAT_GJAHR_PAYCHAR6TEXT6
DMBTR_PAYVAT Payment Amount in Local Currency J_3RFVAT_DMBTR_PAYCURR15(2) WERTV8
BELNR_TRNTax Transfer Document Number J_3RFVAT_BELNR_TRNCHAR10ALPHABELNRBLN
GJAHR_TRNFiscal Year of Tax Transfer Document J_3RFVAT_GJAHR_TRNCHAR6TEXT6
DMBTR_TRNTax Transfer Amount in Local Currency J_3RFVAT_DMBTR_TRNCURR15(2) WERTV8
ERRTXT__Error Description for ALV Item J_3RFVAT_MSG_MMCHAR80CHAR80
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001

Key field Non-key field



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

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

How to access SAP table J_3RFVAT_REP_MM

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