/DSD/ME_UPDRADELIVERYCOND SAP (DSD Connector: Route settlement delivery conditions) Structure details

Dictionary Type: Structure
Description: DSD Connector: Route settlement delivery conditions




ABAP Code to SELECT data from /DSD/ME_UPDRADELIVERYCOND
Related tables to /DSD/ME_UPDRADELIVERYCOND
Access table /DSD/ME_UPDRADELIVERYCOND




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

/DSD/ME_UPDRADELIVERYCOND 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 "DSD Connector: Route settlement delivery conditions" 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_/DSD/ME_UPDRADELIVERYCOND TYPE /DSD/ME_UPDRADELIVERYCOND.

The /DSD/ME_UPDRADELIVERYCOND table consists of various fields, each holding specific information or linking keys about DSD Connector: Route settlement delivery conditions data available in SAP. These include HH_DELIVERY (DSD Connector: Official Document Number), HH_DELIVERY_ITM (DSD Connector: Item number), COND_COUNT (Condition counter), COND_TYPE (DSD Connector: Condition 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: Can be enhanced (character-type or numeric)


SAP /DSD/ME_UPDRADELIVERYCOND 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
VISIT_IDDSD connecter : Visit ID /DSD/ME_VISITIDNUMC6NUMC6
HH_DELIVERYDSD Connector: Official Document Number /DSD/ME_OFFICNOCHAR35CHAR35
HH_DELIVERY_ITMDSD Connector: Item number /DSD/ME_ITEM_NONUMC6NUMC6
COND_COUNTCondition counter DZAEHKNUMC2ZAEHK
COND_TYPEDSD Connector: Condition Type /DSD/ME_CONDTYPECHAR4CHAR4
AMOUNTDSD Connector: Actual Amount /DSD/ME_ACT_AMOUNTDEC23(4) BAPICURR
CURRENCYDSD Connector: Currency /DSD/ME_CURRENCYCUKYCUKY5/DSD/ME_CUKY
CURR_ISODSD Connector: Currency /DSD/ME_CURRENCYCHAR3CHAR3
PERCENTPercent /DSD/HH_PERCENTDEC7(4) /DSD/HH_PERCENT

Key field Non-key field



How do I retrieve data from SAP structure /DSD/ME_UPDRADELIVERYCOND using ABAP code?

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

How to access SAP table /DSD/ME_UPDRADELIVERYCOND

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