DMC_PC_PROJSTEPS SAP (SP: Status table of Project Work Steps (Processing Cockpit)) Table details

Dictionary Type: Table
Description: SP: Status table of Project Work Steps (Processing Cockpit)




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




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

DMC_PC_PROJSTEPS is a standard SAP Table which is used to store SP: Status table of Project Work Steps (Processing Cockpit) data and is available within R/3 SAP systems depending on the version and release level.

The DMC_PC_PROJSTEPS table consists of various fields, each holding specific information or linking keys about SP: Status table of Project Work Steps (Processing Cockpit) data available in SAP. These include SGUID (MWB: GUID of a Subproject), STEP (MWB: Project specific Process Cockpit work step), STATE (MWB: Status of workstep in ADM), PIDENT (Identifier for Projects).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP DMC_PC_PROJSTEPS 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
PGUIDMWB: GUID of a Project DMC_PROJECT_GUIDCHAR22SYSUUID_22
SGUIDMWB: GUID of a Subproject DMC_SUBPROJECT_GUIDCHAR22SYSUUID_22
STEPMWB: Project specific Process Cockpit work step DMC_PC_PROJSTEPNUMC2DMC_PC_PROJ_WORK_STEPS_SP
STATEMWB: Status of workstep in ADM DMC_ADM_STATECHAR1
PIDENTIdentifier for Projects DMC_PIDENTCHAR20DMC_CTSIDDMC_PROJECTDMC_PIDENT
SIDENTSubproject Identifiers DMC_SIDENTCHAR20DMC_CTSIDDMC_SUBPROJECTDMC_SIDENT
AUTHORUser Name SYUNAMECHAR12SYCHAR12
CREATEDATESystem Date SYDATUMDATS8SYDATS
CREATETIMESystem Time SYUZEITTIMS6SYTIME
CHNAMUser Name SYUNAMECHAR12SYCHAR12
CHANGEDATESystem Date SYDATUMDATS8SYDATS
CHANGETIMESystem Time SYUZEITTIMS6SYTIME
DEFINITION_DONESP: Completed flag for object definition DMC_DEFINITION_DONECHAR1BOOLEAN
SCOPING_DONEADM: Completed flag for Scope definition DMC_SCOPING_DONECHAR1BOOLEAN
CUSTOMIZING_DONESP: Completed flag for object customizing DMC_CUSTOMIZING_DONECHAR1BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM DMC_PC_PROJSTEPS
INTO CORRESPONDING FIELDS OF WA_DMC_PC_PROJSTEPS
WHERE...

How to access SAP table DMC_PC_PROJSTEPS

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