T5CPB SAP (HR-CH: Pension fund postings) Table details

Dictionary Type: Table
Description: HR-CH: Pension fund postings




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




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

T5CPB is a standard SAP Table which is used to store HR-CH: Pension fund postings data and is available within R/3 SAP systems depending on the version and release level.

The T5CPB table consists of various fields, each holding specific information or linking keys about HR-CH: Pension fund postings data available in SAP. These include KONNR (Individual PF account number), BUDAT (Posting date of a PF posting), SEQNR (Sequence number of posting per day), VALTY (PC Value Type).. 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: Can be enhanced (character-type)


SAP T5CPB 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
KONNRIndividual PF account number P02K_KONNRNUMC10NUMC10
BUDATPosting date of a PF posting P02K_BUDATDATS8DATS
SEQNRSequence number of posting per day P02K_SEQNRNUMC5NUMC5
VALTYPC Value Type P02_VALTYCHAR4T5CA2P02_VALTY
VALUEValue within processing control P02_VALCHAR18P02_VAL
VADATValue date for PF posting P02K_VADATDATS8DATS
PABRPPayroll Period PABRPNUMC2PABRP
PABRJPayroll Year PABRJNUMC4GJAHRGJAHR
EXPFLIndicator: Open posting P02K_EXPFLCHAR1XFELD
ORGINOrigin of a PF posting P02K_ORGINCHAR2CHAR2
UNAMEName of Person Who Changed Object AENAMCHAR12USNAM
PERNRPersonnel number for PF posting P02K_PERNRNUMC8PERNR
BUNUM P05K_BUNUMNUMC10NUMC10
STOFL P05K_STOFLCHAR1XFELD
CHDATChange Date of a PF Posting Document P02K_CHDATDATS8DATS
FIFLGIndicator: Posting Transfer to FI Open P02K_FIFLGCHAR1XFELD
RUNIDNumber of Posting Run P_EVNUMNUMC10NUMC10
FIBUKCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SEQSTSequence Number of Original Posting HRPFD00_SEQSTNUMC5NUMC5

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5CPB
INTO CORRESPONDING FIELDS OF WA_T5CPB
WHERE...

How to access SAP table T5CPB

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