IDMX_DI_XML_ADDITIONAL SAP (data of digital invoice to add into idoc for xml generation) Structure details

Dictionary Type: Structure
Description: data of digital invoice to add into idoc for xml generation




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




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

IDMX_DI_XML_ADDITIONAL 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 "data of digital invoice to add into idoc for xml generation" 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_XML_ADDITIONAL TYPE IDMX_DI_XML_ADDITIONAL.

The IDMX_DI_XML_ADDITIONAL table consists of various fields, each holding specific information or linking keys about data of digital invoice to add into idoc for xml generation data available in SAP. These include DOC_AWTYP (Object Type), SPRAS (Language Key), APPROV_NUM (Format Character of Approval Number for XML/IDoc), APPROV_YEAR (Format Character of Approval Year for XML/IDoc).. 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_XML_ADDITIONAL 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
DOC_AWKEYObject Key IDMX_DI_AWKEYCHAR20IDMX_DI_AWKEY
DOC_AWTYPObject Type IDMX_DI_AWTYPCHAR5IDMX_DI_AWTYP
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
APPROV_NUMFormat Character of Approval Number for XML/IDoc IDMX_DI_APPROV_NUM_XMLCHAR10
APPROV_YEARFormat Character of Approval Year for XML/IDoc IDMX_DI_APPROV_YEAR_XMLCHAR4
DOC_TYPESpecial Document Type of Digital Invoices IDMX_DI_DOC_TYPE_XMLCHAR20IDMX_DI_PAYFLOW
PAYM_METHDFormat Character of Special Payment Method for XML/IDoc IDMX_DI_PAYMENT_METHD_XMLCHAR27
COMPL_DOC_DATASupplement Document Data IDMX_DI_COMPL_DOCSTRG0
COMPL_ITEM_DATA(11.) Supplement Data of Line Item IDMX_DI_COMPL_ITEMSTRG0
ADDENDUMDigita Invoice Mexico: Addendum Data IDMX_DI_ADDENDUMSTRG0

Key field Non-key field



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

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

How to access SAP table IDMX_DI_XML_ADDITIONAL

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