BAPI_2031010_C SAP (PLM: Create/Change Question List Item) Structure details

Dictionary Type: Structure
Description: PLM: Create/Change Question List Item




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




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

BAPI_2031010_C 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 "PLM: Create/Change Question List Item" 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_BAPI_2031010_C TYPE BAPI_2031010_C.

The BAPI_2031010_C table consists of various fields, each holding specific information or linking keys about PLM: Create/Change Question List Item data available in SAP. These include GUID (unique object identifier in Audit Management (CHAR32)), EXT_POSITION (External Item Number), GROUPING (Grouping), SEARCH_FIELD (Search Field).. 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 BAPI_2031010_C 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
EXTERNAL_IDIdentification of Question List Item PLMT_QUEST_I_IDCHAR24CGPL_EXTIDPLM_QUESTIONNAIRE_I
GUIDunique object identifier in Audit Management (CHAR32) PLMT_AUDIT_OBJECT_GUID_BAPICHAR32SYSUUID_C
EXT_POSITIONExternal Item Number PLMT_EXT_POSITIONCHAR20PLM_EXT_POSITION
GROUPINGGrouping PLMT_GROUPINGCHAR40PLM_GROUPINGPLM_AUDIT_GROUPING
SEARCH_FIELDSearch Field PLMT_SEARCH_FIELDCHAR40PLM_SEARCH_FIELDPLM_AUDIT_SEARCH_FIELD
REF_EXTERNAL_IDLink to Question List/Element of Question List PLMT_REF_EXTERNAL_IDCHAR24CGPL_EXTID
REF_QUEST_GUIDunique object identifier in Audit Management (CHAR32) PLMT_AUDIT_OBJECT_GUID_BAPICHAR32SYSUUID_C
HIERARCHY_LEVELHierarchy Level PLMT_HIERARCHY_LEVELNUMC2Assigned to domainPLM_HIERARCHY_LEVEL
TASK_LEVELLevel of Question List Item PLMT_LEVELINT13INT1
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

Key field Non-key field



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

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

How to access SAP table BAPI_2031010_C

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