/BCV/C_STRUC SAP (Query View Structure Defintion) Table details

Dictionary Type: Table
Description: Query View Structure Defintion




ABAP Code to SELECT data from /BCV/C_STRUC
Related tables to /BCV/C_STRUC
Access table /BCV/C_STRUC




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

/BCV/C_STRUC is a standard SAP Table which is used to store Query View Structure Defintion data and is available within R/3 SAP systems depending on the version and release level.

The /BCV/C_STRUC table consists of various fields, each holding specific information or linking keys about Query View Structure Defintion data available in SAP. These include QVIEW_ID (ID of Query View), DISPLAY_ID (Chart ID), QUERY_ID (Query ID), ATTRIBUTE_ID (Query Field ID).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /BCV/C_STRUC table 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 MANDTCLNT3Assigned to domainMANDT
QVIEW_IDID of Query View /BCV/UIF_QVIEW_IDCHAR32/BCV/UIF_QVIEW_ID/BCV/DMZ_QVIEW_ID
DISPLAY_IDChart ID /BCV/UIF_DISPLAY_IDCHAR16/BCV/C_DISPLAY/BCV/UIF_FIELD_ID/BCV/ELM_DISPLAY_ID
QUERY_IDQuery ID /BCV/QRM_QUERY_IDCHAR32/BCV/C_QVIEWQA/BCV/QRM_QUERY_ID/BCV/DMZ_QUERY_ID
ATTRIBUTE_IDQuery Field ID /BCV/QRM_ATTRIBUTE_IDCHAR30/BCV/C_QRESA/BCV/QRM_ATTRIBUTE_ID
VISIBILITYVisibility of Field /BCV/UIF_FIELD_VISIBILITYNUMC2/BCV/UIF_VISIBILITY
FIELD_SEQUENCEField Sequence /BCV/UIF_FIELD_SEQUENCENUMC4/BCV/FND_SEQUENCE_NO
FIELD_SORTSorting of Fields /BCV/UIF_FIELD_SORTINGNUMC2/BCV/UIF_SORTING
FIELD_SORT_SEQSorting Sequence of Fields /BCV/UIF_FIELD_SORT_SEQNUMC4/BCV/FND_SEQUENCE_NO
FIELD_AGGR_ALLOWAllow Aggregation Checkbox /BCV/UIF_FIELD_AGGR_ALLOWCHAR1BOOLE
FIELD_AGGR_TYPAggregation Types for ALV Output /BCV/UIF_FIELD_AGGR_TYPENUMC2/BCV/UIF_FIELD_AGGR_TYPE
PREVIEW_SEQUENCEField Sequence in Quick View /BCV/UIF_FIELD_SEQUENCE_PRVNUMC2/BCV/UIF_SEQUENCE
PREVIEW_SORTField Sorting in Quick View /BCV/UIF_FIELD_SORTING_PRVNUMC2/BCV/UIF_SORTING
PREVIEW_SORT_SEQSorting Sequence of Fields in Quick View /BCV/UIF_FIELD_SORT_SEQ_PRVNUMC4/BCV/FND_SEQUENCE_NO
PREVIEW_AGGR_TYPAggregation Types for ALV Output /BCV/UIF_FIELD_AGGR_TYPENUMC2/BCV/UIF_FIELD_AGGR_TYPE

Key field Non-key field



How do I retrieve data from SAP table /BCV/C_STRUC using ABAP code

The following ABAP code Example will allow you to do a basic selection on /BCV/C_STRUC to SELECT all data from the table
DATA: WA_/BCV/C_STRUC TYPE /BCV/C_STRUC.

SELECT SINGLE *
FROM /BCV/C_STRUC
INTO CORRESPONDING FIELDS OF WA_/BCV/C_STRUC
WHERE...

How to access SAP table /BCV/C_STRUC

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