PC2SA_OH SAP (Payroll Result: OH Data for KSA) Structure details

Dictionary Type: Structure
Description: Payroll Result: OH Data for KSA




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




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

PC2SA_OH 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: OH Data for KSA" 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_PC2SA_OH TYPE PC2SA_OH.

The PC2SA_OH table consists of various fields, each holding specific information or linking keys about Payroll Result: OH Data for KSA data available in SAP. These include ENDDA (End Date), SUBTY (Subtype), OBJPS (Object Identification), TRACE (Occupational Hazard Trace Information).. 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 PC2SA_OH 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
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
SUBTYSubtype SUBTYCHAR4SUBTYSUB
OBJPSObject Identification OBJPSCHAR2OBJPSOPS
TRACEOccupational Hazard Trace Information P24_TRACECHAR3
OHSTSStatus of Occupational Hazard Case P24_OHSTSCHAR2P24_OHSTS
STOPPDate of Stop Salary Payment to Employee P24_STOPPDATS8DATUM
INJUYInjury Degree P24_INJURCHAR1P24_INJUR
CMPIDCompensation Model ID P24_CMPIDCHAR2Assigned to domainP24_CMPID
OHNATOccupational Hazard Nationality P24_OHNATCHAR3P24_OHNAT
PAYWYPayment Method for Occupational Hazard Compensation P24_PAYWYCHAR1P24_PAYWY
DYPERDaily Allowance Percentage P24_DYPERNUMC3P24_DYPER
DEGREDaily Allowance Degree % P24_DEGRENUMC3
LUMPNLump Sum Period P24_LUMPNNUMC3
LUMWYLumsum compensation way P24_LUMWYCHAR1P24_LUMWY
BONDTOff-cycle payroll payment date BONDTDATS8DATUM
AGEGPAge Group for Occupational Hazard P24_AGEGPCHAR4
INDAGAge Relevancy with Compensation Payment P24_INDAGCHAR1P24_INDAG
DISGPDisability Degree Group for Occupational Hazard P24_DISGPCHAR4
DEGR2OH Disability Degree % P24_DEGR2NUMC3
BASMXMaximum Limit P24_MAXCTCURR13(2) P_AMT07V
BASMIMinum Limit P24_MINCTCURR13(2) P_AMT07V
BASWTWage Type for Calculation Base Amount P24_BASWTCHAR4Assigned to domainLGART
PRMWTWage Type for Compensation Amount P24_PRMWTCHAR4Assigned to domainLGART
AMTCPPaid Compensation Amount P24_AMTCPCURR13(2) P_AMT07V
ALWGPAdditional Allowance for Occupational Hazard P24_ALWGPCHAR4
ALWC1approved by GOSI medical board for additional compensation P24_ALWC1CHAR1BOOLEAN
ALWT1Wage Type LGARTCHAR4Assigned to domainLGART
AMTV1Amount P24_AMOUTCURR13(2) P_AMT07V
AMTP1Paid Allowance Amount P24_AMTPYCURR13(2) P_AMT07V
ALWC2approved by GOSI medical board for additional compensation P24_ALWC1CHAR1BOOLEAN
ALWT2Wage Type LGARTCHAR4Assigned to domainLGART
AMTV2Amount P24_AMOUTCURR13(2) P_AMT07V
AMTP2Paid Allowance Amount P24_AMTPYCURR13(2) P_AMT07V
ALWC3approved by GOSI medical board for additional compensation P24_ALWC1CHAR1BOOLEAN
ALWT3Wage Type LGARTCHAR4Assigned to domainLGART
AMTV3Amount P24_AMOUTCURR13(2) P_AMT07V
AMTP3Paid Allowance Amount P24_AMTPYCURR13(2) P_AMT07V
ALWC4approved by GOSI medical board for additional compensation P24_ALWC1CHAR1BOOLEAN
ALWT4Wage Type LGARTCHAR4Assigned to domainLGART
AMTV4Amount P24_AMOUTCURR13(2) P_AMT07V
AMTP4Paid Allowance Amount P24_AMTPYCURR13(2) P_AMT07V
ALWC5approved by GOSI medical board for additional compensation P24_ALWC1CHAR1BOOLEAN
ALWT5Wage Type LGARTCHAR4Assigned to domainLGART
AMTV5Amount P24_AMOUTCURR13(2) P_AMT07V
AMTP5Paid Allowance Amount P24_AMTPYCURR13(2) P_AMT07V
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

How to access SAP table PC2SA_OH

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