E2ET_TR_RT_MAPP SAP (E2W Testing Agent: Transport Object-Runtime Object Mapping) Table details

Dictionary Type: Table
Description: E2W Testing Agent: Transport Object-Runtime Object Mapping




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




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

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

The E2ET_TR_RT_MAPP table consists of various fields, each holding specific information or linking keys about E2W Testing Agent: Transport Object-Runtime Object Mapping 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_MAPP 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 PGMIDCHAR4PGMID
TR_OBJECTObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
TR_OBJ_NAMEBPCA: Object Name BPCA_E2E_TR_TROBJ_NAMECHAR100
RT_PGMIDBPCA: Runtime Program ID BPCA_E2ET_RT_PGMIDCHAR4PGMID
RT_OBJECTBPCA: Runtime Object Type BPCA_E2ET_RT_OBJTYPECHAR4OBJECTSCTSOBJECT
RT_OBJ_NAMEBPCA: Runtime Object Name BPCA_E2ET_RT_TROBJ_NAMECHAR100
TR_OBJFUNCBPcA: Transport Object Function BPCA_E2ET_TR_OBJFUNCCHAR1BPCA_E2ET_OBJFUNC
RT_OBJFUNCBPcA: Runtime Object Function BPCA_E2ET_RT_OBJFUNCCHAR1BPCA_E2ET_OBJFUNC
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_MAPP using ABAP code

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

SELECT SINGLE *
FROM E2ET_TR_RT_MAPP
INTO CORRESPONDING FIELDS OF WA_E2ET_TR_RT_MAPP
WHERE...

How to access SAP table E2ET_TR_RT_MAPP

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