PIQSTREG_EXTMODE SAP (Screen Structure for Extended Maintenance Dialog) Structure details

Dictionary Type: Structure
Description: Screen Structure for Extended Maintenance Dialog




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




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

PIQSTREG_EXTMODE 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 "Screen Structure for Extended Maintenance Dialog" 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_PIQSTREG_EXTMODE TYPE PIQSTREG_EXTMODE.

The PIQSTREG_EXTMODE table consists of various fields, each holding specific information or linking keys about Screen Structure for Extended Maintenance Dialog data available in SAP. These include ST_OBJID (Object ID of Student), CS_OBJID (Object ID of Study Object (CS)), SC_OBJID (Program ID), CS_PRIOX (Program Priority (In Period)).. 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: Cannot Be Enhanced


SAP PIQSTREG_EXTMODE 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
ST_OBJIDObject ID of Student PIQSTUDENTNUMC8Assigned to domainHROBJIDSTUDENT
CS_OBJIDObject ID of Study Object (CS) PIQCSOBJIDNUMC8Assigned to domainHROBJID
SC_OBJIDProgram ID PIQSCOBJIDNUMC8Assigned to domainHROBJIDPON
CS_PRIOXProgram Priority (In Period) PIQCSPRIOXCHAR2CHAR2
APPTYPEReserved field/unused field of length 4 NUSED4CHAR4CHAR4
BEGDAValid-From Date PIQ_BEGDADATS8DATUM
ENDDAValid-To Date PIQ_ENDDADATS8DATUM
PERYRAcademic Year PIQPERYRNUMC4T7PIQYEARPRDPIQPERYR
PERIDAcademic Session PIQPERIDNUMC3T7PIQYEARPRDPIQPERID
ACLEVELStage PIQLEVELNUMC2T7PIQLEVPERVARPIQLEVEL
REGDATEActivity Key Date for Sessional Registration PIQREGPERDATEDATS8DATUM
PARTTIndicator: Part-Time Study PIQPARTTCHAR1XFELD
REG_APPTYPEReserved field/unused field of length 4 NUSED4CHAR4CHAR4
LEAVE_REASONLeave of Absence Reason PIQLEAREASONNUMC4Assigned to domainPIQAPPREASON
FEEFLReserved Field/Unused Field NUSEDCHAR1NUSED
PERCTCompleted Length of Study PIQPERCTNUMC3PIQPERCT
APPREASONUnused Field (NUMC4) PIQNUSED_NUMC4NUMC4NUMC4
PROGCLASSReserved field/unused field of length 4 NUSED4CHAR4CHAR4
ENRCATEGRegistration Type PIQENRCATEGCHAR2T7PIQENRCATEGPIQENRCATEG
PR_STATUSSessional Registration Status PIQREG_PERIODSTATUSCHAR1PIQREG_PERIODSTATUS
PRS_STATESessional Registration Status Specification PIQREG_PRS_STATECHAR1PIQHS_STATE
REGCLASSRegistration Classification PIQREGCLASSCHAR2T7PIQREGCLASSPIQREGCLASS
CANCPROCESSCancellation Activity (for Registration) PIQREGCANCPROCESSCHAR4Assigned to domainPIQPROCESS
CANCREASONCancellation Reason (For Registration) PIQREGCANCREASONNUMC4Assigned to domainPIQAPPREASON
CANCDATECancellation Date (Registration) PIQREGCANCDATEDATS8DATUM
TIMEUNITTTime Unit for Program Duration (Description) PIQTIMEUNITTCHAR15PIQTIMEUNITT

Key field Non-key field



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

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

How to access SAP table PIQSTREG_EXTMODE

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