QAMS_GQA_SEARCH_CONTENT SAP (QIM: Search Structure for Quality Activities (Bus. Part)) Structure details

Dictionary Type: Structure
Description: QIM: Search Structure for Quality Activities (Bus. Part)




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




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

QAMS_GQA_SEARCH_CONTENT 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 "QIM: Search Structure for Quality Activities (Bus. Part)" 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_SEARCH_CONTENT TYPE QAMS_GQA_SEARCH_CONTENT.

The QAMS_GQA_SEARCH_CONTENT table consists of various fields, each holding specific information or linking keys about QIM: Search Structure for Quality Activities (Bus. Part) data available in SAP. These include VENDOR (Vendor), QA_TYPE (Quality Activity Type), CODE (Quality Activity Code), CODE_TEXT (Code Text).. 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 QAMS_GQA_SEARCH_CONTENT 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
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

Key field Non-key field



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

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

How to access SAP table QAMS_GQA_SEARCH_CONTENT

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