AQBWCAT SAP (InfoSource Catalog (SAP Query) Customer) Table details

Dictionary Type: Table
Description: InfoSource Catalog (SAP Query) Customer




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




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

AQBWCAT is a standard SAP Table which is used to store InfoSource Catalog (SAP Query) Customer data and is available within R/3 SAP systems depending on the version and release level.

The AQBWCAT table consists of various fields, each holding specific information or linking keys about InfoSource Catalog (SAP Query) Customer data available in SAP. These include MASTERDATA (SAP Query (S): Flag), FUNCAREA (SAP Query (S): InfoSet), STRUCT (Name of ABAP Dictionary Object), USERGROUP (SAP Query (S): Name of a user group).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP AQBWCAT 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
ISOURCEInfoSource RSISOURCECHAR30RSISOURCERSS
MASTERDATASAP Query (S): Flag AQS_FLAGCHAR1AQT_FLAG
FUNCAREASAP Query (S): InfoSet AQS_SGNAMECHAR24AQT_SGNAME
STRUCTName of ABAP Dictionary Object DDOBJNAMECHAR30DDOBJNAMEDOB
USERGROUPSAP Query (S): Name of a user group AQS_BGNAMECHAR12AQT_BGNAME
QUERYSAP Query (S): Query name AQS_QUNAMECHAR14AQT_QUNAME
QREPORTSAP Query (S): Program name (long) AQS_PGNAMECHAR40AQT_PGNAME
QCLIENTClient Information for BW Extractor (SAP Query) AQBWCLIENTCHAR3AQS_C3
LDATESAP Query (S): Date AQS_DATUMDATS8AQS_D
LTIMESAP Query (S): Time AQS_TIMETIMS6AQS_T

Key field Non-key field



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

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

SELECT SINGLE *
FROM AQBWCAT
INTO CORRESPONDING FIELDS OF WA_AQBWCAT
WHERE...

How to access SAP table AQBWCAT

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