PIQSTUDENT_ATT_DETAILS SAP (STudent Attendance Details) Structure details

Dictionary Type: Structure
Description: STudent Attendance Details




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




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

PIQSTUDENT_ATT_DETAILS 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 Attendance Details" 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_PIQSTUDENT_ATT_DETAILS TYPE PIQSTUDENT_ATT_DETAILS.

The PIQSTUDENT_ATT_DETAILS table consists of various fields, each holding specific information or linking keys about STudent Attendance Details data available in SAP. These include ST_OBJID (Object ID of Student), CLASS_DATE (Event Date), CLASS_STIME (Event Start Time), CLASS_ETIME (CM8 Event End Time).. 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 PIQSTUDENT_ATT_DETAILS 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
EVENT_OBJIDEvent Object Id PIQEVE_OBJIDNUMC8Assigned to domainHROBJID
ST_OBJIDObject ID of Student PIQST_OBJIDNUMC8Assigned to domainHROBJIDSTUDENT
CLASS_DATEEvent Date PIQEVE_DATEDATS8DATS
CLASS_STIMEEvent Start Time PIQEVE_STIMETIMS6UZEIT
CLASS_ETIMECM8 Event End Time PIQEVE_ETIMETIMS6UZEIT
ABSENCE_RSNAbsence Reason PIQATABS_RSNCHAR3PIQATABS_RSN
ABSENCE_RSNTAbsence Reason PIQATABS_RSNTCHAR40TEXT40
WITHDRAWALCM* Last Day of Attendance PIQWITHDRAWALCHAR3PIQATABS_RSN
TARDYREASONCM* Tardy Reason PIQTARDY_RSNCHAR3PIQATABS_RSN
TARDYREASONTCM* Tardy Reason Text PIQTARDY_RSNTCHAR40TEXT40
STATUSModule Booking Status PIQSMSTATUSNUMC2Assigned to domainPIQSMSTATUS
NO_OF_EXCUSEDNumber of Excused Absences PIQNO_EXC_ABSNUMC5
NO_OF_UNEXCUSEDNumber of Unexcused Absences PIQNO_UNEXC_ABSNUMC5
NO_OF_TARDIESNumber of Tardies PIQNO_TARDIESNUMC5
DURATIONDuration of the class PIQAT_DURATIONCHAR25
ATTENDANCE_COMPLETEDAttendance Maintenance Status of an Event PIQATABS_STATUSCHAR1PIQATABS_STATUS
ABS_RSN_ENABLEDGeneral Indicator PIQFLAGCHAR1FLAG
TARDY_RSN_ENABLEDGeneral Indicator PIQFLAGCHAR1FLAG
WITHDRAWAL_ENABLEDGeneral Indicator PIQFLAGCHAR1FLAG
NOTE_IDGUID - Unique Note Identifier PIQNOTE_GUIDCHAR32SYSUUID_C
ST_SHORTObject Abbreviation HR_MCSHORTCHAR12CHAR12
ST_STEXTName HR_MCSTEXTCHAR40CHAR40
STATUS_TEXTModule Booking Status (Description) PIQSMSTATUSTCHAR25TEXT25
PREEXCUSEDPre Excused Flag PIQAT_PREEXCFLAGCHAR1PIQATABS_STATUS
NOTE_ICONNote Icon PIQAT_NOTE_ICONCHAR30

Key field Non-key field



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

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

How to access SAP table PIQSTUDENT_ATT_DETAILS

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