VMCDBG_PROCESS SAP (VMCDBG: Entry in the process list) Structure details

Dictionary Type: Structure
Description: VMCDBG: Entry in the process list




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




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

VMCDBG_PROCESS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "VMCDBG: Entry in the process list" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_VMCDBG_PROCESS TYPE VMCDBG_PROCESS.

The VMCDBG_PROCESS table consists of various fields, each holding specific information or linking keys about VMCDBG: Entry in the process list data available in SAP. These include VM_HANDLE (Number of the Java VM), WP_NUMBER (Work Process Number), VM_TYPE (VM Type), VM_STATE (VM State).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP VMCDBG_PROCESS structure 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
VM_INFO 0
VM_HANDLENumber of the Java VM VM_HANDLEINT410VM_HANDLE
WP_NUMBERWork Process Number WPINDEXINT410WPINDEX
VM_TYPEVM Type VM_TYPEINT410VM_TYPE
VM_STATEVM State VM_STATEINT410VM_STATE
VM_CPUVirtual Machine CPU VM_CPUDEC20VM_INT64
VM_APPLVM: Application Currently Running VM_APPLCHAR256VM_APPL
VM_USED_BYTESVM: Memory Consumption (MB) VM_BYTESDEC20VM_INT64
VM_DEBUG_STATEVM: Debugging State VM_DBGSTATEINT410VM_DBGSTATE
VM_DEBUG_PORTVM: Debug Port VM_DBGPORTINT410VM_DBGPORT
VM_USED_TIMEStart Time of Last Request VM_USED_TIMECHAR8VM_USED_TIME
VM_USERUser Currently Served WPBNAMECHAR12UBNAME
VM_SGC_STATEVM State of the Shared Garbage Collector (SGC) VM_SGC_STATEINT410VM_SGC_STATE
VM_SGC_WAITINGVM Shared GC Waiting VM_SGC_WAITINGINT410VM_SGC_WAITING
VM_LOCKSNumber of Cross-VM Locks VM_LOCKSINT410VM_LOCKS
VM_TRACEVM-Specific Trace VM_TRACEINT13VM_TRACE
VM_LWPLast process in which VM was active VM_LWPINT410WPINDEX
DBG_STATE_ICON 0

Key field Non-key field



How do I retrieve data from SAP structure VMCDBG_PROCESS using ABAP code?

As VMCDBG_PROCESS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on VMCDBG_PROCESS as there is no data to select.

How to access SAP table VMCDBG_PROCESS

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