SXMS_EXTRACTOR_DISP SAP (Display Structure for Extractor Grid) Structure details

Dictionary Type: Structure
Description: Display Structure for Extractor Grid




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




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

SXMS_EXTRACTOR_DISP 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 "Display Structure for Extractor Grid" 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_SXMS_EXTRACTOR_DISP TYPE SXMS_EXTRACTOR_DISP.

The SXMS_EXTRACTOR_DISP table consists of various fields, each holding specific information or linking keys about Display Structure for Extractor Grid data available in SAP. These include NAME (Extractor Name), METHOD (Method), DESCR (Description), CREATEDBY (Created by User).. 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 SXMS_EXTRACTOR_DISP 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
NAMEExtractor Name SXMS_EXTR_NAMECHAR40SXMS_EXTR_NAMESXMS_EXTRACTOR_SH
METHODMethod SXMS_EXTR_ACTIVITYCHAR1SXMS_EXTR_ACTIVITY
DESCRDescription SXMSDESCRCHAR60TEXT60
CREATEDBYCreated by User SXMSCREATEDBYCHAR12UNAME
CREATEDDATECreated On SXMSCREATEDDATEDATS8SYDATS
CREATEDTIMECreated At SXMSCREATEDTIMETIMS6SYTIME
MODIFIEDBYLast Changed By SXMSMODIFIEDBYCHAR12UNAME
MODIFYDATEChanged On SXMSMODIFYDATEDATS8SYDATS
MODIFYTIMELast Changed At SXMSMODIFYTIMETIMS6SYTIME
METHOD_DISPDisplay Method SXMS_METHOD_DISPCHAR20
TYPEExtractor Type RD_EXTRTYPECHAR4RD_EXTRTYPE
XPATHExtractor XPath SXMS_EXTR_XPATHSTRG0
DYNHDR_NAMEName of Dynamic Header Field SXMS_DYNHDR_NAMECHAR120SXI_NAME
DYNHDR_NSPACEDynamic Header Namespace SXMS_DYNHDR_NSPACECHAR255SXI_NAMESPACE
FILTER_IDFilter ID for Data Extraction SXMS_IF_EXTR_IDRAW16
STATEDisplay Status SXMS_EXTRSTATE_DISPCHAR64

Key field Non-key field



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

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

How to access SAP table SXMS_EXTRACTOR_DISP

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