RPCPXXDX SAP (Parameter of Evaluation Report for Garnishment) Structure details

Dictionary Type: Structure
Description: Parameter of Evaluation Report for Garnishment




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




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

RPCPXXDX is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Parameter of Evaluation Report for Garnishment" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RPCPXXDX TYPE RPCPXXDX.

The RPCPXXDX table consists of various fields, each holding specific information or linking keys about Parameter of Evaluation Report for Garnishment data available in SAP. These include PFNR1 (Garnishment Number), EXAKT (Exact Representation), ASDAT (Date of Issue of Statement), ASTEL (Issuer).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP RPCPXXDX structure 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
PFAR1Garnishment type PFAR1CHAR1PFART
PFNR1Garnishment Number PFNMRNUMC3PFNUM
EXAKTExact Representation EXAKTCHAR1XFELD
ASDATDate of Issue of Statement ASDTMDATS8DATUM
ASTELIssuer ASTELCHAR30TEXT30
STDNRPart of Standard Text Number STDNRNUMC3NUM03
ANARTAddress type ANAR1CHAR2CHAR2
ABSTDDistance from Left Margin ASTNDCHAR1ASTND
PFAR2Garnishment type PFAR2CHAR1PFART
PFNR2Garnishment Number PFNR2NUMC3PFNUM
AWARTEvaluation type AUSARCHAR1AUSAR
AWPERSelection for Repayment AWPERCHAR1AWPER
PERASPeriod selection PERASCHAR1PERAS
BEGPPStart Period (Period) BEGPPNUMC2PABRP
BEGJJStart Period (Year) BEGJJNUMC4GJAHRGJAHR
GTLGTSelect Repaid Items GTLGTCHAR1XFELD
SORTRSort SORTRCHAR1SORTR
ABSENPrint sender ABSENCHAR1XFELD
TELEFTelephone number TELEFCHAR14TELNR
UMSETFeature for conversion of personnel area/subarea UMSET_DCHAR5CHAR5
PFAR3Garnishment type PFAR3CHAR1PFART
PFNR3Garnishment number PFNR3NUMC3PFNUM
BIARTType of execution BIARTCHAR1BIART
BEGDAValid from date BEGBIDATS8DATUM
ENDDAValid to date ENDBIDATS8DATUM
BINAMName of batch input session BINAMCHAR12CHAR12
SPRDTBatch input session locked until SPRDTDATS8DATUM
X0113Note Interest infotype X0113CHAR1XFELD
X0117Note infotype Compensation X0117CHAR1XFELD
PFAR4Garnishment type PFAR4CHAR1PFART
PFNR4Garnishment Number PFNR4NUMC3PFNUM
UMDATConversion Date for Currency Conversion UMDTMDATS8DATUM
WAERGTarget Currency for Currency Conversion WAERGCUKY5T500WWAERS
WAERSEvaluation currency PDE_WAERSCUKY5T500WWAERS
ABRVPEvaluate Payroll Result for Previous Period ABRVPCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP structure RPCPXXDX using ABAP code?

As RPCPXXDX is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RPCPXXDX as there is no data to select.

How to access SAP table RPCPXXDX

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