QAMS_GQA_DETAIL_POWL SAP (Detail Structure for POWL for Generic Quality Activities) Structure details

Dictionary Type: Structure
Description: Detail Structure for POWL for Generic Quality Activities




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




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

QAMS_GQA_DETAIL_POWL 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 "Detail Structure for POWL for Generic Quality Activities" 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_QAMS_GQA_DETAIL_POWL TYPE QAMS_GQA_DETAIL_POWL.

The QAMS_GQA_DETAIL_POWL table consists of various fields, each holding specific information or linking keys about Detail Structure for POWL for Generic Quality Activities data available in SAP. These include QA_ID (Quality Activity ID), CATEGORY (Object Category), LOGSYS (Logical System), CUSTOMER (Customer).. 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 (Deep)


SAP QAMS_GQA_DETAIL_POWL 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
QA_IDQuality Activity ID QAM_QA_IDCHAR24
CATEGORYObject Category /IAM/CATEGORYCHAR10Assigned to domain/IAM/CATEGORY
LOGSYSLogical System /IAM/LOGSYSCHAR10Assigned to domainALPHALOGSYSSRM_LOGSYS
CUSTOMERCustomer /IAM/CUSTOMERCHAR10/IAM/CMP_CUSTOMER
VENDORVendor /IAM/VENDORCHAR10/IAM/CMP_VENDOR
QA_TYPEQuality Activity Type QAM_QA_TYPECHAR3
CODEQuality Activity Code QAM_QA_CODECHAR15
CODE_TEXTCode Text QAM_CODE_TEXTCHAR80QAM_MEDIUM_TEXT
START_DATERequested Start Date QAM_START_DATEDATS8
END_DATERequested End Date QAM_END_DATEDATS8
DUE_DATEDue Date QAM_DUE_DATEDATS8
PARENT_QI_IDQuality Issue ID QAM_QI_IDCHAR24
QI_PARENT_UUIDUUID for ID of Parent Quality Issue QAM_PARENT_UUIDRAW16QAM_UUID
QA_UUIDUUID for Issue/Activity ID QAM_UUIDRAW16QAM_UUID
STATUSGeneral Activity Status QAM_QA_STATUSCHAR3QAMSTQAM_STATUS_EXTERNQAM_ELM_QA_STATUS
PERSON_RESPONSIBLEPerson Responsible QAM_RESPONSIBLECHAR12
MATERIALMaterial /IAM/MATERIALCHAR40/IAM/CMP_MATERIAL
QI_TYPEQuality Issue Type QAM_QI_TYPECHAR3QAM_CMP_QI_TYPE
CREATED_BYCreated By QAM_CREATED_BYCHAR12UNAME
DIGSIG_STATUSStatus Text for Digital Signature QAM_DIGSIG_STATUSCHAR2QAM_DIGSIG_STATUS
LTEXT 0

Key field Non-key field



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

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

How to access SAP table QAMS_GQA_DETAIL_POWL

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