FPP_RUNS SAP (Run Data for Parallel Processing) Table details

Dictionary Type: Table
Description: Run Data for Parallel Processing




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




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

FPP_RUNS is a standard SAP Table which is used to store Run Data for Parallel Processing data and is available within R/3 SAP systems depending on the version and release level.

The FPP_RUNS table consists of various fields, each holding specific information or linking keys about Run Data for Parallel Processing data available in SAP. These include PID (Identification of Parallel Run), RESTART (Counter for Restarts), APPL (Application Using Framework for Parallel Processing (FPP)), MID (Identification of Mass Activity).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP FPP_RUNS 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
PIDIdentification of Parallel Run FPP_PIDCHAR22SYSUUID_22FPP_PID
RESTARTCounter for Restarts FPP_RESTARTNUMC6
APPLApplication Using Framework for Parallel Processing (FPP) FPP_APPLCHAR6FPP_APPL
MIDIdentification of Mass Activity FPP_MIDCHAR10Assigned to domainFPP_MID
OBJECTObject for Parallel Processing in FPP FPP_PAROBJCHAR30FPP_OBJSHLP_FPP_PAROBJ
INSTANCEInterval Distribution of an Object for Parallel Processing FPP_INSTANCECHAR50FPP_INSTANCEFPP_INSTANCE_OBJECT
CONTAINERIdentification of a Data Container FPP_DATACONTAINERCHAR22SYSUUID_22
EXTERNAL_RUN_IDExternal Identification of a Mass Run BANK_DTE_PP_RUNID_EXTCHAR100CHAR100
SAVE_DATEDate on Which Run Was Saved FPP_SAVE_DATEDATS8SYDATS
SAVE_TIMETime at Which Run Was Saved FPP_SAVE_TIMETIMS6SYTIME
JOBNAMEBackground job name BTCJOBCHAR32CHAR32
JOBCOUNTJob ID BTCJOBCNTCHAR8CHAR8
PROGNName of the Program/Report on an Application Process BANK_DTE_PP_PROGNCHAR40Assigned to domainPROGRAMM
PROGDATEDate of Program Run BANK_DTE_PP_PROGDATEDATS8DATUM
PROGNOSequential Number of the Program Run BANK_DTE_PP_PROGNONUMC3
STOPPEDRun is Stopped FPP_STOPPEDCHAR1BOOLE

Key field Non-key field



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

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

SELECT SINGLE *
FROM FPP_RUNS
INTO CORRESPONDING FIELDS OF WA_FPP_RUNS
WHERE...

How to access SAP table FPP_RUNS

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