BTP_TPL_DELKEY SAP (BTP: Deleted table keys that have to be transported) Table details

Dictionary Type: Table
Description: BTP: Deleted table keys that have to be transported




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




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

BTP_TPL_DELKEY is a standard SAP Table which is used to store BTP: Deleted table keys that have to be transported data and is available within R/3 SAP systems depending on the version and release level.

The BTP_TPL_DELKEY table consists of various fields, each holding specific information or linking keys about BTP: Deleted table keys that have to be transported data available in SAP. These include NAMESPACE (BTP Object Namespace), TRREQ (Request/Task), TABNAME (Table Name), TABKEY (Object Name in Object List).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP BTP_TPL_DELKEY 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
SCENARIOMBT PCL: Scenario CNV_MBT_SCENARIOCHAR4CNV_MBT_SCENARIO
NAMESPACEBTP Object Namespace BTP_DL_NAMESPACECHAR8BTP_DL_NAMESPACE
TRREQRequest/Task TRKORRCHAR20Assigned to domainTRKORR
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
TABKEYObject Name in Object List TROBJ_NAMECHAR120TROBJ_NAME
RECORD_DATE 0

Key field Non-key field



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

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

SELECT SINGLE *
FROM BTP_TPL_DELKEY
INTO CORRESPONDING FIELDS OF WA_BTP_TPL_DELKEY
WHERE...

How to access SAP table BTP_TPL_DELKEY

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