PPFTWFRU SAP (PPF: Workflow Medium (Runtime)) Table details

Dictionary Type: Table
Description: PPF: Workflow Medium (Runtime)




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




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

PPFTWFRU is a standard SAP Table which is used to store PPF: Workflow Medium (Runtime) data and is available within R/3 SAP systems depending on the version and release level.

The PPFTWFRU table consists of various fields, each holding specific information or linking keys about PPF: Workflow Medium (Runtime) data available in SAP. These include GUID (Globally Unique Identifier), CHANGED (Medium Manually Changed), PROTOCOLNO (Application log: log number), PARTNR_CLS (Globally Unique Identifier).. 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: Not classified


SAP PPFTWFRU 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 ID SYMANDTCLNT3Assigned to domainMANDT
GUIDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
CHANGEDMedium Manually Changed PPFDMECHNGCHAR1BOOLE
PROTOCOLNOApplication log: log number BALOGNRCHAR20Assigned to domainBALOGNR
PARTNR_CLSGlobally Unique Identifier OS_GUIDRAW16SYSUUID
PARTNR_OIDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
TRIGG_CLSGlobally Unique Identifier OS_GUIDRAW16SYSUUID
TRIGG_OIDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
WF_TEMPLTask ID SWW_TASKCHAR14HROBJEC_14
WF_INSTANCWork item ID SWW_WIIDNUMC12Assigned to domainSWW_WIIDWID
CUSTCONTSingle-Character Indicator CHAR1CHAR1CHAR1
CONTAINERID for Parameter Condition SWJ_CONDIDCHAR32SYSUUID_C
CONTDISPLName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
BOR_OBJObject type OJ_NAMECHAR10Assigned to domainOJ_NAME
BUS_OBJType of Objects in Persistent Object References SIBFTYPEIDCHAR32SIBFTYPEID

Key field Non-key field



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

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

SELECT SINGLE *
FROM PPFTWFRU
INTO CORRESPONDING FIELDS OF WA_PPFTWFRU
WHERE...

How to access SAP table PPFTWFRU

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