AQGSBWPROP SAP (BI Settings of a Basis InfoSet) Table details

Dictionary Type: Table
Description: BI Settings of a Basis InfoSet




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




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

AQGSBWPROP is a standard SAP Table which is used to store BI Settings of a Basis InfoSet data and is available within R/3 SAP systems depending on the version and release level.

The AQGSBWPROP table consists of various fields, each holding specific information or linking keys about BI Settings of a Basis InfoSet data available in SAP. These include BI_ENABLE (SAP Query: InfoSet Is Released for BI), CHECKCLASS (Check Class), INFOAREA (SAP Query: BI InfoArea of an InfoSet), TREX_ALLOWED (SAP Query (S): TREX Permitted).. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP AQGSBWPROP 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
CLASSAP Query (S): InfoSet AQS_SGNAMECHAR24AQT_SGNAME
BI_ENABLESAP Query: InfoSet Is Released for BI AQS_BI_ENABLECHAR1AQT_FLAG
CHECKCLASSCheck Class AQS_CHECKCLASSCHAR30SEOCLSNAME
INFOAREASAP Query: BI InfoArea of an InfoSet AQS_INFOAREACHAR30AQS_C30
TREX_ALLOWEDSAP Query (S): TREX Permitted AQS_TREX_FLAGCHAR1

Key field Non-key field



How do I retrieve data from SAP table AQGSBWPROP using ABAP code

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

SELECT SINGLE *
FROM AQGSBWPROP
INTO CORRESPONDING FIELDS OF WA_AQGSBWPROP
WHERE...

How to access SAP table AQGSBWPROP

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