PIQ_ST_CQ_SHOW SAP (Display: ST + CP + Grade + CQ) Structure details

Dictionary Type: Structure
Description: Display: ST + CP + Grade + CQ




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




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

PIQ_ST_CQ_SHOW 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: ST + CP + Grade + CQ" 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_ST_CQ_SHOW TYPE PIQ_ST_CQ_SHOW.

The PIQ_ST_CQ_SHOW table consists of various fields, each holding specific information or linking keys about Display: ST + CP + Grade + CQ data available in SAP. These include SM_SCALEID (Academic Scale Identification (ID)), SM_OBJID (Object ID), CS_OBJID (Object ID), ST_OTYPE (Object Type).. 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 PIQ_ST_CQ_SHOW 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
SM_SCALEIDAcademic Scale Identification (ID) PIQSCALE_IDCHAR4Assigned to domainPIQSCALE_IDPIQSCALE_ID
SM_OBJIDObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
CS_OBJIDObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
ST_OTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
ST_OBJIDObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
ST_SHORTObject Abbreviation SHORT_DCHAR12TEXT12
ST_STEXTObject Name STEXTCHAR40TEXT40
SEQNRNumber of Infotype Record with Same Key SEQNRNUMC3NUM03
SMSTATUSModule Booking Status PIQSMSTATUSNUMC2T7PIQSMSTATPIQSMSTATUS
BOOKDATEBooking Date PIQDATEDATS8DATUM
CPATTEMPAttempted Credits PIQCPATTEMPQUAN10(5) PIQCP
CPGAINEDEarned Credits PIQCPGAINEDQUAN10(5) PIQCP
CPUNITUnit of Measurement for Credits PIQCPUNITUNIT3Assigned to domainCUNITMEINS
CP_BEFOR Flag: Credits Defined0
NORM_VALStd Value for Scale Value PIQSCALE_NORM_VALDEC8(2) PIQSCALE_NORM_VAL
SHOW_GRADEScale Values PIQSCALE_SCREEN_GRADECHAR10PIQSCALE_SCREEN_GRADE
GRADETEXTScale Value (Description) PIQSCALE_GRADETEXTCHAR20PIQSCALE_GRADETEXT
SMRATINGAlternative Assessment Method for Module PIQSMRATINGCHAR3T7PIQSMRATINGPIQSMRATING
CQ_OTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
CQ_OBJIDObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
CQ_STEXTObject Name STEXTCHAR40TEXT40
CQ_CPGAINEDEarned Credits PIQCPGAINEDQUAN10(5) PIQCP
CQ_CPUNITUnit of Measurement for Credits PIQCPUNITUNIT3Assigned to domainCUNITMEINS
CQ_SCALEIDAcademic Scale Identification (ID) PIQSCALE_IDCHAR4Assigned to domainPIQSCALE_IDPIQSCALE_ID
CQ_NORM_VALStd Value for Scale Value PIQSCALE_NORM_VALDEC8(2) PIQSCALE_NORM_VAL
CQ_SHOW_GRADEScale Values PIQSCALE_SCREEN_GRADECHAR10PIQSCALE_SCREEN_GRADE
CQ_RATINGAssessment Method for Internal Qualification PIQCQRATINGCHAR3T7PIQSMRATINGPIQSMRATING
CQ_NO_GRADEGrade Assignment Category PIQNO_GRADECHAR1PIQNO_GRADE
CQ_NO_CREDITNo Credit PIQNO_CREDITCHAR1PIQNO_CREDIT
NO_GRADEGrade Assignment Category PIQNO_GRADECHAR1PIQNO_GRADE
NO_CREDITNo Credit PIQNO_CREDITCHAR1PIQNO_CREDIT
BEGDAStart Date BEGDATUMDATS8DATUMBEG
ENDDAEnd Date ENDDATUMDATS8DATUMEND
STATUSDisplay Student Status PIQSTATUSCHAR4PIQSTATUS
BOOKSTATDisplay Booking Status PIQBOOKSTATCHAR4PIQBOOKSTAT
BOOKEDIndicator (CHAR 1 Type) PIQCHAR1CHAR1PIQCHAR1
CQ_BEGDAStart Date BEGDATUMDATS8DATUMBEG
CQ_ENDDAEnd Date ENDDATUMDATS8DATUMEND
CQ_STATUSDisplay Student Status PIQSTATUSCHAR4PIQSTATUS
CQ_BOOKSTATDisplay Booking Status PIQBOOKSTATCHAR4PIQBOOKSTAT

Key field Non-key field



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

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

How to access SAP table PIQ_ST_CQ_SHOW

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