MIDXC_HDR SAP (Customer Mobile client Index Header table) Table details

Dictionary Type: Table
Description: Customer Mobile client Index Header table




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




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

MIDXC_HDR is a standard SAP Table which is used to store Customer Mobile client Index Header table data and is available within R/3 SAP systems depending on the version and release level.

The MIDXC_HDR table consists of various fields, each holding specific information or linking keys about Customer Mobile client Index Header table data available in SAP. These include INDEX_NAME (Data Element for Index name), VERSION (Data Element for Version), LONG_NAME (Data Element for Index Long name), ENABLED (Data element for the field Enable/Disable).. 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: Cannot Be Enhanced


SAP MIDXC_HDR 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_TNAMECHAR30MIDX_TNAME
INDEX_NAMEData Element for Index name MIDX_INAMECHAR3MIDX_INAME
VERSIONData Element for Version MIDX_VERSIONCHAR3MIDX_VERS
LONG_NAMEData Element for Index Long name MIDX_LNAMECHAR128MIDX_LNAME
ENABLEDData element for the field Enable/Disable MIDX_ENABLECHAR1MIDX_FLAG
UNIQUE_INDEXData Element of the flag Unique MIDX_UNIQUECHAR1MIDX_FLAG
CLUSTERED_INDEXData Element of the flag Clustered MIDX_CLUSTERCHAR1MIDX_FLAG
IGNORE_DUPLICATEData Element of the flag Ignore Duplicate Keys MIDX_IGNORECHAR1MIDX_FLAG
FILL_FACTORData Element - Fill factor MIDX_FILLCHAR1MIDX_FLAG
FILL_VALUEData Element - Fill value MIDX_FVALUEINT13MIDX_FVAL
CREATE_DATEData Element of Create User field MIDX_CRDATEDATS8MIDX_DATE
CREATE_TIMEData Element of the Creation Time field MIDX_CRTIMETIMS6MIDX_TIME
CREATE_USERData Element of the field Create User MIDX_CRUSERCHAR32MIDX_USER
MOD_DATEData Element of Create User field MIDX_MDATEDATS8MIDX_DATE
MOD_TIMEData Element of the Creation Time field MIDX_MTIMETIMS6MIDX_TIME
MOD_USERData Element of the field Create User MIDX_MUSERCHAR32MIDX_USER
STATUSData Element of STATUS MIDX_STATUSCHAR1MIDX_STAT
DELETEDData Element of DELETED MIDX_DELECHAR1MIDX_FLAG
SAP_VERSIONData Element for SAP latest Version MIDX_SAPVERSCHAR3MIDX_VERS

Key field Non-key field



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

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

SELECT SINGLE *
FROM MIDXC_HDR
INTO CORRESPONDING FIELDS OF WA_MIDXC_HDR
WHERE...

How to access SAP table MIDXC_HDR

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