PIQSTHEADER SAP (Student Header Fields) Structure details

Dictionary Type: Structure
Description: Student Header Fields




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




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

PIQSTHEADER 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 "Student Header Fields" 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_PIQSTHEADER TYPE PIQSTHEADER.

The PIQSTHEADER table consists of various fields, each holding specific information or linking keys about Student Header Fields data available in SAP. These include STDTX (Student's Name (Sortable)), STUDENT12 (Student Number), MATRIK (Additional Identification Number), GBDAT (Date of Birth).. 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 PIQSTHEADER 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
STOBJIDObject ID of Student PIQSTUDENTNUMC8Assigned to domainHROBJIDSTUDENT
STDTXStudent's Name (Sortable) PIQSTDTXCHAR40TEXT40
STUDENT12Student Number PIQSTUDENT12CHAR12PIQSTPIQSTUDENT12
MATRIKAdditional Identification Number PIQMATRIKELCHAR40CHAR40
GBDATDate of Birth GBDATDATS8PDATEGBDAT
GESCHGender Key GESCHCHAR1GESCH
GESCHTGender of Student PIQGESCHTCHAR15
STGRPTStudent Group (Description) PIQSTGRPTCHAR40TEXT40
STGRPStudent Group PIQSTGRPCHAR4Assigned to domainPIQSTGRP
ADV_OTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
ADV_OBJIDObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
ADV_BEGDAStart Date BEGDATUMDATS8DATUMBEG
ADV_SHORTObject Abbreviation SHORT_DCHAR12TEXT12
ADV_TEXTName of Academic Advisor PIQADVTXCHAR40TEXT40
ADV_ENDDAEnd Date ENDDATUMDATS8DATUMEND
SCSHORTProgram of Study PIQSCSRKCHAR12CHAR12
SCSTEXTProgram Description PIQSCTXTCHAR40TEXT40
SCFLAG_MOREIndicator: Other Program of Study PIQSTSCFLAG_MORECHAR4Assigned to domainICON
OSHORTSearch Term for Organizational Unit PIQO_SRKCHAR12CHAR12
OSTEXTName of Organizational Unit PIQO_TXTCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table PIQSTHEADER

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