P01CSL SAP (Social Benefits CPS) Table details

Dictionary Type: Table
Description: Social Benefits CPS




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




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

P01CSL is a standard SAP Table which is used to store Social Benefits CPS data and is available within R/3 SAP systems depending on the version and release level.

The P01CSL table consists of various fields, each holding specific information or linking keys about Social Benefits CPS data available in SAP. These include MANDT (Client), PERNR (Personnel number), HANSP (Company Pension Scheme Entitlement), LSTTY (Type of Social Benefit).. 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 P01CSL 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 MANDTCLNT3Assigned to domainMANDT
PERNRPersonnel number PERSNONUMC8PA0003PERSNOPER
HANSPCompany Pension Scheme Entitlement P01C_HANSPCHAR4T5DCAP01C_ANSPR
LSTTYType of Social Benefit P01C_LSTTYCHAR1T5DCGP01C_KNZID
SEQNOSequence Number P01C_SEQNONUMC3P01C_NUMC3
ZHLDTDate Benefit Granted P01C_ZHLDTDATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
LGARTWage Type P01C_LGADACHAR4T512WLGART
BETRGAmount BETRGCURR9(2) WERTV5
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
ANZLSNumber of Benefits Received P01C_ANZLSDEC2DEC02
SPDATLock New Benefit P01C_SPDATDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM P01CSL
INTO CORRESPONDING FIELDS OF WA_P01CSL
WHERE...

How to access SAP table P01CSL

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