BAM5RTIME SAP (Runtime analysis) Table details

Dictionary Type: Table
Description: Runtime analysis




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




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

BAM5RTIME is a standard SAP Table which is used to store Runtime analysis data and is available within R/3 SAP systems depending on the version and release level.

The BAM5RTIME table consists of various fields, each holding specific information or linking keys about Runtime analysis data available in SAP. These include SEQNO (Version Number Component), PROGNAME (Character field of length 40), SDATE (System Date), STIME (System Time).. 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: Not classified


SAP BAM5RTIME 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
SEQNOVersion Number Component CHAR2CHAR2CHAR2
PROGNAMECharacter field of length 40 CHAR40CHAR40CHAR40
SDATESystem Date SYDATUMDATS8SYDATS
STIMESystem Time SYUZEITTIMS6SYTIME
RTIMESystem Time SYUZEITTIMS6SYTIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM BAM5RTIME
INTO CORRESPONDING FIELDS OF WA_BAM5RTIME
WHERE...

How to access SAP table BAM5RTIME

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