RPL_UPD_TYPE SAP (ALV Output Structure in Pension Information Procedure) Structure details

Dictionary Type: Structure
Description: ALV Output Structure in Pension Information Procedure




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




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

RPL_UPD_TYPE 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 "ALV Output Structure in 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_UPD_TYPE TYPE RPL_UPD_TYPE.

The RPL_UPD_TYPE table consists of various fields, each holding specific information or linking keys about ALV Output Structure in Pension Information Procedure data available in SAP. These include BS (Authority Identifier), AZ (Reference), PERNR (Personnel Number), IA (Information Type).. 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 RPL_UPD_TYPE 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
KSPension Office RPL_KSCHAR1CHAR1
BSAuthority Identifier AMKEZCHAR4CHAR4
AZReference AMAKZCHAR14RENUM
PERNRPersonnel Number P_PERNRNUMC8PERNR
IAInformation Type RPL_IACHAR1CHAR1
DAT1Old Payment Start in Pension Information Procedure RPL_ZAHLBEGALTCHAR10RPL_ZAHLBEG
PAN1Payroll Number RPL_PABNRCHAR3CHAR3
NUM1Old Pension Number in Pension Information Procedure RPL_RENTNRALTCHAR14RPL_RENTNR
BET1Pension Amount Old, Statutory RPL_RTBTVOCHARCHAR10RPL_RTBTCHAR
DAT2New Payment Start in Pension Information Procedure RPL_ZAHLBEGNEUCHAR10RPL_ZAHLBEG
PAN2Payroll Number RPL_PABNRCHAR3CHAR3
NUM2New Pension Number in Pension Information Procedure RPL_RENTNRNEUCHAR14RPL_RENTNR
BET2Pension Amount New, Statutory RPL_RTBTNCHARCHAR10RPL_RTBTCHAR
RUBTSuspended Part of Pension RPL_RUBTCHARCHAR10RPL_RTBTCHAR
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
AKT_GNDAction/Reason in Pension Information Procedure RPL_AKT_GRUNDCHAR15RPL_AKT_GRUND
LFDNRSequence Number RPL_LFDNRINT410INT4

Key field Non-key field



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

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

How to access SAP table RPL_UPD_TYPE

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