T7PIQBW_DELTA SAP (BW Extraction: Map Infotype <-> BW Data Source) Table details

Dictionary Type: Table
Description: BW Extraction: Map Infotype <-> BW Data Source




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




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

T7PIQBW_DELTA is a standard SAP Table which is used to store BW Extraction: Map Infotype <-> BW Data Source data and is available within R/3 SAP systems depending on the version and release level.

The T7PIQBW_DELTA table consists of various fields, each holding specific information or linking keys about BW Extraction: Map Infotype <-> BW Data Source data available in SAP. These include INFTY (Infotype), SUBTY (Subtype), SCLAS (Type of Related Object), OLTPSOURCE (DataSource (OSOA/OSOD)).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP T7PIQBW_DELTA 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
OTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
INFTYInfotype INFOTYPCHAR4INFOTYPHRBAS00INFTY
SUBTYSubtype SUBTYPCHAR4Assigned to domainSUBTYP
SCLASType of Related Object SCLASCHAR2Assigned to domainOTYPE
OLTPSOURCEDataSource (OSOA/OSOD) ROOSOURCERCHAR30T7PIQBW_DATASOURROOSOURCEDRO1

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7PIQBW_DELTA
INTO CORRESPONDING FIELDS OF WA_T7PIQBW_DELTA
WHERE...

How to access SAP table T7PIQBW_DELTA

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