PC256 SAP (Payroll result: EPF (Malaysia)) Structure details

Dictionary Type: Structure
Description: Payroll result: EPF (Malaysia)




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




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

PC256 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 "Payroll result: EPF (Malaysia)" 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_PC256 TYPE PC256.

The PC256 table consists of various fields, each holding specific information or linking keys about Payroll result: EPF (Malaysia) data available in SAP. These include BEGDA (Start Date), ENDDA (End Date), EPFNO (Employee EPF number), EPFIN (Employee initials for EPF).. 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 PC256 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
CNTR3Split for Commuter Lump Sum CNTR3RAW1RAW1
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
EPFNOEmployee EPF number P14_EPFNOCHAR20CHAR20
EPFINEmployee initials for EPF P14_EPFINCHAR10CHAR10
EPFOPFlag to indicate that contributions are made to EPF P14_EPFOPCHAR1XFELD
CPCEEEmployee contribution percentage P14_CPCEEDEC5(2) DEC3_2
CINEEIndicator for employee contribution P14_CINEECHAR1CHAR1
AMTEEEmployee contribution amount P14_AMTEECURR9(2) WERTV5
EEACYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
OPREEEmployee amount operation P14_OPREECHAR1P14_AMTOP
CPCEREmployer contribution percentage P14_CPCERDEC5(2) DEC3_2
CINERIndicator for employer contribution P14_CINERCHAR1CHAR1
AMTEREmployer contribution amount P14_AMTERCURR9(2) WERTV5
ERACYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
OPREREmployer amount operation P14_OPRERCHAR1P14_AMTOP
ICINDChoice of IC number (old or new) P14_ICINDCHAR1XFELD
ERRNEEmployer EPF reference number for Malaysia P14_ERRNECHAR20CHAR20
EMFSLPayee key for bank transfers EMFSL_521BCHAR8Assigned to domainEMFSL_521B
RETINPersonal Retirement Age Indicator For EPF P14_RETINCHAR1CHAR1
RETAGPersonal Retirement Age For EPF P14_RETAGCHAR2CHAR2

Key field Non-key field



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

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

How to access SAP table PC256

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