PIQRULESTSC SAP (Relationship Data for Student and Program) Structure details

Dictionary Type: Structure
Description: Relationship Data for Student and Program




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




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

PIQRULESTSC 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 "Relationship Data for Student and Program" 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_PIQRULESTSC TYPE PIQRULESTSC.

The PIQRULESTSC table consists of various fields, each holding specific information or linking keys about Relationship Data for Student and Program data available in SAP. These include ISTAT (Planning Status), BEGDA (Start Date), ENDDA (End Date), AYEAR (Academic Year).. 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 PIQRULESTSC 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 PLVARCHAR2T778PPLVARPOP
ISTATPlanning Status ISTAT_DCHAR1Assigned to domainISTATPST
BEGDAStart Date BEGDATUMDATS8DATUMBEG
ENDDAEnd Date ENDDATUMDATS8DATUMEND
AYEARAcademic Year PIQPERYRNUMC4T7PIQYEARPIQPERYR
PERIDAcademic Session PIQPERIDNUMC3T7PIQPERIODPIQPERID
ACLEVELStage PIQLEVELNUMC2T7PIQLEVELPIQLEVEL
CHOICE_NOProgram Choice PIQCHOICE_NONUMC2T7PIQCHOICESPIQCHOICE_NO
PARTTIndicator: Part-Time Study PIQPARTTCHAR1XFELD
REGDATEActivity Key Date for Sessional Registration PIQREGPERDATEDATS8DATUM
DERDATEActivity Key Date of De-registration PIQDERDATEDATS8DATUM
ENDDA_DEREGEnd Date of Program Registration PIQENDDA_DEREGDATS8DATUM
COPDATEActivity Key Date (General) PIQPROC_KEY_DATEDATS8DATUM
DEREGCANCDATECancellation Date (Registration) PIQREGCANCDATEDATS8DATUM
REASONLeave of Absence Reason PIQLEAREASONNUMC4Assigned to domainPIQAPPREASON
DERREASONDe-registration Reason PIQDERREASONNUMC4Assigned to domainPIQAPPREASON
COPREASONReason for Change of Program PIQCOP_REASONNUMC4Assigned to domainPIQAPPREASON
DEREGCANCREASONCancellation Reason (For Registration) PIQREGCANCREASONNUMC4Assigned to domainPIQAPPREASON
REGAPPTYPEActivity for Program Registration PIQPROCESS_BEGCHAR4Assigned to domainPIQPROCESS
DERAPPTYPEActivity for De-registration from Program PIQPROCESS_ENDCHAR4Assigned to domainPIQPROCESS
APPTYPEActivity for Sessional Registration (OBSOLETE) PIQAPPTYPE_503CHAR4Assigned to domainPIQPROCESS
ENRCATEGRegistration Type PIQENRCATEGCHAR2T7PIQENRCATEGPIQENRCATEG
DEGREE_SEEKDegree Seeking (Indicator) PIQDEGREE_SEEKCHAR1XFELD
PROGCLASSProgress Classification PIQPROGCLASSCHAR4T7PIQPROGCLASSPIQPROGCLASS
PERCTCompleted Length of Study PIQPERCTNUMC3PIQPERCT
PRIOXProgram Priority (In Period) PIQCSPRIOXCHAR2CHAR2
REGCLASSRegistration Classification PIQREGCLASSCHAR2Assigned to domainPIQREGCLASS
MAIN_ACTIVITYActivity PIQPROCESSCHAR4Assigned to domainPIQPROCESS
OLD_PROGRAM_OBJIDProgram ID PIQSCOBJIDNUMC8Assigned to domainHROBJIDPON
NEW_PROGRAM_BEGDAChange of Program: Start Date of New Program PIQCOP_NEW_SC_BEGDADATS8DATUM
SESS_REGISTS_TRANSFERCreate Sessional Registration PIQREGPERIODREGISTCHAR1PIQREGPERIODREGIST

Key field Non-key field



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

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

How to access SAP table PIQRULESTSC

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