DEVC_APP SAP (Development Class Within the Application Hierarchy) Table details

Dictionary Type: Table
Description: Development Class Within the Application Hierarchy




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




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

DEVC_APP is a standard SAP Table which is used to store Development Class Within the Application Hierarchy data and is available within R/3 SAP systems depending on the version and release level.

The DEVC_APP table consists of various fields, each holding specific information or linking keys about Development Class Within the Application Hierarchy data available in SAP. These include FLAG (Checkbox for job status), PS_POSID (Text/Icon/Symbol), PS_POSID_2 (Application ID in Proposal Pool), STATUS (Checkbox for job status).. 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: Not classified


SAP DEVC_APP 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
DEVCPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
FLAGCheckbox for job status STATFLAGCHAR1CHAR1
PS_POSIDText/Icon/Symbol SEU_TEXTCHAR75SEU_TEXT
PS_POSID_2Application ID in Proposal Pool TRMAPPLICCHAR2CHAR2
STATUSCheckbox for job status STATFLAGCHAR1CHAR1
IDATEDate DATUMDATS8DATUM
RELIDRelease of SAP System SYSAPRLCHAR4SYCHAR04

Key field Non-key field



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

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

SELECT SINGLE *
FROM DEVC_APP
INTO CORRESPONDING FIELDS OF WA_DEVC_APP
WHERE...

How to access SAP table DEVC_APP

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