RPCSVBD1 SAP (Parameter String for SI Contribution Statement) Structure details

Dictionary Type: Structure
Description: Parameter String for SI Contribution Statement




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




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

RPCSVBD1 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 String for SI Contribution Statement" 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_RPCSVBD1 TYPE RPCSVBD1.

The RPCSVBD1 table consists of various fields, each holding specific information or linking keys about Parameter String for SI Contribution Statement data available in SAP. These include FORMNAME (Form Name), FORMSUM (Form Name), UMSREGEL (Conversion Rule for Sender), SORT_EN (Sort by Individual Statement Lists).. 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 RPCSVBD1 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
PRNTRSpool: Output device RSPOPNAMECHAR4TSP03SPDEVRSPOPNAME
FORMNAMEForm Name TDFORMCHAR16TDFORM
FORMSUMForm Name TDFORMCHAR16TDFORM
UMSREGELConversion Rule for Sender PSVK8CHAR5CHAR5MRK
SORT_ENSort by Individual Statement Lists P011_S_ENCHAR1P011_S_EN
SORT_SNSort by Collective Statement Lists P011_S_SNCHAR1P011_S_SN
BETRAGSI Statement of Contributions: Amount Field P011_BETRGDEC16(2) DSVNWP011_BETRG
ANZAHLSI Statement of Contributions: SI Days P011_ANZHLDEC4DSVNWP011_ANZHL
SOFDRUPrint Immediately P011_SODRCHAR1XFELD
OUTPUT1Create Dataset for Transfer PSVK3CHAR1XFELD
ZAEHL_KRKSequence Number SEQNOCHAR3SEQNO
STORNReversal Display P01_STORNCHAR1XFELD
FAELLIGDue on 25th of Current Month P01_FALLIGCHAR1XFELD
BFREIContributions for Voluntarily-Insured with Altern. Due Date P01_BFREICHAR1XFELD
BALLEContributions from Remuneration and Benefits Payments P01_BALLECHAR1XFELD
BRENTContributions from Benefits Payments P01_BRENTCHAR1XFELD
BNORMContributions from Remuneration P01_BNORMCHAR1XFELD
BABSContributions from Remuneration (Qualified Advance Payment) P01_BABSCHAR1XFELD
BSIMContributions from Remuneration (Simulation Payroll) P01_BSIMCHAR1XFELD
BVORMContributions from Remuneration (Basis: Prev. Mo. Contrib.) P01_BVORMCHAR1XFELD
BDIFFDifference Contributions from Remuneration P01_BDIFFCHAR1XFELD
VARIANTEABAP: Name of variant (without program name) VARIANTCHAR14Assigned to domainVARIANT
LAUFNRContribution Statement Run Number P01_LAUFNRCHAR2CHAR2
STORESave List of HI Funds P01_STORECHAR1XFELD
SECHSTELApply Transitional Rule P01_SECHSTELCHAR1XFELD
REVISSave Revision List P01_REVISCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RPCSVBD1

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