PIQ_STUDENT_STUDIES_DISPLAY SAP (Display Structure for Student Studies) Structure details

Dictionary Type: Structure
Description: Display Structure for Student Studies




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




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

PIQ_STUDENT_STUDIES_DISPLAY 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 "Display Structure for Student Studies" 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_PIQ_STUDENT_STUDIES_DISPLAY TYPE PIQ_STUDENT_STUDIES_DISPLAY.

The PIQ_STUDENT_STUDIES_DISPLAY table consists of various fields, each holding specific information or linking keys about Display Structure for Student Studies data available in SAP. These include ST_OBJID (Object ID of Student), CS_OBJID (Object ID of Study Object (CS)), SC_OBJID (Program ID), SCSRK (Program of Study).. 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 PIQ_STUDENT_STUDIES_DISPLAY 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
PLVARPlan Version PLVARCHAR2Assigned to domainPLVARPOP
ST_OBJIDObject ID of Student PIQSTUDENTNUMC8Assigned to domainHROBJIDSTUDENT
CS_OBJIDObject ID of Study Object (CS) PIQCSOBJIDNUMC8Assigned to domainHROBJID
SC_OBJIDProgram ID PIQSCOBJIDNUMC8Assigned to domainHROBJIDPON
SCSRKProgram of Study PIQSCSRKCHAR12CHAR12
SCTEXTProgram Description PIQSCTXTCHAR40TEXT40
ICONNAMEIcon for Admission Status or Study Segment Status PIQREGSEGMSTATUSCHAR4Assigned to domainICON
ICONNAMEQFIcon for Status or Specification (Sessional Registration) PIQREGSTATUSQFCHAR37PIQICON_QF
STATUSStatus Long Text PIQHS_STATUSTCHAR25TEXT25
END_PROCESSActivity for De-registration from Program PIQPROCESS_ENDCHAR4Assigned to domainPIQPROCESS
END_PROCESSTActivity (Description) PIQPROCESS2TCHAR40TEXT40
END_REASONDe-registration Reason PIQDERREASONNUMC4Assigned to domainPIQAPPREASON
REASONTEXTReason Description PIQREASONTCHAR25TEXT25
FIRST_PERYRAcademic Year (Start of Activity For-Period) PIQPROC_BEGPERYRNUMC4Assigned to domainPIQPERYR
FIRST_PERYTAcademic Year Description (Start of For-Period) PIQPROC_BEGPERYTCHAR20TEXT20
FIRST_PERIDAcademic Session (Start of Activity For-Period) PIQPROC_BEGPERIDNUMC3Assigned to domainPIQPERID
FIRST_PERITAcademic Session Description (Start of For-Period) PIQPROC_BEGPERITCHAR20TEXT20
LAST_PERYRAcademic Year (End of Activity For-Period) PIQPROC_ENDPERYRNUMC4Assigned to domainPIQPERYR
LAST_PERYTAcademic Year Description (End of For-Period) PIQPROC_ENDPERYTCHAR20TEXT20
LAST_PERIDAcademic Session (End of Activity For-Period) PIQPROC_ENDPERIDNUMC3Assigned to domainPIQPERID
LAST_PERITAcademic Session Description (End of For-Period) PIQPROC_ENDPERITCHAR20TEXT20
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
XADMIS_REGGeneral Flag FLAGCHAR1FLAG

Key field Non-key field



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

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

How to access SAP table PIQ_STUDENT_STUDIES_DISPLAY

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