QAN_QM_INSP_METHOD_PDF SAP (Structure for QA_QM_TNSP_METHOD) Structure details

Dictionary Type: Structure
Description: Structure for QA_QM_TNSP_METHOD




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




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

QAN_QM_INSP_METHOD_PDF 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 "Structure for QA_QM_TNSP_METHOD" 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_QAN_QM_INSP_METHOD_PDF TYPE QAN_QM_INSP_METHOD_PDF.

The QAN_QM_INSP_METHOD_PDF table consists of various fields, each holding specific information or linking keys about Structure for QA_QM_TNSP_METHOD data available in SAP. These include MANDT (Client), WERKS (Plant for Inspection Method), PMTNR (Inspection Method), VERSION (Version Number of the Inspection Method).. 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 QAN_QM_INSP_METHOD_PDF 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
MANDTClient MANDTCLNT3T000MANDT
WERKSPlant for Inspection Method Q_METH_PLANTCHAR4T001WWERKSWRKH_T001W
PMTNRInspection Method QPMETHODECHAR8Assigned to domainALPHAQPMETHODEPMT
VERSIONVersion Number of the Inspection Method QVERSNRPMCHAR6ALPHAQVERSNR
GUELTIGABValid-From Date DATUVDATS8DATUM
SORTFELDSearch Field QSORTFELDCHAR40CHAR40
AUTORName of User Who Created the Data Record QERSTELLERCHAR12QAENDERER
DATESDate on Which the Data Record Was Created QDATUMERSTDATS8DATUM
AEAUTName of User who Most Recently Changed the Data Record QAENDERERCHAR12QAENDERER
DATAEDate on Which Data Record Was Changed QDATUMAENDDATS8DATUM
LOEKZStatus of Master Record QLOESCHKZCHAR1QLOESCHKZ
LSPERData Record Is Used QVERWCHAR1QKZ
PRFQLInspector Qualification QPRQUALIFCHAR5TQ11QPRQUALIF
DUMMY10Text Line for Additional Information QTXT10CHAR10QTXT10
DUMMY20Text Line for Additional Information QTXT20CHAR20QTXT20
DUMMY40Text Line for Additional Information QTXT40CHAR40QTXT40
QAUTHAuthorization Group QM Basic Data QMASTAUTHCHAR8TQ01DQMASTAUTH
SPRACHELanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
KURZTEXTShort Text for The Inspection Method QKTEXTMETHCHAR40QKURZTEXT
LTEXTKZLong Text Exists for the Inspection Method QLTEXTMTCHAR1QKZ
GELOESCHTData Record Was Deleted QGELOESCHTCHAR1QKZ
VERSION2Version Number for the Inspection Method Text (QM) QVERSNRPM_TXTCHAR6ALPHAQVERSNR
PQTXTShort Text QKURZTEXTCHAR40QKURZTEXT
LKZTXT Short text for fixed values0
SELECTED 0
LIGHTS 0
TEXTNAME Long text0

Key field Non-key field



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

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

How to access SAP table QAN_QM_INSP_METHOD_PDF

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