J_3RFTAX_DMEE_EXHANGE SAP (Structure to Exchange Electronic TAX data with DMEE) Structure details

Dictionary Type: Structure
Description: Structure to Exchange Electronic TAX data with DMEE




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




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

J_3RFTAX_DMEE_EXHANGE 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 to Exchange Electronic TAX data with DMEE" 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_3RFTAX_DMEE_EXHANGE TYPE J_3RFTAX_DMEE_EXHANGE.

The J_3RFTAX_DMEE_EXHANGE table consists of various fields, each holding specific information or linking keys about Structure to Exchange Electronic TAX data with DMEE data available in SAP. These include FORMAT_VERSION (Electronic Tax Format Version), ENTRY (Electronic Tax Report Entry), LENGTH (Entry Length in Characters), SOURCETYPE (Source Type for Electronic Tax Report Entry Mapping).. 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_3RFTAX_DMEE_EXHANGE 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
FORMAT_VERSIONElectronic Tax Format Version J_3RF_TAX_FORMAT_VERSIONCHAR7J_3RFTAX_FORMAT_VERSION
ENTRYElectronic Tax Report Entry J_3RF_TAX_ENTRYCHAR30
LENGTHEntry Length in Characters J_3RF_TAX_ENTRY_LENGTHINT410
SOURCETYPESource Type for Electronic Tax Report Entry Mapping J_3RF_TAX_SOURCE_TYPECHAR1J_3RF_TAX_SOURCE_TYPES
SOURCEMask for Data Source of Electronic Tax Entry J_3RF_TAX_SOURCEMASKCHAR30
VALUEEntry value J_3RF_TAX_ENTRY_VALUECHAR200
ORDERNUMEntry Order Number within Electronic File J_3RF_TAX_ORDER_NUMBERINT410
DEFVALDefault Value J_3RF_TAX_DEFAULT_VALUECHAR200
LIGHTSingle-Character Indicator CHAR1CHAR1CHAR1
IS_MAPPEDFlag is the entry mapped or not J_3RF_TAX_IS_MAPPEDCHAR1XFELD
ERRMapping Errors J_3RF_TAX_ERRORINT25J_3RF_TAX_MAPPING_ERROR
DESCRIPTNEntry Description J_3RF_TAX_ENTRY_DESCRIPTNCHAR200J_3RF_TAX_DESCRIPTN
IS_OBLIGATORYObligatory Entry J_3RF_TAX_IS_OBLIGATORYCHAR1XFELD
IS_HEADERHeader entry J_3RF_TAX_HEADERCHAR1J_3RF_TAX_HEADER

Key field Non-key field



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

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

How to access SAP table J_3RFTAX_DMEE_EXHANGE

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