P0001_AF SAP (Additional Query Fields) Structure details

Dictionary Type: Structure
Description: Additional Query Fields




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




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

P0001_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 Query Fields" 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_P0001_AF TYPE P0001_AF.

The P0001_AF table consists of various fields, each holding specific information or linking keys about Additional Query Fields data available in SAP. These include OMNGR_NR (Personnel number of superior (Org. Management)), OMNGR_NA (Name of Manager (Using Org. Structure)), CC_RESPN (Person Responsible), SVSUB (Salary Survey).. 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 P0001_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
MANAGERNName of Supervisor (Organizational Assignment) MANAGERCHAR40TEXT40
OMNGR_NRPersonnel number of superior (Org. Management) PERNR_SUPERVISOR_OMNUMC8PERNRPER
OMNGR_NAName of Manager (Using Org. Structure) ORGMANAGERCHAR40TEXT40
CC_RESPNPerson Responsible VERAKCHAR20VERAK
SVSUBSalary Survey P_SCODECHAR4T778USUBTYP
JCODEJob from survey P_JCODECHAR8T710SCHAR8
MABASAverage Survey Salary P_MABASCURR13(2) P_AMT07V
MAB_WSCurrency Key WAERSCUKY5TCURCWAERSFWS
MAB_FRUnit of Time for Compensation CMP_FREQUCHAR1T710FCMP_FREQUCM_FREQU
OCCTMStaffing duration for current position (years) SJOBYEARSNUMC3
OCCTM_YMStaffing duration for current position (years/months) SJOBTIMECHAR6
EVSUBEvaluation method CMP_EVTYPCHAR4T778USUBTYP
EVPTSEvaluation points P_EVPTSNUMC5OMEGAP_EVPTS
EVGRDEvaluation Group P_EVGRDCHAR8T710GCMP_EVGROUP
BMARKBenchmark job P_BMARKCHAR1XFELD
PL_BUILDBuilding BUILDCHAR8Assigned to domainBUILD
PL_PSTLZPostal Code PD_PSTLZCHAR10PSTLZ
PL_CITYCity KORTCHAR40TEXT40
PL_CTRYCountry KLANDCHAR3Assigned to domainLAND1
OCCATOccupational Category Employment Equity P16_OCCATCHAR4P16_OCCAT
DTYSNDuty Station P10_DTYSNCHAR9P10_DTYSN
SOCCDReserved field/unused field of length 4 NUSED4CHAR4CHAR4
SOCCLStandard Occupational Category Code (South Africa) P16_SOC7CHAR7Assigned to domainP16_SOC7
OPERNRPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
PL_STRASHouse Number and Street PD_STRASCHAR30TEXT30
PL_ROOM1Physical Room Number ROOM1CHAR8CHAR8
OFOCDNumerical Character Field of Length 6 NUM6NUMC6NUM06
SLEVEL2-Digit Numeric Value NUM2NUMC2NUM2
OCIDX10 digit number NUM10NUMC10NUM10
P_IS_MGRSingle-Character Indicator CHAR1CHAR1CHAR1
HAUSNHouse number HAUSN_BASCHAR6CHAR6

Key field Non-key field



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

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

How to access SAP table P0001_AF

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