E2ET_TR_RT_MAPPK SAP (BPCA: Transport Object-Runtime Object Mapping Key) Table details

Dictionary Type: Table
Description: BPCA: Transport Object-Runtime Object Mapping Key




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




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

E2ET_TR_RT_MAPPK is a standard SAP Table which is used to store BPCA: Transport Object-Runtime Object Mapping Key data and is available within R/3 SAP systems depending on the version and release level.

The E2ET_TR_RT_MAPPK table consists of various fields, each holding specific information or linking keys about BPCA: Transport Object-Runtime Object Mapping Key data available in SAP. These include TR_OBJECT (Object Type), TR_OBJ_NAME (BPCA: Object Name), RT_PGMID (BPCA: Runtime Program ID), RT_OBJECT (BPCA: Runtime Object Type).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP E2ET_TR_RT_MAPPK 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
TR_PGMIDProgram ID in Requests and Tasks PGMIDCHAR4E2ET_TR_RT_MAPPPGMID
TR_OBJECTObject Type TROBJTYPECHAR4E2ET_TR_RT_MAPPOBJECTSCTSOBJECT
TR_OBJ_NAMEBPCA: Object Name BPCA_E2E_TR_TROBJ_NAMECHAR100E2ET_TR_RT_MAPP
RT_PGMIDBPCA: Runtime Program ID BPCA_E2ET_RT_PGMIDCHAR4E2ET_TR_RT_MAPPPGMID
RT_OBJECTBPCA: Runtime Object Type BPCA_E2ET_RT_OBJTYPECHAR4E2ET_TR_RT_MAPPOBJECTSCTSOBJECT
RT_OBJ_NAMEBPCA: Runtime Object Name BPCA_E2ET_RT_TROBJ_NAMECHAR100E2ET_TR_RT_MAPP
AS4POSDictionary: Line item DDPOSITIONNUMC6DDPOSITION
TR_TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
TR_TABKEYObject Name in Object List TROBJ_NAMECHAR120TROBJ_NAME
TR_MANDT_DEPBPCA: Client-Dependent Table Flag BPCA_E2E_TR_MANDT_DEPCHAR1BPCA_E2E_TR_MANDT_DEP
TR_MANDTClient MANDTCLNT3Assigned to domainMANDT
RT_TABNAMEBPCA: Runtime Table Name BPCA_E2ET_RT_TABNAMECHAR30TABNAME
RT_TABKEYBPCA: Runtime Table Key BPCA_E2ET_RT_TABKEYCHAR120TROBJ_NAME
LUSERUser Name SYUNAMECHAR12SYCHAR12
LDATESystem Date SYDATUMDATS8SYDATS
LTIMESystem Time SYUZEITTIMS6SYTIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM E2ET_TR_RT_MAPPK
INTO CORRESPONDING FIELDS OF WA_E2ET_TR_RT_MAPPK
WHERE...

How to access SAP table E2ET_TR_RT_MAPPK

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