PFIIFALVTABLE SAP (ALV OUtput Structure for Accounts That Are Not Posted) Structure details

Dictionary Type: Structure
Description: ALV OUtput Structure for Accounts That Are Not Posted




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




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

PFIIFALVTABLE 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 OUtput Structure for Accounts That Are Not Posted" 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_PFIIFALVTABLE TYPE PFIIFALVTABLE.

The PFIIFALVTABLE table consists of various fields, each holding specific information or linking keys about ALV OUtput Structure for Accounts That Are Not Posted data available in SAP. These include ENAME (Formatted Name of Employee or Applicant), KONNR (Individual PF account number), WAERS (Currency Key), KASSE (Pension fund).. 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 PFIIFALVTABLE 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 P_PERNRNUMC8PERNR
ENAMEFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
KONNRIndividual PF account number P02K_KONNRNUMC10NUMC10
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
KASSEPension fund P02K_KASSECHAR4Assigned to domainP02K_KASSEKAS
MOLGACountry Grouping MOLGACHAR2Assigned to domainMOLGAMOL
BEGDAPosting date of a PF posting P02K_BUDATDATS8DATS
ENDDAPosting date of a PF posting P02K_BUDATDATS8DATS
BUDATPosting date of a PF posting P02K_BUDATDATS8DATS
SEQNRSequence number of posting per day P02K_SEQNRNUMC5NUMC5
VALTYPC Value Type P02_VALTYCHAR4Assigned to domainP02_VALTY
BETRGHR Payroll: Amount MAXBTCURR15(2) PRBETRG
STATECharacter Field Length 1 CHAR01CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table PFIIFALVTABLE

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