RPCSVBD5 SAP (Indiv. Statement SAPscript Form Contribution Rates) Structure details

Dictionary Type: Structure
Description: Indiv. Statement SAPscript Form Contribution Rates




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




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

RPCSVBD5 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 "Indiv. Statement SAPscript Form Contribution Rates" 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_RPCSVBD5 TYPE RPCSVBD5.

The RPCSVBD5 table consists of various fields, each holding specific information or linking keys about Indiv. Statement SAPscript Form Contribution Rates data available in SAP. These include ENDD1 (End Date), KAGB1 (Percentage for Individual Contribution Statement), KEHB1 (Percentage for Individual Contribution Statement), KEMB1 (Percentage for Individual Contribution Statement).. 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 RPCSVBD5 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
BEGD1Start Date BEGDADATS8DATUM
ENDD1End Date ENDDADATS8DATUM
KAGB1Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
KEHB1Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
KEMB1Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
KPAB1Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
RAGB1Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
RPAB1Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
AAGB1Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
PAGB1Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
U1US1Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
U2US1Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
IGBS1Percent. Insolv. Pay Contrib. for Indiv. Contrib. Statement P01_SVPRZ_IGDEC6(4) DEC2_4
BEGD2Start Date BEGDADATS8DATUM
ENDD2End Date ENDDADATS8DATUM
KAGB2Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
KEHB2Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
KEMB2Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
KPAB2Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
RAGB2Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
RPAB2Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
AAGB2Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
PAGB2Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
U1US2Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
U2US2Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
IGBS2Percent. Insolv. Pay Contrib. for Indiv. Contrib. Statement P01_SVPRZ_IGDEC6(4) DEC2_4
BEGD3Start Date BEGDADATS8DATUM
ENDD3End Date ENDDADATS8DATUM
KAGB3Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
KEHB3Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
KEMB3Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
KPAB3Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
RAGB3Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
RPAB3Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
AAGB3Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
PAGB3Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
U1US3Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
U2US3Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
IGBS3Percent. Insolv. Pay Contrib. for Indiv. Contrib. Statement P01_SVPRZ_IGDEC6(4) DEC2_4
BEGD4Start Date BEGDADATS8DATUM
ENDD4End Date ENDDADATS8DATUM
KAGB4Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
KEHB4Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
KEMB4Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
KPAB4Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
RAGB4Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
RPAB4Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
AAGB4Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
PAGB4Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
U1US4Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
U2US4Percentage for Individual Contribution Statement P01_SVPRZDEC4(2) DEC2_2
IGBS4Percent. Insolv. Pay Contrib. for Indiv. Contrib. Statement P01_SVPRZ_IGDEC6(4) DEC2_4

Key field Non-key field



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

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

How to access SAP table RPCSVBD5

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