DMEE_AEI_DOC_DATA SAP (communication structure for AEI document details and DMEE) Structure details

Dictionary Type: Structure
Description: communication structure for AEI document details and DMEE




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




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

DMEE_AEI_DOC_DATA 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 "communication structure for AEI document details and 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_DMEE_AEI_DOC_DATA TYPE DMEE_AEI_DOC_DATA.

The DMEE_AEI_DOC_DATA table consists of various fields, each holding specific information or linking keys about communication structure for AEI document details and DMEE data available in SAP. These include DOC_NO (Sales and Distribution Document Number), UNIQUE_EXP_CODE (Unique Code to Identify Export Documents), J_1AOFTP_D (Official document type), J_1ABRNCH (Branch Number).. 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 DMEE_AEI_DOC_DATA 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
BILL_DOC_DET_HEADER 0
DOC_NOSales and Distribution Document Number VBELNCHAR10ALPHAVBELNAUN
UNIQUE_EXP_CODEUnique Code to Identify Export Documents UNIQUE_EXP_CODENUMC10UNIQUE_EXP_CODE
J_1AOFTP_DOfficial document type J_1AOFTP_DCHAR2J_1AOFTP
J_1ABRNCHBranch Number J_1ABRNCHCHAR4J_1BBRANCHJEA
BILLCUITTax Number 2 STCD2CHAR11STCD2
BILL_DATECharacter Field Length = 10 CHAR10CHAR10CHAR10
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
DOC_LANGUTwo digit number NUMC2NUMC2NUMC2
EXPO_TYPEGoods or Service Invoices J_1ASALSERINDCHAR1J_1ASALSERIND
AUTHORIZE_CODESingle-Character Indicator CHAR1CHAR1CHAR1
CURR_IDCurrency Key WAERSCUKY5WAERSFWS
EXCHANGE_RATEExchange rate KURSFDEC9(5) EXCRTKURSF
DEST_CTYCountry Key LAND1CHAR3LAND1LND
REC_DOC_CLSTax Number Type J_1ATOIDCHAR2J_1ATOID
BUYER_CUITTax Number 2 STCD2CHAR11STCD2
BUYER_TAX_IDChar 20 CHAR20CHAR20CHAR20
BUYER_NAME 0
BUYER_ADDR 0
DOC_TOT_AMTNet value of the billing item in document currency NETWR_FPCURR15(2) WERTV8
PAY_MEAN_CODETwo digit number NUMC2NUMC2NUMC2
PAY_MEAN_DESCComment CHAR50CHAR50TEXT50
INCOTERMChar 20 CHAR20CHAR20CHAR20
COMM_COMMENT 0
SHIP_CODEField of length 16 CHAR16CHAR16CHAR16
DESTINATIONCountry Key LAND1CHAR3LAND1LND
REF_DOC_TYPEOfficial document type J_1AOFTP_DCHAR2J_1AOFTP
BRANCHBranch Number J_1ABRNCHCHAR4J_1BBRANCHJEA
REF_DOC_NUMCharacter field, 8 characters long CHAR8CHAR8CHAR8
OTHER_GEN_DATA 0
EXTRA_DATE1 0
TEXT_FIELD10 0
TEXT_FIELD25 0
TEXT_FIELD_250 0
DECIMAL_FIELD1 0
CURR_FIELD 0
CTY_CODE 0
SHIP_CODE1Field of length 16 CHAR16CHAR16CHAR16
SHIP_CODE2Field of length 16 CHAR16CHAR16CHAR16
SHIP_CODE3Field of length 16 CHAR16CHAR16CHAR16
SHIP_CODE4Field of length 16 CHAR16CHAR16CHAR16
SHIP_CODE5Field of length 16 CHAR16CHAR16CHAR16
SHIP_CODE6Field of length 16 CHAR16CHAR16CHAR16
DEST1Country Key LAND1CHAR3LAND1LND
DEST2Country Key LAND1CHAR3LAND1LND
DEST3Country Key LAND1CHAR3LAND1LND
DEST4Country Key LAND1CHAR3LAND1LND
DEST5Country Key LAND1CHAR3LAND1LND
DEST6Country Key LAND1CHAR3LAND1LND
CURR_CODECurrency code from AFIP for Argentina Electronic Invoice J_1ACURCODECHAR3J_1ACURCODE
BILL_DOC_DET_ITEM 0
BURKSCompany Code BUKRSCHAR4BUKRSBUKC_T001
J_1ABRNCHBranch Number J_1ABRNCHCHAR4J_1BBRANCHJEA
BILL_DOC_NOSales and Distribution Document Number VBELNCHAR10ALPHAVBELNAUN
POSNRItem number of the SD document POSNRNUMC6POSNR
MATNR_CODEMaterial Number MATNRCHAR18MATN1MATNRMATS_MAT1
MATNR_DESC 0
UOM 0
QUANTITY 0
UNIT_PRICENet value of the billing item in document currency NETWR_FPCURR15(2) WERTV8
CURR_IDCurrency Key WAERSCUKY5WAERSFWS
ITEM_TOT_AMTNet value of the billing item in document currency NETWR_FPCURR15(2) WERTV8
OTHER_DATA 0
QUAN_FIELD 0
DATE_FIELD 0
COUNT_FIELD 0
NUM_FIELD2 0
TEXT_FIELD_250 0
USER_FIELD_1First Field Entered by User USER_FIELD_1CHAR40CHAR40
USER_FIELD_2Second Field Entered by User USER_FIELD_2CHAR40CHAR40
USER_FIELD_3Third Field Entered by User USER_FIELD_3CHAR40CHAR40
USER_FIELD_4Fourth Field Entered by User USER_FIELD_4CHAR40CHAR40
USER_FIELD_AField A Entered by User USER_FIELD_ACHAR40CHAR40
USER_FIELD_BField B Entered by User USER_FIELD_BCHAR40CHAR40
USERFIELDNUM1Summarizable Field 1 To Be Filled by User USERFIELDNUM1CURR15(2) WERTV8
USERFIELDNUM2Summarizable Field To Be Filled by User 2 USERFIELDNUM2CURR15(2) WERTV8

Key field Non-key field



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

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

How to access SAP table DMEE_AEI_DOC_DATA

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