MIDXC_DTL1 SAP (Customer Moblie Client Index details table) Table details

Dictionary Type: Table
Description: Customer Moblie Client Index details table




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




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

MIDXC_DTL1 is a standard SAP Table which is used to store Customer Moblie Client Index details table data and is available within R/3 SAP systems depending on the version and release level.

The MIDXC_DTL1 table consists of various fields, each holding specific information or linking keys about Customer Moblie Client Index details table data available in SAP. These include INDEX_NAME (Data Element for Index name), VERSION (Data Element for Version), FIELD_NAME (Data Element for Field Name), FIELD_POS (Data Element for Field Position).. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP MIDXC_DTL1 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
TABLE_NAMEData Element for Table Name MIDX_TNAMECHAR30MIDXC_HDRMIDX_TNAME
INDEX_NAMEData Element for Index name MIDX_INAMECHAR3MIDXC_HDRMIDX_INAME
VERSIONData Element for Version MIDX_VERSIONCHAR3MIDXC_HDRMIDX_VERS
FIELD_NAMEData Element for Field Name MIDX_FNAMECHAR30MIDX_FNAME
FIELD_POSData Element for Field Position MIDX_FPOSINT410MIDX_FPOS
SORT_ORDERData Element for flag MIDX_FLAGCHAR1MIDX_FLAG
DELETEDData Element of DELETED MIDX_DELECHAR1MIDX_FLAG

Key field Non-key field



How do I retrieve data from SAP table MIDXC_DTL1 using ABAP code

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

SELECT SINGLE *
FROM MIDXC_DTL1
INTO CORRESPONDING FIELDS OF WA_MIDXC_DTL1
WHERE...

How to access SAP table MIDXC_DTL1

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