P0167_AF SAP (Addition Fields for Query Infotype 0167 Health Plan) Structure details

Dictionary Type: Structure
Description: Addition Fields for Query Infotype 0167 Health Plan




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




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

P0167_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 "Addition Fields for Query Infotype 0167 Health 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_P0167_AF TYPE P0167_AF.

The P0167_AF table consists of various fields, each holding specific information or linking keys about Addition Fields for Query Infotype 0167 Health Plan data available in SAP. These include PTCST (Benefits Additional Employee Post-Tax Costs), ERCST (Benefit Employer Cost/Credit Amount), ACCST (Benefit Provider Cost Amount), IMINC (Benefits Imputed Income).. 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 P0167_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
EECSTBenefit Employee Cost Amount BEN_EECOSTCURR13(2) P_AMT07
PTCSTBenefits Additional Employee Post-Tax Costs BEN_PTCSTCURR13(2) P_AMT07
ERCSTBenefit Employer Cost/Credit Amount BEN_ERCOSTCURR13(2) P_AMT07
ACCSTBenefit Provider Cost Amount BEN_ACCOSTCURR13(2) P_AMT07
IMINCBenefits Imputed Income BEN_IMINCCURR13(2) P_AMT07
PERIOBenefit Period for Calculations BEN_PERIODNUMC2PFREQABP
CSTDTBenefit Cost Calculation Date BEN_CSTDTDATS8DATUM
CURREBenefit Currency Key BEN_CURRCUKY5TCURCWAERSFWS
ELIDABenefit actual eligibility date BEN_ELIDADATS8DATUM
DPCNTBenefit number of dependents BEN_DPCNTNUMC2NUMC2
DEP_NAMEBenefit Name of Dependent BEN_DEPNAMCHAR50TEXT50
DEP_RELBenefit type of dependent/beneficiary text BEN_RELTXCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table P0167_AF

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