P13P1_PIF_ALV SAP (Structure fo PIF interface ALV list) Structure details

Dictionary Type: Structure
Description: Structure fo PIF interface ALV list




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




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

P13P1_PIF_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 "Structure fo PIF interface ALV list" 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_P13P1_PIF_ALV TYPE P13P1_PIF_ALV.

The P13P1_PIF_ALV table consists of various fields, each holding specific information or linking keys about Structure fo PIF interface ALV list data available in SAP. These include PAYRN (Payroll Run number), PDATE (Date Specifications Per Payroll Period), PYCTR (APS Pay Center), SHMID (Scheme ID).. 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)


SAP P13P1_PIF_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
EMPLR Employer ID0
PAYRN Payroll Run number0
PDATEDate Specifications Per Payroll Period DADATDATS8DATUM
PYCTRAPS Pay Center PAU_PYCTRCHAR10PAU_PYCTR
SHMID Scheme ID0
MEMNO Membership No.0
PERNR Employee Payroll No.0
TAXFN Tax file no.0
ATEXT Name title0
NACHN Family name0
VORNA Given name0
GBDATDate of Birth GBDATDATS8PDATEGBDAT
GESCH Sex0
NAME2 Previous surname0
HIRED Employment Start Date0
JONID Scheme Commencement0
EECON Current Contri0
ERCON Employer Contri0
ADCON Employer Additional Contri0
SSCON Salary Sacrifice Contri0
SHCON Employer Shortfall Contri0
ADIC ADIC Payment0
PSSAM Contri Mode0
FISUP Annual Salry for Super0
NOTSL Notional Salary0
EFFDT Salary for Super Effective Date0
OTE Ordinary Time Earning0
CASSA Casual Salary Payment0
DUEDT Contribution Due Days0
EMPCN Percentage Rate0
EPEFF Percentage Rate Effective Date0
CONTR Employment Status0
CNEFF Employment Status Effective Date0
FULLH Full Time Hours0
PARTH Part Time Hours0
PIEFF Part-time Hours Effective Date0
LWOPB LWOP Start Date0
LWOPE LWOP End Date0
CEASE Employment Cease Date0
CEACD Cessation Reason Code0
LINE1 Address Line 10
LINE2 Address Line 20
LINE3 Address Line 30
ORT01 Suburb/Town0
STATE State Code0
PSTLZ Post Code0
LAND1 Country0
WORKE Work E-mailAddress0
HOMEE Home E-mailAddress0
WORKT Work Telephone No.0
TELNR Home Telephone No.0
MOBIL Mobile No.0
BASES Base annual salary0
EMPTY Employment type0
CTSDT Current term of Employment start date0
CTEDT Current term of Employment end date0

Key field Non-key field



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

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

How to access SAP table P13P1_PIF_ALV

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