FPP_CUST SAP (Customizing for FPP Processes) Table details

Dictionary Type: Table
Description: Customizing for FPP Processes




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




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

FPP_CUST is a standard SAP Table which is used to store Customizing for FPP Processes data and is available within R/3 SAP systems depending on the version and release level.

The FPP_CUST table consists of various fields, each holding specific information or linking keys about Customizing for FPP Processes data available in SAP. These include APPL (Application Using Framework for Parallel Processing (FPP)), MID (Identification of Mass Activity), APPL_OBJ (Application Log: Object Name (Application Code)), APPL_SUBOBJ (Application Log: Subobject).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = FPP_CUSTT


SAP FPP_CUST 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
APPLApplication Using Framework for Parallel Processing (FPP) FPP_APPLCHAR6FPP_APPL
MIDIdentification of Mass Activity FPP_MIDCHAR10FPP_MID
APPL_OBJApplication Log: Object Name (Application Code) BALOBJ_DCHAR20Assigned to domainBALOBJBALOBJ
APPL_SUBOBJApplication Log: Subobject BALSUBOBJCHAR20Assigned to domainBALSUBOBJBALSUBOBJ
USE_DETLEVELUsage of Detail Level of Application Log FPP_LOG_DETLEVELCHAR1BOOLE
PROG_SELECTIONProgram Name for Selection at Interface FPP_PROG_SELCHAR40PROGNAME
STANDARD_DATATable/Structure for Standard Data FPP_TAB_STDCHAR30Assigned to domainAS4TAB
FREE_SELECTIONSTable/Structure for Free Selection FPP_TAB_FREE_SELCHAR30Assigned to domainAS4TAB
ADDITIONAL_DATATable/Structure for Additional Data FPP_TAB_ADDCHAR30Assigned to domainAS4TAB
FUNCTION_BEFOREFunctModule at Start of Parallel Processing of Bus.Processes FPP_FUNC_BEFORECHAR30Assigned to domainFUNCNAME
FUNC_AT_STARTFunction Module at Start of Parallel Job FPP_FUNC_AT_STARTCHAR30Assigned to domainFUNCNAME
FUNCTION_BUSINESFunction Module for Parallel Processing of Bus.Processes FPP_FUNC_BUSICHAR30Assigned to domainFUNCNAME
FUNC_AT_JOB_ENDFunction Module At End of Parallel Job FPP_FUNC_AT_JOB_ENDCHAR30Assigned to domainFUNCNAME
FUNCTION_AFTERFunctModule at End of Parallel Processing of Bus.Processes FPP_FUNC_AFTERCHAR30Assigned to domainFUNCNAME
NUMBER_NEWSTARTSDetermines Whether to Restart and No. of Restarts FPP_NEWSTARTNUMC6FPP_COUNT

Key field Non-key field



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

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

SELECT SINGLE *
FROM FPP_CUST
INTO CORRESPONDING FIELDS OF WA_FPP_CUST
WHERE...

How to access SAP table FPP_CUST

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