SPCM_DISP_MENU SAP (Action table for A&D Displaytool (menu)) Table details

Dictionary Type: Table
Description: Action table for A&D Displaytool (menu)




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




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

SPCM_DISP_MENU is a standard SAP Table which is used to store Action table for A&D Displaytool (menu) data and is available within R/3 SAP systems depending on the version and release level.

The SPCM_DISP_MENU table consists of various fields, each holding specific information or linking keys about Action table for A&D Displaytool (menu) data available in SAP. These include MESTYP (Message Type), MESFCT (Logical message function), MESCOD (Logical Message Variant), STATUS (Status of IDoc).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP SPCM_DISP_MENU 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
MESTYPMessage Type EDI_MESTYPCHAR30Assigned to domainEDI_MESTYPMES
MESFCTLogical message function EDI_MESFCTCHAR3EDI_MESFCT
MESCODLogical Message Variant EDI_MESCODCHAR3EDI_MESCOD
STATUSStatus of IDoc EDI_STATUSCHAR2Assigned to domainEDI_STATUS
DIRECTDirection for IDoc EDI_DIRECTCHAR1EDI_DIRECT
FCODEFunction Code UI_FUNCCHAR70SYCHAR70
TEXTMenu Painter: Function or menu text (4.0) GUI_TEXTCHAR40GUI_TEXT
DISABLEDFlag indicating function is active CUA_ACTIVECHAR1CHAR1
HIDDENFlag indicating function is active CUA_ACTIVECHAR1CHAR1
SBRTNFunction module which should be called to do technical check ADSPC_SBRTNCHAR30CHAR30

Key field Non-key field



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

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

SELECT SINGLE *
FROM SPCM_DISP_MENU
INTO CORRESPONDING FIELDS OF WA_SPCM_DISP_MENU
WHERE...

How to access SAP table SPCM_DISP_MENU

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