EDX_BALANCING_STRUCT SAP (EDX: Data Structure for Message Comparison) Structure details

Dictionary Type: Structure
Description: EDX: Data Structure for Message Comparison




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




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

EDX_BALANCING_STRUCT 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 "EDX: Data Structure for Message Comparison" 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_EDX_BALANCING_STRUCT TYPE EDX_BALANCING_STRUCT.

The EDX_BALANCING_STRUCT table consists of various fields, each holding specific information or linking keys about EDX: Data Structure for Message Comparison data available in SAP. These include SENDER_PID (EDX: Sender Identifier at Service Provider), PARTNER_ID (EDX: Customer/Vendor Number of Business Partner), PARTNER_NAME_LOC (EDX: Name and Location of Partner), MSG_TYPE (EDX: Message Type).. 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 EDX_BALANCING_STRUCT 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
COMPANYEDX: Name of Partner EDX_PARTNER_NAMECHAR35NAME
SENDER_PIDEDX: Sender Identifier at Service Provider EDX_SENDER_PIDCHAR17ALPHAEDX_PID
PARTNER_IDEDX: Customer/Vendor Number of Business Partner EDX_BP_NRCHAR10ALPHAEDX_BP_NR
PARTNER_NAME_LOCEDX: Name and Location of Partner EDX_PARTNER_NAME_LOCCHAR100TEXT100
MSG_TYPEEDX: Message Type EDX_DOC_TYPECHAR3EDX_DOC_TYPE_OUT
MSG_TYPE_TEXTEDX: Identifier for Document Category EDX_DOC_TYPE_TEXTCHAR30
MSG_SEQUENCESingle-Character Indicator CHAR1CHAR1CHAR1
DIRECTIONEDX: Description for the Message Direction EDX_DIRECTIONCHAR3TEXT3
DIRECTION_TEXTEDX: Text for the Message Direction EDX_DIRECTION_TEXTCHAR20TEXT20
QUANTITYEDX: Number EDX_QUANTITYINT410INT4
CURRENCYEDX: Currency EDX_CURRENCYCUKY5
NETTO_AMOUNTEDX: Net Amount in the Message EDX_NETTO_AMOUNTCURR15(2) WERT8
BRUTTO_AMOUNTEDX: Gross Amount in the Message EDX_BRUTTO_AMOUNTCURR15(2) WERT8
BUKRSCompany Code EDX_BUKRSCHAR4Assigned to domainBUKRS
SELECTION_DATEEDX: Selection Date for Messages EDX_SELECTION_DATEDATS8
FIELD_TYPESingle-Character Indicator CHAR1CHAR1CHAR1
COLOR_LINENot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4

Key field Non-key field



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

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

How to access SAP table EDX_BALANCING_STRUCT

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