PIQST_MODULE_ALV_DSP SAP (CM: Output for current and anticipated course) Structure details

Dictionary Type: Structure
Description: CM: Output for current and anticipated course




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




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

PIQST_MODULE_ALV_DSP 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 "CM: Output for current and anticipated course" 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_PIQST_MODULE_ALV_DSP TYPE PIQST_MODULE_ALV_DSP.

The PIQST_MODULE_ALV_DSP table consists of various fields, each holding specific information or linking keys about CM: Output for current and anticipated course data available in SAP. These include SM_SHORT (Module (Abbreviation)), SM_STEXT (Module (Description)), NO_OF_STUDENTS (Total number of Students per module), SUB_COUNT (Number of Students per origin count eg.per module plan).. 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 PIQST_MODULE_ALV_DSP 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
OBJ_TYPEObject Type PIQOBJTYPCHAR2PIQ_OBJ_TYP
SM_SHORTModule (Abbreviation) PIQSMSHORTCHAR12TEXT12
SM_STEXTModule (Description) PIQSMSTEXTCHAR40TEXT40
NO_OF_STUDENTSTotal number of Students per module PIQSTCOUNTNUMC5NUMC5
SUB_COUNTNumber of Students per origin count eg.per module plan PIQSTSUBCNTNUMC5NUMC5
COUNT_ORIGINOrigin ID for Module Plan, Registration Cart, Booked Modules PIQ_ORIGINCHAR3CHAR3
COUNT_ORIGIN_TXTProcess Name for Output PIQCNTORGNCHAR40TEXT40
STUDENT_IDStudent Number PIQSTUDENT12CHAR12PIQSTPIQSTUDENT12
STUDENT_NAMEStudent's Name (Sortable) PIQSTDTXCHAR40TEXT40
STUDENT_OBJIDObject ID of Student PIQST_OBJIDNUMC8Assigned to domainHROBJIDSTUDENT
STGRPStudent Group PIQSTGRPCHAR4Assigned to domainPIQSTGRP
STGRPTXTStudent Group (Description) PIQSTGRPTCHAR40TEXT40
PROGRAM_OBJIDProgram ID PIQSCOBJIDNUMC8Assigned to domainHROBJIDPON
PROGRAM_SHORTProgram (Abbreviation) PIQSCSHORTCHAR12TEXT12
PROGRAM_STEXTProgram Description PIQSCTXTCHAR40TEXT40
PROGRAM_TYPEProgram Type PIQPROGC_VARCHAR4Assigned to domainPIQPROGC_VAR
PROGRAM_TYPETXTProgram Type (Description) PIQPROGC_VARTCHAR30TEXT30
PROG_TYPEProgression Category PIQPROG_TYPECHAR1PIQPROG_TYPE
PROG_TYPE_TXTProgression Category (Description) PIQPROG_TYPETCHAR50TEXT50
PG_RESULTProgression Result PIQPROG_GR_RESULT_GCHAR4CHAR4
PG_RESULTTProgression Result (Description) PIQPROG_GR_RESULT_GTCHAR30TEXT30
PG_RESULT_STATUSResult Status PIQPROG_GR_RESULT_STATUSCHAR1PIQPROG_GR_RESULT_STATUS
PG_RESULT_STATUSTResult Status Description PIQPROG_GR_RESULT_STATUS_TXTCHAR15TEXT15
BOOK_CNDConditional Booking PIQPEPE_COBOKCHAR1PIQPEPE_COBOK
SM_OBJIDModule ID PIQSMOBJIDNUMC8NUM08
PERYRAcademic Year PIQPERYRNUMC4Assigned to domainPIQPERYR
PERYTAcademic Year (Description) PIQPERYTCHAR20TEXT20
PERIDAcademic Session PIQPERIDNUMC3Assigned to domainPIQPERID
PERITAcademic Session (Description) PIQPERITCHAR20TEXT20
SE_OBJIDObject ID of Event Package PIQSEOBJIDNUMC8Assigned to domainHROBJIDPON
SE_SHORTEvent Package (Abbreviation) PIQSESHORTCHAR12TEXT12
SE_STEXTEvent Package (Description) PIQSESTEXTCHAR40TEXT40
E_OBJIDBusiness event EVTIDNUMC8Assigned to domainHROBJID
E_OTYPEObject type of business event HREVTYPCHAR2Assigned to domainOTYPE
E_SHORTBusiness event abbreviation EVSHTCHAR12TEXT12
E_STEXTName of the business event EVSTEXTCHAR40TEXT40
SM_CAP_MINMinimum Capacity of Module PIQSMCAPMINDEC5DEC5
SM_CAP_OPTOptimum Capacity of Module PIQSMCAPOPTDEC5DEC5
SM_CAP_MAXMaximum Capacity of Module PIQSMCAPMAXDEC5DEC5
SE_CAP_MINMinimum Capacity of Event Package PIQSECAPMINDEC5DEC5
SE_CAP_OPTOptimum Capacity of Event Package PIQSECAPOPTDEC5DEC5
SE_CAP_MAXMaximum Capacity of Event Package PIQSECAPMAXDEC5DEC5
SE_OFFEREDEvent Package Is Offered PIQSE_OFFEREDCHAR1PIQMPSWITCH
E_CAP_MINMinimum Capacity of Business Event PIQEVCAPMINDEC5DEC5
E_CAP_OPTOptimum Capacity of Business Event PIQEVCAPOPTDEC5DEC5
E_CAP_MAXMaximum Capacity of Business Event PIQEVCAPMAXDEC5DEC5
ST_F_OBJIDCampus Identification (ID) PIQSE_F_OBJIDNUMC8Assigned to domainHROBJID
ST_F_SHORTCampus (Abbreviation) PIQSE_F_SHORT2CHAR12TEXT12
ST_F_STEXTCampus (Description) PIQSE_F_STEXTCHAR40TEXT40
AVAIL_PLACESNumber of places available FCONTNUMC5NUMC5

Key field Non-key field



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

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

How to access SAP table PIQST_MODULE_ALV_DSP

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