RPBVSTA0S1 SAP (Increase Key Date) Structure details

Dictionary Type: Structure
Description: Increase Key Date




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




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

RPBVSTA0S1 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 "Increase Key Date" 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_RPBVSTA0S1 TYPE RPBVSTA0S1.

The RPBVSTA0S1 table consists of various fields, each holding specific information or linking keys about Increase Key Date data available in SAP. These include PERNR (Personnel number), BUKRS (Company Code), WERKS (Personnel Area), BTRTL (Personnel Subarea).. 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 (Deep)


SAP RPBVSTA0S1 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
PERNRPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
WERKSPersonnel Area PERSACHAR4Assigned to domainPERSAPBR
BTRTLPersonnel Subarea BTRTLCHAR4Assigned to domainBTRTLPBS
PERSGEmployee Group PERSGCHAR1Assigned to domainPERSGPRG
PERSKEmployee Subgroup PERSKCHAR2Assigned to domainPERSKPKR
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
SACHAPayroll Administrator SACHACHAR3SACHA
SACHPAdministrator for HR Master Data SACHPCHAR3SACHA
NACHNLast Name NACHNCHAR25NACHN
VORNAFirst Name VORNACHAR25VORNM
GBDATDate of Birth GBDATDATS8PDATEGBDAT
AGE18Reaching Age of 18 AGE18DATS8
ORGLTOrganizational Unit Name ORGLTCHAR40
PRDATEntry Date into Civil Service P03_PRAB0DATS8DATS
VRDT0Increase Key Date VRDT0DATS8
VRDT1Date of Next Increase STVORDATS8DATUM
TRFGBPay Scale Area TRFGBCHAR2Assigned to domainTRFGB
TRFGRPay Scale Group TRFGRCHAR8Assigned to domainTRFGR
TRFSTPay Scale Level TRFSTCHAR2Assigned to domainTRFST
ANTOTTotal Imputed Times ANTOTCHAR40
AN100Total Fully Imputed Times AN100CHAR40
AN050Total Semi-Imputed Times AN050CHAR40
ABZUGTransfer Loss Acc. to Gehaltsgesetz RAPS_UVERLCHAR40
PGTOTTotal Employment Periods before Date of Entry into Civ.Serv. PGTOTCHAR40
ZEITEN 0
ANREDTitle ANREDCHAR15TEXT15
TITELTitle TITELCHAR15Assigned to domainTITEL
OFFNAMEOffice Description BEZAMCHAR35
OFFADDROffice Address ANSAMCHAR80
BEARBComplete Name PAD_CNAMECHAR80TEXT80
TELNRAddresses: telephone no. TLFNRCHAR30TEXT30
ROOMNRRoom or Appartment Number AD_ROOMNUMCHAR10TEXT10
DATUMDate DATUMDATS8DATUM
OVLAPGeneral Flag FLAGCHAR1FLAG
ENAMEFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
TESTPRINT Test Print Indicator0

Key field Non-key field



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

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

How to access SAP table RPBVSTA0S1

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