IDMX_DI_DOCUMENT_DATA_TYP SAP (OIM I. - 1st data block: Document Data, fields No a - n) Structure details

Dictionary Type: Structure
Description: OIM I. - 1st data block: Document Data, fields No a - n




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




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

IDMX_DI_DOCUMENT_DATA_TYP 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 "OIM I. - 1st data block: Document Data, fields No a - n" 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_IDMX_DI_DOCUMENT_DATA_TYP TYPE IDMX_DI_DOCUMENT_DATA_TYP.

The IDMX_DI_DOCUMENT_DATA_TYP table consists of various fields, each holding specific information or linking keys about OIM I. - 1st data block: Document Data, fields No a - n data available in SAP. These include OFF_DOC_PRE ((1.b) Prefix of Official Document Number), OFF_DOC_NUM ((1.c) Sequential Number of Official Document Number), INV_DATE_TIME ((1.d) Time Stamp for Moment of Billing (ISO 8601)), APPROV_NUM ((1.e) Approval Number for Official Document Numbering).. 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 IDMX_DI_DOCUMENT_DATA_TYP 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
VERSION_XML(1.a) XML/DI/CFD Version IDMX_DI_XML_VERSIONCHAR6IDMX_DI_XML_VERSION
OFF_DOC_PRE(1.b) Prefix of Official Document Number IDMX_DI_DOC_NUM_PRECHAR5
OFF_DOC_NUM(1.c) Sequential Number of Official Document Number IDMX_DI_DOC_NUMCHAR10
INV_DATE_TIME(1.d) Time Stamp for Moment of Billing (ISO 8601) IDMX_DI_DOC_DATECHAR19
APPROV_NUM(1.e) Approval Number for Official Document Numbering IDMX_DI_APPROV_NUMCHAR10
APPROV_YEAR(1.f) Approval Year for Official Document Numbering IDMX_DI_APPROV_YEARCHAR4
DOC_TYPE(1.g) Document Type for Payment Flow IDMX_DI_DOCTYPECHAR20
PAYM_METHD(1.h) Payment Method / Installment IDMX_DI_PAYM_METHCHAR27
PAYM_TERMS(1.i) Payment Terms IDMX_DI_PAYM_TERMSCHAR270
SUB_TOTAL(1.j) Subtotal Amount in Document Currency IDMX_DI_SUBTOTALCHAR18
DISCOUNT(1.k) Discount Amount in Document Currency IDMX_DI_DISCOUNT_AMOUNTCHAR18
TOTAL(1.l) Total Amount in Document Currency IDMX_DI_TOTAL_AMOUNTCHAR18
PAYM_MEANS(1.m) Means of Payment of Transaction IDMX_DI_PAYMENT_MEANCHAR158
ISSUING_PLACE(1.n) Location/Place Where the Document was Issued IDMX_DI_ISSUING_PLACECHAR61TEXT61
ACCOUNT_NUMBER(1.o) Account Number IDMX_DI_ACCOUNT_NUMCHAR60
EXCHANGE_RATE(1.p) Exchange Rate for Document Currency IDMX_DI_EXCHANGE_RATECHAR12
CURRENCY(1.q) Document Currency IDMX_DI_DOC_CURRENCYCHAR40
INST_ORI_FOLIO(1.r) Installment Data, Original Folio IDMX_DI_INST_FOLIOCHAR30TEXT30
INST_ORI_PREFIX(1.s) Installment Data, Original Prefix IDMX_DI_INST_PREFIXCHAR30TEXT30
INST_ORI_DATE(1.t) Installment Data, Original Date IDMX_DI_INST_DATECHAR30TEXT30
INST_ORI_AMOUNT(1.u) Installment Data, Original Amount IDMX_DI_INST_AMOUNTCHAR30TEXT30

Key field Non-key field



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

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

How to access SAP table IDMX_DI_DOCUMENT_DATA_TYP

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