PFR_RPLPARF0_WITHDREWAL SAP (Structure of RPLPARF0 ITHDREWAL) Structure details

Dictionary Type: Structure
Description: Structure of RPLPARF0 ITHDREWAL




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




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

PFR_RPLPARF0_WITHDREWAL 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 "Structure of RPLPARF0 ITHDREWAL" 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_PFR_RPLPARF0_WITHDREWAL TYPE PFR_RPLPARF0_WITHDREWAL.

The PFR_RPLPARF0_WITHDREWAL table consists of various fields, each holding specific information or linking keys about Structure of RPLPARF0 ITHDREWAL data available in SAP. These include PARXY (Amount withdrawn), MOTXY (Release reason), CSGXY (CSG on interest (profit sharing)), CRDSXY (CRDS on interest (profit sharing)).. 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: Cannot Be Enhanced


SAP PFR_RPLPARF0_WITHDREWAL 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
DATXYDate of withdrawal P06_DATRDATS8DATUM
PARXYAmount withdrawn PARPYCURR9(2) BETRG
MOTXYRelease reason MOTIFNUMC2Assigned to domainMOTIF
CSGXYCSG on interest (profit sharing) P06_CSGICURR9(2) BETRG
CRDSXYCRDS on interest (profit sharing) P06_CRDSICURR9(2) BETRG
NPSXYSS contributions on interest P06_NPSICURR9(2) BETRG
PLIXYLevy on interest deducted at source (profit sharing) P06_PLIBCURR9(2) BETRG
CURXYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
ATEXTLong text for payment reason ATXTFCHAR50TEXT50

Key field Non-key field



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

As PFR_RPLPARF0_WITHDREWAL 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 PFR_RPLPARF0_WITHDREWAL as there is no data to select.

How to access SAP table PFR_RPLPARF0_WITHDREWAL

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