PC23B SAP (Payresult: Soc. Provident Funds/SG) Structure details

Dictionary Type: Structure
Description: Payresult: Soc. Provident Funds/SG




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




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

PC23B 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 "Payresult: Soc. Provident Funds/SG" 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_PC23B TYPE PC23B.

The PC23B table consists of various fields, each holding specific information or linking keys about Payresult: Soc. Provident Funds/SG data available in SAP. These include BEGDA (Start Date), ENDDA (End Date), SIGRP (Institution of soc. provident funds SG), SIOFC (Social insurance branch office).. 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: Cannot Be Enhanced


SAP PC23B 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
CNTR1SI split CNTR1RAW1RAW1
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
SIGRPInstitution of soc. provident funds SG P25M_SIGRPCHAR2Assigned to domainP25M_SIGRP
SIOFCSocial insurance branch office P25M_SIOFCCHAR6CHAR6
CPFIDFund type P25M_FUNTYCHAR2Assigned to domainP25M_FUNTY
CPFACCPF account number P25M_CPFACCHAR15CHAR15
FUNCLFund class P25M_FUNCLCHAR1CHAR1
CPFNAFund name P25M_FUNDNCHAR5P25M_FUNDN
FWTYPTypes of foreign workers P25M_FWTYPCHAR2Assigned to domainP25M_FWTYP
FWSGRSubgroup of foreign workers P25M_FWSGRCHAR1P25M_FWSGR
FWLPRPermanent resident (PR) P25M_FWLPRCHAR1XFELD
SGPRDDate of being granted permanent resident status P25M_SGPRDDATS8DATUM
COGRPContribution group for conversion from FWL to CPF P25M_COGRPCHAR3CHAR3
BETGRContribution group of soc. provident funds SG P25M_BETGRCHAR3CHAR3
EMEAGAge of employee P25M_EMEAGNUMC3NUMC3
PRTRPTransition period of PR status P25M_PRTRPCHAR2CHAR2
EEPERFixed rate for the CPF voluntary countr. of employee P25M_EEPERDEC5(2) DEC3_2
EEEPCIn excess of the statutory rate for CPF voluntary of e'yee P25M_EEEPCDEC5(2) DEC3_2
EEAMTFlat amount for CPF voluntary contribution of employee P25M_EEAMTCURR9(2) WERTV5
EEEAMIn excess of satutory amount for CPF voluntary of employee P25M_EEEAMCURR9(2) WERTV5
EYPERFixed rate for the CPF voluntary countr. of employer P25M_EYPERDEC5(2) DEC3_2
EYEPCIn excess of statutory rate for CPF voluntary of e'yer P25M_EYEPCDEC5(2) DEC3_2
EYAMTFlat amount for CPF voluntary contribution of employer P25M_EYAMTCURR9(2) WERTV5
EYEAMExcess of statutory amount for CPF voluntary of employer P25M_EYEAMCURR9(2) WERTV5
AWADJCPF adjustments for CPF contribution on AW P25M_AWADJCHAR1XFELD
POSOVEmployee's CPF contr. in respect of overseas posting P25M_POSOVCHAR1XFELD
EEWAECurrency Key WAERSCUKY5Assigned to domainWAERSFWS
EECURCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
EYWAECurrency Key WAERSCUKY5Assigned to domainWAERSFWS
EYCURCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CPFVOSwitch for the CPF voluntary P25M_CPFVOCHAR1XFELD
RTCPFType of PR/NRIC Rate- Graduated/Full Rate P25M_RTCPFCHAR2CHAR2H_T5R1I
VCLMTSwitch for Monthly Voluntary Contribution Adjustment P25M_VCLMTCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table PC23B

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