/SDF/BPM_ASTAD2 SAP (BPMon Application Statistical Records) Table details

Dictionary Type: Table
Description: BPMon Application Statistical Records




ABAP Code to SELECT data from /SDF/BPM_ASTAD2
Related tables to /SDF/BPM_ASTAD2
Access table /SDF/BPM_ASTAD2




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

/SDF/BPM_ASTAD2 is a standard SAP Table which is used to store BPMon Application Statistical Records data and is available within R/3 SAP systems depending on the version and release level.

The /SDF/BPM_ASTAD2 table consists of various fields, each holding specific information or linking keys about BPMon Application Statistical Records data available in SAP. These include ENDDATE (SAP Workload: Workload: Date), ENDTIME (SAP Workload: Workload: time of day), TCODE (SAP Workload: Workload: transaction code), TRANSID (SAP Workload: Workload: Transaction ID).. 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 (Deep)


SAP /SDF/BPM_ASTAD2 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
ENDDATESAP Workload: Workload: Date SAPWLDATEDATS8SYDATS
ENDTIMESAP Workload: Workload: time of day SAPWLTIMETIMS6SYTIME
TCODESAP Workload: Workload: transaction code SAPWLTCODECHAR20Assigned to domainTCODE
TRANSIDSAP Workload: Workload: Transaction ID SAPWLTRIDCHAR32CHAR32
ACCOUNTUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
REPORTSAP Workload: Workload: Report name SAPWLREPRTCHAR40Assigned to domainPROGRAMM
INSTANCESAPWL: Workload: Instance Name STUNINSTCHAR39TEXT39
OKEYSAP Workload: Workload: Init/Open key of application stats. SAPWLASKEYCHAR30PFASKEY
TYPEType of application statistics PFAS_TYPCHAR2Assigned to domainPFAS_TYP
TASKTYPESAP Workload: Workload: Byte SAPWLBYTERAW1SAPWLRAW1
CNTRNatural Number INT4INT410INT4
VALUE1 0
VALUE2 0
VALUE3 0
VALUE4 0
VALUE5 0
VALUE6 0
VALUE7 0
VALUE8 0
VALUE9 0
VALUE10 0
FLAGSingle-Character Indicator CHAR1CHAR1CHAR1
DOCUMENTS Number of created/processed Documents0
ITEMS Number of created/processed Items0
RUNTIME Total Response Time in ms0
DBTIME Database Time in ms0
CPUTIME CPU Time in ms0

Key field Non-key field



How do I retrieve data from SAP table /SDF/BPM_ASTAD2 using ABAP code

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

SELECT SINGLE *
FROM /SDF/BPM_ASTAD2
INTO CORRESPONDING FIELDS OF WA_/SDF/BPM_ASTAD2
WHERE...

How to access SAP table /SDF/BPM_ASTAD2

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