PKW_HKWPGSI0_ALV SAP (ALV Data Structure for Reporting HKWPGSI0) Structure details

Dictionary Type: Structure
Description: ALV Data Structure for Reporting HKWPGSI0




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




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

PKW_HKWPGSI0_ALV 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 "ALV Data Structure for Reporting HKWPGSI0" 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_PKW_HKWPGSI0_ALV TYPE PKW_HKWPGSI0_ALV.

The PKW_HKWPGSI0_ALV table consists of various fields, each holding specific information or linking keys about ALV Data Structure for Reporting HKWPGSI0 data available in SAP. These include FNAME (Full Name), PISSS (PIFSS Salary Amount), EESSC (Employee Social Security (PIFSS) Contribution), ERSSC (Employer Social Security (PIFSS) Contribution).. 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 (character-type or numeric)


SAP PKW_HKWPGSI0_ALV 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
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
FNAMEFull Name PKW_FNAMECHAR120
PISSSPIFSS Salary Amount PKW_PISSACURR15(2) PRBETRG
EESSCEmployee Social Security (PIFSS) Contribution PKW_EESSCCURR15(2) PRBETRG
ERSSCEmployer Social Security (PIFSS) Contribution PKW_ERSSCCURR15(2) PRBETRG
REESSDifference of Retro for PIFSS Employee Contribution PKW_REESSCURR15(2) PRBETRG
RERSSDifference of Retro for PIFSS Employer Contribution PKW_RERSSCURR15(2) PRBETRG
EEBCOEmployee Basic Contribution PKW_EEBCOCURR15(2) PRBETRG
ERBCOEmployer Basic Contribution PKW_ERBCOCURR15(2) PRBETRG
REEBCDifference of Retro for Employee Basic Contribution PKW_REEBCCURR15(2) PRBETRG
RERBCDifference of Retro for Employer Basic Contribution PKW_RERBCCURR15(2) PRBETRG
EECCOEmployee Complementary Contribution PKW_EECCOCURR15(2) PRBETRG
ERCCOEmployer Complementary Contribution PKW_ERCCOCURR15(2) PRBETRG
REECCDifference of Retro for Employee Complementary Contribution PKW_REECCCURR15(2) PRBETRG
RERCCDifference of Retro for Employer Complementary Contribution PKW_RERCCCURR15(2) PRBETRG
EERCOEmployee Retirement Contribution PKW_EERCOCURR15(2) PRBETRG
ERRCOEmployer Retirement Contribution PKW_ERRCOCURR15(2) PRBETRG
REERCDifference of Retro for Employee Retirement Contribution PKW_REERCCURR15(2) PRBETRG
RERRCDifference of Retro for Employer Retirement Contribution PKW_RERRCCURR15(2) PRBETRG
EEUCOEmployee Unemployment Contribution PKW_EEUCOCURR15(2) PRBETRG
ERUCOEmployer Unemployment Contribution PKW_ERUCOCURR15(2) PRBETRG
REEUCDifference of Retro for Employee Unemployment Contribution PKW_REEUCCURR15(2) PRBETRG
RERUCDifference of Retro for Employer Unemployment Contribution PKW_RERUCCURR15(2) PRBETRG
EETCOEmployee Total Contribution PKW_EETCOCURR15(2) PRBETRG
ERTCOCompany Total Contribution PKW_CPTCOCURR15(2) PRBETRG
SSTCOSocial Security Total Contribution PKW_SSTCOCURR15(2) PRBETRG
WAERSCurrency Key PKW_WAERSCUKY5Assigned to domainWAERS

Key field Non-key field



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

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

How to access SAP table PKW_HKWPGSI0_ALV

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