P0169_AF SAP (Additional Fields for Query Infotype 0169 Savings Plan) Structure details

Dictionary Type: Structure
Description: Additional Fields for Query Infotype 0169 Savings Plan




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




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

P0169_AF 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 "Additional Fields for Query Infotype 0169 Savings Plan" 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_P0169_AF TYPE P0169_AF.

The P0169_AF table consists of various fields, each holding specific information or linking keys about Additional Fields for Query Infotype 0169 Savings Plan data available in SAP. These include EEPST (Benefit employee's post-tax contribution (estimate)), EETTL (Benefit employee's total contribution (estimate)), ERTTL (Benefit employer's total contribution (estimate)), PERIO (Benefit Period for Calculations).. 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 P0169_AF 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
EEPREBenefit employee's pre-tax contribution (estimate) BEN_EEPRECURR13(2) P_AMT07
EEPSTBenefit employee's post-tax contribution (estimate) BEN_EEPSTCURR13(2) P_AMT07
EETTLBenefit employee's total contribution (estimate) BEN_EETTLCURR13(2) P_AMT07
ERTTLBenefit employer's total contribution (estimate) BEN_ERTTLCURR13(2) P_AMT07
PERIOBenefit Period for Calculations BEN_PERIODNUMC2PFREQABP
CONDTBenefit contribution calculation date BEN_CONDTDATS8DATUM
CURREBenefit Currency Key BEN_CURRCUKY5TCURCWAERSFWS
ELIDABenefit actual eligibility date BEN_ELIDADATS8DATUM
BNCNTBenefit Number of Beneficiaries BEN_BNCNTNUMC2NUMC2
CTCNTBenefit number of contingency beneficiaries BEN_CTCNTNUMC2NUMC2
INCNTBenefit Number of Investments BEN_INCNTNUMC2NUMC2
BEN_NAMEBenefit beneficiary name BEN_BENNAMCHAR50TEXT50
BEN_RELBenefit type of beneficient person text BEN_BNRTXCHAR40TEXT40
BEN_PCTBenefit Payout Percentage for Beneficiaries BEN_BPRCNTDEC3DEC3
CTG_NAMEBenefit name of contingency beneficiary BEN_CTGNAMCHAR50TEXT50
CTG_RELBenefit type of contingency beneficiary text BEN_CTRTXCHAR40TEXT40
CTG_PCTBenefit payout percentage for contingency beneficiaries BEN_CPRCNTDEC3DEC3
INV_NAMEBenefit investment text BEN_INVETXCHAR20TEXT20
INV_PCTBenefit investment percentage BEN_INVPCTDEC3DEC3

Key field Non-key field



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

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

How to access SAP table P0169_AF

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