J_3RF_EXPVATREP SAP (Structure for Export VAT Report) Structure details

Dictionary Type: Structure
Description: Structure for Export VAT Report




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




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

J_3RF_EXPVATREP 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 "Structure for Export VAT Report" 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_3RF_EXPVATREP TYPE J_3RF_EXPVATREP.

The J_3RF_EXPVATREP table consists of various fields, each holding specific information or linking keys about Structure for Export VAT Report data available in SAP. These include LCURR (Local Currency), OTD_NUM (Tax Transfer Document Number), OTD_GJAHR (Fiscal Year), OTD_TYPE (Document Type).. 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_3RF_EXPVATREP 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
LCURRLocal Currency HWAERCUKY5Assigned to domainWAERS
OTD_NUMTax Transfer Document Number J_3RS_TAX_DOCCHAR10ALPHABELNR
OTD_GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
OTD_TYPEDocument Type BLARTCHAR2Assigned to domainBLARTBAR
OTD_VATBASETax Base Amount in Local Currency HWBASCURR13(2) WERT7
OTD_VATCODETax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
OIN_NUMInvoice Document Number in Financial Accounting J_3RSIBELNR_FICHAR10ALPHABELNR
OIN_GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
OIN_BUDATPosting Date in the Document BUDATDATS8DATUM
OIN_KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
OIN_KUNLANDCountry Key LAND1CHAR3Assigned to domainLAND1LND
OIN_KUNNAMEOrganization Name J_3R_ORG_NAMECHAR160CHAR160
OIN_KUNNAME_ROrganization Name J_3R_ORG_NAMECHAR160CHAR160
OIN_KUNPOSTCity postal code AD_PSTCD1CHAR10CHAR10
OIN_KUNPOST_RCity postal code AD_PSTCD1CHAR10CHAR10
OIN_KUNCITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
OIN_KUNCITY_RCity AD_CITY1CHAR40TEXT40CLCITYNAME
OIN_KUNSTREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
OIN_KUNSTREET_RStreet AD_STREETCHAR60TEXT60CLSTRTNAME
OIN_KUNHOUSEHouse Number AD_HSNM1CHAR10TEXT10
OIN_KUNHOUSE_RHouse Number AD_HSNM1CHAR10TEXT10
OIN_DSUMAmount in document currency WRBTRCURR13(2) WERT7
OIN_DCURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
OIN_LSUMAmount in Local Currency DMBTRCURR13(2) WERT7
OIN_VATCODETax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
OIN_TRGVATCTarget Tax Code (for Deferred Tax) DZMWSKCHAR2Assigned to domainMWSKZ
OIN_WASSGNAssigned Tax Base of Outgoing Invoice in Document Currency J_3RF_WASSGNCURR13(2) WERT7
OIN_DASSGNAssigned Tax Base of Outgoing Invoice in Local Currency J_3RF_DASSGNCURR13(2) WERT7
OIN_INTCNUMInternal Contract Number J_3RF_INTCNTNUMCHAR18ZUONRJ_3RF_CNT_SH
OIN_EXTCNUMExternal Contract Number J_3RF_EXTCNTNUMCHAR40Assigned to domainJ_3RF_EXTCNTNUMJ_3RF_CNT_SH
OIN_CNTDATEContract Date J_3RF_CNTDATDATS8DATUM
PAY_CLRDAmount of Outgoing Invoice Cleared by Payments J_3RF_PAYCLRCURR13(2) WERT7
IIN_LSUMSum of Linked Incoming Invoices in Local Currency J_3RF_IIN_LSUMCURR13(2) WERT7
IIN_HWBASAssigned Tax Base of Incoming Invoices in Local Currency J_3RF_IDASSGNCURR13(2) WERT7
IIN_VATSum of Input VAT Amount Parts in Local Currency J_3RSHWSTEPSUMCURR13(2) WERT7
ITD_VATSum of Transferred VAT Parts in Local Currency J_3RSTRANSVATCURR13(2) WERT7
ICONCustoms Declaration List J_3RS_CDECLISTCHAR100CHAR100

Key field Non-key field



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

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

How to access SAP table J_3RF_EXPVATREP

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