PDEPBSVASEN_SIPB SAP (Simulated Employment Periods with Their Selection Class) Table details

Dictionary Type: Table
Description: Simulated Employment Periods with Their Selection Class




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




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

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

The PDEPBSVASEN_SIPB table consists of various fields, each holding specific information or linking keys about Simulated Employment Periods with Their Selection Class 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_SIPB 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 MANDTCLNT3PDEPBSVASEN_FSPAMANDT
PERNRPersonnel number PERSNONUMC8PDEPBSVASEN_FSPAPERSNOPER
REQTYPEBusiness Scenario P00_PBS_REQTYPECHAR4T591ASUBTY_591A
APRFNRApplication reference number P00_PBS_APRFNRNUMC6NUMC06
VERSIONHR-PBS: NO Cluster Version (Statements) P_99_PBSCA_VERSIONNUMC2NUM02
BEGDAStart Date BEGDADATS8PDEPBSVASEN_FSPADATUM
TSPCLSelection Class PSEN_TSPCLCHAR4T525NPSEN_TSPCL
CVBEGDAStart of Employment Period PDE_PBSVASEN_CVBEGDADATS8DATUM
CVENDDAEnd of Employment Period PDE_PBSVASEN_CVENDDADATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM PDEPBSVASEN_SIPB
INTO CORRESPONDING FIELDS OF WA_PDEPBSVASEN_SIPB
WHERE...

How to access SAP table PDEPBSVASEN_SIPB

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