SCMAPROGRAMS SAP (Schedule Manager: Index of Registered SAP Programs) Table details

Dictionary Type: Table
Description: Schedule Manager: Index of Registered SAP Programs




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




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

SCMAPROGRAMS is a standard SAP Table which is used to store Schedule Manager: Index of Registered SAP Programs data and is available within R/3 SAP systems depending on the version and release level.

The SCMAPROGRAMS table consists of various fields, each holding specific information or linking keys about Schedule Manager: Index of Registered SAP Programs data available in SAP. These include APPLICATION (Schedule Manager: Application), WLFLG (Schedule Manager: Workflow supported), SELFLG (Schedule Manager: Selection program for worklists (flag)), REPFLG (Schedule Manager: Worklist Report (Flag)).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SCMAPROGRAMS 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
PROGRAMMABAP Program Name SCMA_PROGRAMMCHAR40TRDIRPROGNAMERIDH_SCMATASKS_PROGRAM
APPLICATIONSchedule Manager: Application SCHEDMAN_APPLCHAR30PEPAPPLSCHEDMAN_APPLSCMA_APPLH_SCMA_APPLICATION
WLFLGSchedule Manager: Workflow supported WLFLGCHAR1XFELD
SELFLGSchedule Manager: Selection program for worklists (flag) SCMA_SEL_FLGCHAR1XFELD
REPFLGSchedule Manager: Worklist Report (Flag) SCMA_REP_FLGCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM SCMAPROGRAMS
INTO CORRESPONDING FIELDS OF WA_SCMAPROGRAMS
WHERE...

How to access SAP table SCMAPROGRAMS

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