PLMT_QUEST_H_DB_WRK SAP (Structure of Database Buffer for Question List Header) Structure details

Dictionary Type: Structure
Description: Structure of Database Buffer for Question List Header




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




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

PLMT_QUEST_H_DB_WRK 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 of Database Buffer for Question List Header" 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_PLMT_QUEST_H_DB_WRK TYPE PLMT_QUEST_H_DB_WRK.

The PLMT_QUEST_H_DB_WRK table consists of various fields, each holding specific information or linking keys about Structure of Database Buffer for Question List Header data available in SAP. These include CLIENT (Client), GUID (Identification of Question List Header), ORIGINAL_LANGU (Creation Language of Question List), VALIDFROM (Valid From).. 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 PLMT_QUEST_H_DB_WRK 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
CLIENTClient MANDTCLNT3T000MANDT
GUIDIdentification of Question List Header PLMT_QUEST_H_GUIDRAW16PLMAMPLM_AUDIT_GUID_AUD
ORIGINAL_LANGUCreation Language of Question List PLMT_ORIGINAL_LANGU_QUESTLANG1Assigned to domainISOLASPRAS
VALIDFROMValid From PLMT_VALIDFROMDEC15TSTPSBCOS_TSTMP
VALIDTOValid To PLMT_VALIDTODEC15TSTPSBCOS_TSTMP
RELEASED_ONRelease Time PLMT_RELEASED_ONDEC15TSTPSBCOS_TSTMP
RELEASED_BYName of Person, Who Has Released Component PLMT_RELEASED_BYCHAR12USNAM
PROC_STATUSProcessing Status of the Audit Component PLMT_PROC_STATUSCHAR1PLM_PROC_STATUS
LISTITYPList Item Type PLMT_TV_LISTITYPNUMC3Assigned to domainPLMT_TV_LISTITYP
AUTH_GROUPAuthorization Group PLMT_AUTH_GROUPCHAR6Assigned to domainPLM_AUTH_GROUP
HIERARCHY_PROFILDescription of Hierarchy Profile PLMT_HIERARCHY_PROFILNUMC2Assigned to domainPLM_HIERARCHY_PROFIL
QUEST_CHANGEABLEChangeability of Question List in Investigation (Audit,...) PLMT_QUEST_CHANGEABLECHAR1PLM_QUEST_CHANGEABLE
LISTTYPType of List in Investigations (Audit, FMEA,...) PLMT_TV_LISTTYPCHAR3Assigned to domainPLMT_TV_LISTTYP
GROUPINGGrouping PLMT_GROUPINGCHAR40PLM_GROUPINGPLM_AUDIT_GROUPING
SEARCH_FIELDSearch Field PLMT_SEARCH_FIELDCHAR40PLM_SEARCH_FIELDPLM_AUDIT_SEARCH_FIELD
EXT_POSITIONExternal Item Number PLMT_EXT_POSITIONCHAR20PLM_EXT_POSITION
ASSESSM_PROFILValuation Profile PLMT_ASSESSMENT_PROFILCHAR4Assigned to domainPLM_ASSESSMENT_PROFIL
ASSESSMENT_SUGValuation Proposal PLMT_ASSESSMENT_SUGGESTIONCHAR4Assigned to domainPLM_ASSESSMENT
SUGGESTION_SCOREValuation Proposal PLMT_SUGGESTION_SCOREDEC5(1) PLM_SCORE
AUDIT_CALCULATECalculation of the Result and Degree of Fulfillment PLMT_AUDIT_CALCULATE_BADICHAR4Assigned to domainPLM_AUDIT_CALCULATE_BADI
MIN_RESULTMinimum Result That Must Be Reached PLMT_MIN_RESULTDEC10(1) PLM_MIN_RESULT
WEIGHTINGWeighting PLMT_WEIGHTINGINT25PLM_WEIGHTING
PRIORITYPriority PLMT_PRIORITYCHAR2Assigned to domainPLM_PRIORITY
QUEST_REF_GUIDLink to Question List/Element of Question List PLMT_QUEST_REF_GUIDRAW16PLMAMPLM_AUDIT_GUID_AUD
APPLICATIONApplication in Project Planning CGPL_APPLICATION_TYPECHAR3Assigned to domainCGPL_APPLICATION_TYPE
NOREC_FLAGEntry Not Available in Database PLMT_NORECCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table PLMT_QUEST_H_DB_WRK

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