PDEPBSVASEN_SIPA SAP (Simulated Employment Periods) Table details

Dictionary Type: Table
Description: Simulated Employment Periods




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




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

PDEPBSVASEN_SIPA is a standard SAP Table which is used to store Simulated Employment Periods data and is available within R/3 SAP systems depending on the version and release level.

The PDEPBSVASEN_SIPA table consists of various fields, each holding specific information or linking keys about Simulated Employment Periods data available in SAP. These include PERNR (Personnel number), REQTYPE (Business Scenario), APRFNR (Application reference number), VERSION (HR-PBS: NO Cluster Version (Statements)).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP PDEPBSVASEN_SIPA table 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
MANDTClient MANDTCLNT3T000MANDT
PERNRPersonnel number PERSNONUMC8PA0003PERSNOPER
REQTYPEBusiness Scenario P00_PBS_REQTYPECHAR4T591ASUBTY_591A
APRFNRApplication reference number P00_PBS_APRFNRNUMC6NUMC06
VERSIONHR-PBS: NO Cluster Version (Statements) P_99_PBSCA_VERSIONNUMC2NUM02
BEGDAStart Date BEGDADATS8DATUM
CVBEGDAStart of Employment Period PDE_PBSVASEN_CVBEGDADATS8DATUM
CVENDDAEnd of Employment Period PDE_PBSVASEN_CVENDDADATS8DATUM
.INCLU-PTM 0
NUMERPTMNumerator: Weighting Factor PSEN_D_NUMERDEC11(3) PSEN_D_NUMER
DENOMPTMDenominator: Weighting Factor PSEN_D_DENOMDEC11(3) PSEN_D_DENOM
.INCLU-WCF 0
NUMERWCFNumerator: Weighting Factor PSEN_D_NUMERDEC11(3) PSEN_D_NUMER
DENOMWCFDenominator: Weighting Factor PSEN_D_DENOMDEC11(3) PSEN_D_DENOM
.INCLU-WQT 0
NUMERWQTNumerator: Weighting Factor PSEN_D_NUMERDEC11(3) PSEN_D_NUMER
DENOMWQTDenominator: Weighting Factor PSEN_D_DENOMDEC11(3) PSEN_D_DENOM
CALYYEmployment period calculation interface: Duration in years PSEN_CALYYDEC7(4) PSEN_CALYY
CALMMEmployment period calculation interface: Duration in months PSEN_CALMMDEC9(4) PSEN_CALMM
CALDDEmployment period calculation interface: Duration in days PSEN_CALDDDEC11(4) PSEN_CALDD

Key field Non-key field



How do I retrieve data from SAP table PDEPBSVASEN_SIPA using ABAP code

The following ABAP code Example will allow you to do a basic selection on PDEPBSVASEN_SIPA to SELECT all data from the table
DATA: WA_PDEPBSVASEN_SIPA TYPE PDEPBSVASEN_SIPA.

SELECT SINGLE *
FROM PDEPBSVASEN_SIPA
INTO CORRESPONDING FIELDS OF WA_PDEPBSVASEN_SIPA
WHERE...

How to access SAP table PDEPBSVASEN_SIPA

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