DEVC_APX SAP (Changes Within the Translation Hierarchy (DEVC_APP)) Table details

Dictionary Type: Table
Description: Changes Within the Translation Hierarchy (DEVC_APP)




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




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

DEVC_APX is a standard SAP Table which is used to store Changes Within the Translation Hierarchy (DEVC_APP) data and is available within R/3 SAP systems depending on the version and release level.

The DEVC_APX table consists of various fields, each holding specific information or linking keys about Changes Within the Translation Hierarchy (DEVC_APP) data available in SAP. These include IDATE (Date), ITIME (Time), O_PS_POS (Text/Icon/Symbol), O_PS_POS_2 (Application ID in Proposal Pool).. 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_APX 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
IDATEDate DATUMDATS8DATUM
ITIMETime UZEITTIMS6UZEIT
O_PS_POSText/Icon/Symbol SEU_TEXTCHAR75SEU_TEXT
O_PS_POS_2Application ID in Proposal Pool TRMAPPLICCHAR2CHAR2
N_PS_POSText/Icon/Symbol SEU_TEXTCHAR75SEU_TEXT
N_PS_POS_2Application ID in Proposal Pool TRMAPPLICCHAR2CHAR2

Key field Non-key field



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

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

SELECT SINGLE *
FROM DEVC_APX
INTO CORRESPONDING FIELDS OF WA_DEVC_APX
WHERE...

How to access SAP table DEVC_APX

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