PIQPI_PINDEX_BRF SAP (Performance Index ( BRF Context )) Structure details

Dictionary Type: Structure
Description: Performance Index ( BRF Context )




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




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

PIQPI_PINDEX_BRF 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 "Performance Index ( BRF Context )" 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_PIQPI_PINDEX_BRF TYPE PIQPI_PINDEX_BRF.

The PIQPI_PINDEX_BRF table consists of various fields, each holding specific information or linking keys about Performance Index ( BRF Context ) data available in SAP. These include PINDEX_ID (Performance Index GUID), CALCPOINT_ID (Calculation Point), OBJID (Object ID of Student), PLVAR (Plan Version).. 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 PIQPI_PINDEX_BRF 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
PINDEX_ACTIONAction Executed for Performance Index (Fixed values: I & U) PIQPI_PINDEX_ACTIONCHAR1CHAR1
PINDEX_IDPerformance Index GUID PIQPI_PINDEXIDCHAR32SYSUUID_C
CALCPOINT_IDCalculation Point PIQSI2_CALCPOINTIDCHAR4Assigned to domainPIQSI2_CALCPOINTID
OBJIDObject ID of Student PIQST_OBJIDNUMC8Assigned to domainHROBJIDSTUDENT
PLVARPlan Version PLVARCHAR2Assigned to domainPLVARPOP
TIMESTAMPUTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun) TZNTSTMPLDEC21(7) TZNTSTMPL
CALC_DATEDate DATUMDATS8DATUM
CALC_TIMETime UZEITTIMS6UZEIT
CALC_TIMEZONETime Zone TZNZONECHAR6Assigned to domainTZNZONE
GUIDUUID in character form SYSUUID_CCHAR32SYSUUID_C
GUIDTYPEIdentifier Type (GUID) PIQGUIDTYPECHAR4Assigned to domainPIQGUIDTYPE
ACAD_YEARAcademic Year PIQPERYRNUMC4T7PIQYEARPIQPERYR
ACAD_SESSIONAcademic Session PIQPERIDNUMC3T7PIQPERIODPIQPERID
PROGRAM_TYPEProgram Type PIQPROGC_VARCHAR4T7PIQPROGCVARPIQPROGC_VAR
PROGRAM_IDProgram ID PIQSCOBJIDNUMC8PLOGIHROBJIDPON
PROGRESS_CATProgression Category PIQPROG_TYPECHAR1PIQPROG_TYPE
CHECK_FROMCheck-From Date for Progression PIQPROG_GR_CHECK_FROMDATS8
CHECK_TOCheck-To Date for Progression PIQPROG_GR_CHECK_TODATS8
ACADPI_IDPerformance Index PIQSI2S_ACADPI_IDCHAR16T7PIQ_SI2_PINDXPIQSI2S_ACADPI_ID
GRADESYMGrade Symbol PIQGRADESYMCHAR10PIQGRADESYM
GRADEStd Value for Scale Value PIQSCALE_NORM_VALDEC8(2) PIQSCALE_NORM_VAL
GRADESCALEAcademic Scale Identification (ID) PIQSCALE_IDCHAR4T7PIQSCALEPIQSCALE_IDPIQSCALE_ID
ACPI_VALUEValue of Performance Index PIQSI2_INDEX_VALUEQUAN10(2)
ACPI_UNITUnit of a Performance Index Result PIQSI2_INDEX_UNITUNIT3Assigned to domainCUNITMEINS
ACADPI_DEGRELYDegree of Performance Index Reliability PIQSI2S_DEGRELYNUMC3PROZENT
.INCLU-BEF 0
GRADESYMBEFGrade Symbol PIQGRADESYMCHAR10PIQGRADESYM
GRADEBEFStd Value for Scale Value PIQSCALE_NORM_VALDEC8(2) PIQSCALE_NORM_VAL
GRADESCALEBEFAcademic Scale Identification (ID) PIQSCALE_IDCHAR4T7PIQSCALEPIQSCALE_IDPIQSCALE_ID
.INCLU-BEF 0
ACPI_VALUEBEFValue of Performance Index PIQSI2_INDEX_VALUEQUAN10(2)
ACPI_UNITBEFUnit of a Performance Index Result PIQSI2_INDEX_UNITUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

How to access SAP table PIQPI_PINDEX_BRF

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