PPC_ACT_REPROC SAP (Reprocessing Records for Activities) Table details

Dictionary Type: Table
Description: Reprocessing Records for Activities




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




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

PPC_ACT_REPROC is a standard SAP Table which is used to store Reprocessing Records for Activities data and is available within R/3 SAP systems depending on the version and release level.

The PPC_ACT_REPROC table consists of various fields, each holding specific information or linking keys about Reprocessing Records for Activities data available in SAP. These include ACCASSOBJ (Internal account assignment object (GUID 16 Byte)), COUNTER (Counter for Activity Reprocessing Records per PKOSA), AUFNR (Order Number), MATERIALNR (Material Number).. 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_ACT_REPROC 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
ACCASSOBJInternal account assignment object (GUID 16 Byte) PPC_ACCASSOBJ_INTRAW16SYSUUID
COUNTERCounter for Activity Reprocessing Records per PKOSA PPC_ACT_REPROC_COUNTERNUMC10
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
MATERIALNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
PRODVERSIONProduction Version VERIDCHAR4Assigned to domainVERIDVER
POST_DATEPosting Date in the Document BUDATDATS8DATUM
RESOURCE_GUIDInternal GUID (18 Byte) for an iPPE Resource PPC_RESGUID_INTRAW16SYSUUID
MODE_GUIDGUID for a Mode (Internal) PPC_MODE_GUID_INTRAW16SYSUUID
DURATION_VARBackflushed Duration of Activity (Variable) PPC_DURATION_VARQUAN13(3) MENG13
DURATION_FIXBackflushed Duration of Activity (Fixed) PPC_DURATION_FIXQUAN13(3) MENG13
DELTA_DUR_VARVariance with Target Duration of Activity (Variable) PPC_DELTA_DURATION_VARQUAN13(3) MENG13V
DELTA_DUR_FIXVariance with Target Duration of Activity (Fixed) PPC_DELTA_DURATION_FIXQUAN13(3) MENG13V
DURUNITUnit of Measure for Backflushed Duration of Activity PPC_DURUNITUNIT3T006CUNITMEINS
MSGIDMessage identification MSGIDCHAR20Assigned to domainARBGB
MSGNOSystem Message Number MSGNOCHAR3Assigned to domainMSGNR
MSGTYMessage Type MSGTYCHAR1MSGAR
MSGV1Message variable 01 MSGV1CHAR50CHAR50
MSGV2Message variable 02 MSGV2CHAR50CHAR50
MSGV3Message variable 03 MSGV3CHAR50CHAR50
MSGV4Message variable 04 MSGV4CHAR50CHAR50

Key field Non-key field



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

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

SELECT SINGLE *
FROM PPC_ACT_REPROC
INTO CORRESPONDING FIELDS OF WA_PPC_ACT_REPROC
WHERE...

How to access SAP table PPC_ACT_REPROC

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