PPARFC SAP (Interface Table for aRFC Processing) Table details

Dictionary Type: Table
Description: Interface Table for aRFC Processing




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




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

PPARFC is a standard SAP Table which is used to store Interface Table for aRFC Processing data and is available within R/3 SAP systems depending on the version and release level.

The PPARFC table consists of various fields, each holding specific information or linking keys about Interface Table for aRFC Processing data available in SAP. These include RELID (aRFC Relid), SRTFD (aRFC Key), SRTF2 (aRFC Sort Field), HISTO (Historical Record Flag).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP PPARFC 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
RELIDaRFC Relid HRPP_ARFC_RELIDCHAR2
SRTFDaRFC Key HRPP_ARFC_KEYCHAR32
SRTF2aRFC Sort Field HRPP_ARFC_SRTFDINT410SYBIN4
HISTOHistorical Record Flag HISTOCHAR1CHAR1
AEDTMLast Changed On HRPP_AEDATDATS8DATUM
AEUZTTime of Last Change HRPP_AEUZTTIMS6UZEIT
UNAMEUser Name UNAMECHAR12UNAME
PGMIDABAP Program: Current Main Program SYREPIDCHAR40Assigned to domainPROGRAMM
CLUSTRaRFC Cluster HRPP_ARFC_CLUSTERINT25SYBIN2
CLUSTDaRFC Data HRPP_ARFC_DATALRAW32000

Key field Non-key field



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

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

SELECT SINGLE *
FROM PPARFC
INTO CORRESPONDING FIELDS OF WA_PPARFC
WHERE...

How to access SAP table PPARFC

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