PIQHS_STATMAINT SAP (Display Structure for Status Maintenance) Structure details

Dictionary Type: Structure
Description: Display Structure for Status Maintenance




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




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

PIQHS_STATMAINT 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 Structure for Status Maintenance" 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_PIQHS_STATMAINT TYPE PIQHS_STATMAINT.

The PIQHS_STATMAINT table consists of various fields, each holding specific information or linking keys about Display Structure for Status Maintenance data available in SAP. These include HS_STOTYPE (Object Type), HS_STOBJID (Object ID), HS_STATUS (Status), HS_STATUST (Status (Description)).. 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 PIQHS_STATMAINT 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
HS_PLVARPlan Version PLVARCHAR2Assigned to domainPLVARPOP
HS_STOTYPEObject Type OTYPECHAR2T778OOTYPEPOT
HS_STOBJIDObject ID OBJEKTIDNUMC8NUM08PON
HS_STATUSStatus PIQHS_STSTATUSCHAR4Assigned to domainSUBTYP
HS_STATUSTStatus (Description) PIQHS_STSTATUSTCHAR25TEXT25
HS_STATEStatus Specification PIQHS_STATECHAR1PIQHS_STATE
HS_GROUPStatus Grouping PIQHS_STGROUPCHAR4Assigned to domainPIQHS_GROUP
HS_GROUPTStatus Grouping (Description) PIQHS_STGROUPTCHAR40TEXT40
HS_STATOTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
HS_STATOBJIDObject ID OBJEKTIDNUMC8NUM08PON
HS_SCOBJIDProgram ID PIQSCOBJIDNUMC8Assigned to domainHROBJIDPON
HS_SCSHORTObject Abbreviation SHORT_DCHAR12TEXT12
HS_SCSTEXTObject Name STEXTCHAR40TEXT40
HS_BEGDAStart Date BEGDADATS8DATUM
HS_ENDDAEnd Date ENDDADATS8DATUM
HS_PROCESSActivity PIQPROCESSCHAR4T7PIQPROCESSPIQPROCESS
HS_PROCESS_TPCallup Point PIQTIMEPOINTCHAR4T7PIQCHECKTPPIQTIMEPOINTHRPIQ00TIMEPOINT
HS_PROCESS_DATEBooking Date PIQDATEDATS8DATUM
HS_PROCESS_TIMEBooking Time PIQTIMETIMS6UZEIT
HS_STHOLDStudent PIQHS_STFLAGCHAR1FLAG
HS_CSHOLDProgram PIQHS_CSFLAGCHAR1FLAG
HS_BUFFERCODEGeneral Flag FLAGCHAR1FLAG
HS_FCODEFunction Code FCODECHAR20FCODE
HS_REFRESHGeneral Flag FLAGCHAR1FLAG

Key field Non-key field



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

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

How to access SAP table PIQHS_STATMAINT

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