PAYMY_NATIONAL SAP (HR-PAY-MY: NAtional part of payroll result) Structure details

Dictionary Type: Structure
Description: HR-PAY-MY: NAtional part of payroll result




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




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

PAYMY_NATIONAL 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 "HR-PAY-MY: NAtional part of payroll result" 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_PAYMY_NATIONAL TYPE PAYMY_NATIONAL.

The PAYMY_NATIONAL table consists of various fields, each holding specific information or linking keys about HR-PAY-MY: NAtional part of payroll result data available in SAP. These include SOCSO (), CNTR1 (SI split), BEGDA (Start Date), ENDDA (End Date).. 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 PAYMY_NATIONAL 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
TAX 0
SOCSO 0
CNTR1SI split CNTR1RAW1RAW1
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
SOCNOEmployee SOCSO number P14_SOCNOCHAR20CHAR20
CTGRYCategory of SOCSO opted P14_CTGRYCHAR1P14_CTGRY
ERRNSEmployer SOCSO reference number for Malaysia P14_ERRNSCHAR20CHAR20
EMFSLPayee key for bank transfers EMFSL_521BCHAR8EMFSL_521B
EPF 0
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 WAERSCUKY5WAERSFWS
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 WAERSCUKY5WAERSFWS
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_521BCHAR8EMFSL_521B
RETINPersonal Retirement Age Indicator For EPF P14_RETINCHAR1CHAR1
RETAGPersonal Retirement Age For EPF P14_RETAGCHAR2CHAR2
TAXE 0

Key field Non-key field



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

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

How to access SAP table PAYMY_NATIONAL

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