J_3RFVATMM_ITEM SAP (Goods Import Claim Item) Structure details

Dictionary Type: Structure
Description: Goods Import Claim Item




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




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

J_3RFVATMM_ITEM 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 Claim Item" 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_3RFVATMM_ITEM TYPE J_3RFVATMM_ITEM.

The J_3RFVATMM_ITEM table consists of various fields, each holding specific information or linking keys about Goods Import Claim Item data available in SAP. These include GJAHR_MM (Fiscal Year), RBLGP (Document Item in Invoice Document), MATNR (Material Number), MAKTX (Material Description (Short Text)).. 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 J_3RFVATMM_ITEM 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
BELNR_MMDocument Number of an Invoice Document RE_BELNRCHAR10ALPHABELNRRBN
GJAHR_MMFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
RBLGPDocument Item in Invoice Document RBLGPNUMC6NUMC6
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
STAWNCommodity Code/Import Code Number for Foreign Trade STAWNCHAR17Assigned to domainSTAWN
MENGEQuantity MENGE_DQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
MSEHTUnit of Measurement Text (Maximum 10 Characters) MSEHTCHAR10TEXT10
MSEH6External Unit of Measurement in Technical Format (6-Char.) MSEH6CHAR6MSEH6
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
ALTWRAlternative key for currencies ALTWRCHAR3CHAR3
KURSFExchange rate KURSFDEC9(5) EXCRTKURSF
KURSF_CHARChar 20 CHAR20CHAR20CHAR20
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
DELIVERY_NUMCharacter 100 CHAR100CHAR100CHAR100
DELIVERY_DTCharacter 100 CHAR100CHAR100CHAR100
INVOICE_NUMComment CHAR50CHAR50TEXT50
INVOICE_BLDATDocument Date in Document BLDATDATS8DATUM
GR_BLDATDate of Goods Receipt J_3RF_DE_RDATDATS8DATUM
HWBAS_EXCISETax Base Amount in Local Currency HWBASCURR13(2) WERT7
MSEH6_EXCISEExternal Unit of Measurement in Technical Format (6-Char.) MSEH6CHAR6MSEH6
HWBASTax Base Amount in Local Currency HWBASCURR13(2) WERT7
KBETR_SOLIDTax Rate KBETR_CHARCHAR8CHAR8
KBETR_ADVALOREMTax Rate KBETR_CHARCHAR8CHAR8
KBETRTax Rate KBETR_CHARCHAR8CHAR8
HWSTE_EXCISETax Amount in Local Currency HWSTECURR13(2) WERT7
HWSTETax Amount in Local Currency HWSTECURR13(2) WERT7
NON_VATSingle-Character Indicator CHAR1CHAR1CHAR1
NON_EXCISESingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table J_3RFVATMM_ITEM

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