PPC_CONF_ACT SAP (Actual Duration of Production Activities) Table details

Dictionary Type: Table
Description: Actual Duration of Production Activities




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




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

PPC_CONF_ACT is a standard SAP Table which is used to store Actual Duration of Production Activities data and is available within R/3 SAP systems depending on the version and release level.

The PPC_CONF_ACT table consists of various fields, each holding specific information or linking keys about Actual Duration of Production Activities data available in SAP. These include HEADID (Internal backflush header key (GUID, format RAW16)), ACTID (Key for Production Activity (Number Range)), DURATION_VAR (Backflushed Duration of Activity (Variable)), DURATION_FIX (Backflushed Duration of Activity (Fixed)).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP PPC_CONF_ACT 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
HEADIDInternal backflush header key (GUID, format RAW16) PPC_HEADID_INTRAW16SYSUUID
ACTIDKey for Production Activity (Number Range) PPC_ACTIDNUMC10
DURATION_VARBackflushed Duration of Activity (Variable) PPC_DURATION_VARQUAN13(3) MENG13
DURATION_FIXBackflushed Duration of Activity (Fixed) PPC_DURATION_FIXQUAN13(3) MENG13
DURUNITUnit of Measure for Backflushed Duration of Activity PPC_DURUNITUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

SELECT SINGLE *
FROM PPC_CONF_ACT
INTO CORRESPONDING FIELDS OF WA_PPC_CONF_ACT
WHERE...

How to access SAP table PPC_CONF_ACT

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