RPL_ZUSATZ SAP (Additional List for Pension Information Procedure) Structure details

Dictionary Type: Structure
Description: Additional List for Pension Information Procedure




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




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

RPL_ZUSATZ 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 "Additional List for Pension Information Procedure" 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_RPL_ZUSATZ TYPE RPL_ZUSATZ.

The RPL_ZUSATZ table consists of various fields, each holding specific information or linking keys about Additional List for Pension Information Procedure data available in SAP. These include KS (Pension Office), BS (Authority Identifier), AZ (Reference), PERNR (Personnel Number).. 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 RPL_ZUSATZ 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
LFDNRSequence Number RPL_LFDNRINT410INT4
KSPension Office RPL_KSCHAR1CHAR1
BSAuthority Identifier AMKEZCHAR4CHAR4
AZReference AMAKZCHAR14RENUM
PERNRPersonnel Number P_PERNRNUMC8PERNR
IAInformation Type RPL_IACHAR1CHAR1
LEATBenefit Type RPL_LEATCHAR2CHAR2
KIWANumber of Children/Orphans RPL_KIWACHAR2CHAR2
ZAHLBEGINNPayment Start RPL_ZAHLBEGINNDATS8DATUM
PABNRPayroll Number RPL_PABNRCHAR3CHAR3
VSNUMIdentification of Amount to Be Imputed NUMARCHAR14RENUM
ZGEPPayment Recipient RPL_ZGEPCHAR35TEXT35
PLZPostal Code RPL_PLZCHAR5CHAR5
ORTCity Of Residence RPL_ORTCHAR30TEXT30
STRStreet and Number RPL_STRCHAR35TEXT35
WFGDCession Reason RPL_WFGDCHAR30TEXT30
RTBTVOPension Amount Old, Statutory RPL_RTBTVOINT410INT4
RTBTNCPension Amount New, Statutory RPL_RTBTNCINT410INT4
ZLBTVOStatutory Accident Insurance and Supplementary Pension, Old RPL_ZLBTVOINT410INT4
ZLBTNCStatutory Accident Insurance and Supplementary Pension, New RPL_ZLBTNCINT410INT4
RUBTSuspension Amount RPL_RUBTINT410INT4
BYZSBTContribution Supplement Amount for Vol./Priv. HI RPL_BYZSBTINT410INT4
BYKKContribution to HI/CI from Supplementary Pension RPL_BYKKINT410INT4
BYVAKVContribution of Pension Insurance Institution to HI RPL_BYVAKVINT410INT4
HVBTLeave Pension Insurance Fund (Section 269 SGB VI) RPL_HVBTINT410INT4
BTKIZUChild Supplement Amount RPL_BTKIZUINT410INT4
OKBReduction/Adjustment Amount Acc. to Section 86 BVG RPL_OKBINT410INT4
OAUFZSTop-Up Amount/Pension Bonus RPL_OAUFZSINT410INT4
OSZSFamily-Related Bonus Acc. to Art. 40 RUEG RPL_OSZSINT410INT4
OEPENCompensation Pension RPL_OEPENINT410INT4
BYZSBTPEContribution Supplement Amount for Care Insurance RPL_BYZSBTPEINT410INT4

Key field Non-key field



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

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

How to access SAP table RPL_ZUSATZ

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