IDITSR_DME SAP (Interface to DME Engine) Structure details

Dictionary Type: Structure
Description: Interface to DME Engine




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




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

IDITSR_DME 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 "Interface to DME Engine" 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_IDITSR_DME TYPE IDITSR_DME.

The IDITSR_DME table consists of various fields, each holding specific information or linking keys about Interface to DME Engine data available in SAP. These include BUKRS (Company Code), ITSR_ID (Reporting ID of Reporting Company), ITSR_ID_F (Reporting ID of Subsidiary), DECLDATE (Date).. 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 IDITSR_DME 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
IDITSR_OUTPUT 0
BUKRSCompany Code BUKRSCHAR4BUKRSBUKC_T001
ITSR_IDReporting ID of Reporting Company IDITSR_IDNUMC15IDITSR_ID
ITSR_ID_FReporting ID of Subsidiary IDITSR_ID_FNUMC15IDITSR_ID_F
DECLDATEDate DATUMDATS8DATUM
FILENAMEForeign Trade Declaration Reporting File Name IDITSR_FILENAMECHAR44IDITSR_FILENAME
ITSR_DOCTYPEReporting Category IDITSR_DOCTCHAR6IDITSR_DOCT
DECLPERIODDate DATUMDATS8DATUM
COUNTRYISO country code 3 char INTCA3CHAR3INTCA3
WAERSCurrency Key WAERSCUKY5WAERSFWS
CURRENCYISO currency code ISOCDCHAR3ISOCD
POSITION_NUMBERReporting Subcategory IDITSR_POSNOCHAR10IDITSR_POSNO
AMOUNT8(15)-character value field with 2 decimal places WERTV8CURR15(2) WERTV8
NEG_AMOUNT8(15)-character value field with 2 decimal places WERTV8CURR15(2) WERTV8
POS_AMOUNT8(15)-character value field with 2 decimal places WERTV8CURR15(2) WERTV8
CONTACT_PERSON_FName of contact person NAME1_ACHAR30TEXT30
CONTACT_PERSON_LName of contact person NAME1_ACHAR30TEXT30
TELEPHONEAddresses: telephone no. TLFNRCHAR30TEXT30
FAXFax Number TELFXCHAR31TEXT31
EMAILInternet address of partner company clerk INTADCHAR130TXT130
REFERENCECounter NUM03NUMC3NUM03
REPORTING_QUARReporting Quarter IDITSR_QUARNUMC1IDITSR_QUAR
STCEGVAT Registration Number STCEGCHAR20STCEG
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
POST_CODE1City postal code AD_PSTCD1CHAR10CHAR10
NAME1Name 1 NAME1_BASCHAR35NAME
BUTXTName of Company Code or Company BUTXTCHAR25TEXT25
CITY1City AD_CITY1CHAR40TEXT40CLCITYNAME
KOARTAccount Type KOARTCHAR1KOART
HKONTGeneral Ledger Account HKONTCHAR10ALPHASAKNR
TRANSFORM_RESPONSETransform Response TRANSFORM_RESPONSECHAR6TRANSFORM_RESPONSE
ITSR_VLTYPEValue type IDITSR_VLTYPECHAR3IDITSR_VLTYPE
DECLTIMETime UZEITTIMS6UZEIT
CMP_NAMEName 1 AD_NAME1CHAR40TEXT40
HNUM_STREETStreet with house number HNSTREETCHAR70TEXT70
EMAIL_RECEIVERInternet address of partner company clerk INTADCHAR130TXT130
NUMOFMESGConsecutive number that identifies the file. NUMOFMESGNUMC6NUMOFMESG
NUMDTLREC7-digit numeric value NUM7NUMC7NUM7
SENSEOFTRNNumeric 1-character NUM1NUMC1NUM1
PDATEDate DATUMDATS8DATUM
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BUDATPosting Date in the Document BUDATDATS8DATUM
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
IDITSR_FORMTYPESingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table IDITSR_DME

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