P05_S_ZKM_ZA_PDF SAP (Notification of Sickness Print Structure: Sickness Statement) Structure details

Dictionary Type: Structure
Description: Notification of Sickness Print Structure: Sickness Statement




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




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

P05_S_ZKM_ZA_PDF 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 "Notification of Sickness Print Structure: Sickness Statement" 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_P05_S_ZKM_ZA_PDF TYPE P05_S_ZKM_ZA_PDF.

The P05_S_ZKM_ZA_PDF table consists of various fields, each holding specific information or linking keys about Notification of Sickness Print Structure: Sickness Statement data available in SAP. These include ZA_WORKDAY_YES (Actually a Working Day: Yes), ZA_WORKDAY_NO (Actually a Working Day: No), ZA_MAX_4_NO (Maximum of 4 weeks: No), ZA_MAX_4_YES (Maximum of 4 weeks: Yes).. 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: Can Be Enhanced (Deep)


SAP P05_S_ZKM_ZA_PDF 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
ZA_DATE Date of 1st Day Not Worked0
ZA_WORKDAY_YES Actually a Working Day: Yes0
ZA_WORKDAY_NO Actually a Working Day: No0
ZA_MAX_4_NO Maximum of 4 weeks: No0
ZA_MAX_4_YES Maximum of 4 weeks: Yes0
ZA_PERIODE 0
ZA_DATE_REPORTED Date of Notification of Sickness0
ZA_DISABLED_OTHER_NO Unfit for Work Due to Someone Else: No0
ZA_DISABLED_OTHER_YES Unfit for Work Due to Someone Else: Yes0
ZA_DISABLED_ACCIDENT_NO Unfit for Work Due to Accident: No0
ZA_DISABLED_ACCIDENT_YES Unfit for Work Due to Accident: Yes0
ZA_PREGNANT Sickness Due to Pregnancy/Delivery0
ZA_DONOR Unfit for Work Due to Organ Donation0
ZA_LIMITED Disabled Person or Structural Functional Limitations0
ZA_WIA_ENTITLED Entitlement to or Receiving WIA Benefit0
ZA_WAIT_WIA Waiting Period WIA completed0
ZA_WAO_WAZ Receives WAO or WAZ0
ZA_LT_18 Under 180
ZA_GE_18 18 or Older Without WAJONG0
ZA_WAJONG_ENTITLED Is or Was Entitled to WAJONG0
ZA_WAJONG Receives or Received WAJONG0
ZA_CWI Comes under CWI0
ZA_WSW Comes Under WSW0
ZA_SERVICE Belongs to Work Incapacity Scheme0
ZA_WAIT_NO Waiting Period Applicable: No0
ZA_WAIT_YES Waiting Period Applicable: Yes0
ZA_WAIT_DAYS Number of Waiting Period Days0
ZA_PERCENTAGE Percentage to Be Paid0
ZA_REGULAR Normal Employment0
ZA_TEMP Worker on Temp. Loan0
ZA_STAND_BY Standby/Stand-In Worker0
ZA_SPECIAL Special Employment (Intern, Contractor, Working from Home)0
ZA_ILL_AFTER Illness After Termination of Employment0
ZA_ENDED_BEFORE Employment Terminated After Illness0
ZA_LAST_DATE Date of Last Day if Not Sick0

Key field Non-key field



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

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

How to access SAP table P05_S_ZKM_ZA_PDF

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