/DSD/ME_TAB2OBJ SAP (DSD Connector: Assignment DB Tables zto Object in MDE) Table details

Dictionary Type: Table
Description: DSD Connector: Assignment DB Tables zto Object in MDE




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




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

/DSD/ME_TAB2OBJ is a standard SAP Table which is used to store DSD Connector: Assignment DB Tables zto Object in MDE data and is available within R/3 SAP systems depending on the version and release level.

The /DSD/ME_TAB2OBJ table consists of various fields, each holding specific information or linking keys about DSD Connector: Assignment DB Tables zto Object in MDE data available in SAP. These include HH_TABLE (Table name, 16 characters), ME_OBJECT (DSD Connector: Connectivity Objects).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP /DSD/ME_TAB2OBJ table 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
CLIENTClient MANDTCLNT3T000MANDT
HH_TABLETable name, 16 characters TABNAME16CHAR16DBOBJ_NAMEDTBDD_DBTB_16
ME_OBJECTDSD Connector: Connectivity Objects /DSD/ME_OBJECT_TYPENUMC3Assigned to domain/DSD/ME_OBJECT_TYPE

Key field Non-key field



How do I retrieve data from SAP table /DSD/ME_TAB2OBJ using ABAP code

The following ABAP code Example will allow you to do a basic selection on /DSD/ME_TAB2OBJ to SELECT all data from the table
DATA: WA_/DSD/ME_TAB2OBJ TYPE /DSD/ME_TAB2OBJ.

SELECT SINGLE *
FROM /DSD/ME_TAB2OBJ
INTO CORRESPONDING FIELDS OF WA_/DSD/ME_TAB2OBJ
WHERE...

How to access SAP table /DSD/ME_TAB2OBJ

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