DMC_INSTANCE_DATA_REC SAP (MWB: Instance Data for Job Submit) Structure details

Dictionary Type: Structure
Description: MWB: Instance Data for Job Submit




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




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

DMC_INSTANCE_DATA_REC 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 "MWB: Instance Data for Job Submit" 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_DMC_INSTANCE_DATA_REC TYPE DMC_INSTANCE_DATA_REC.

The DMC_INSTANCE_DATA_REC table consists of various fields, each holding specific information or linking keys about MWB: Instance Data for Job Submit data available in SAP. These include INSTNAME (SAP Instance Name), HOST (Host Name), TYPE (SAP instance type), BANAME (Name of Operation Mode).. 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 (character-type or numeric)


SAP DMC_INSTANCE_DATA_REC 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
INSTNAMESAP Instance Name PFEINSTNAMCHAR20TEXT20
HOSTHost Name PFEHOSTNAMCHAR40TEXT40
TYPESAP instance type PFEINSTTYPCHAR20TEXT20
BANAMEName of Operation Mode PFEBANAMECHAR20TEXT20
STATERun-time status of instance PFEINSTSTDCHAR16CHAR16
SYSNRSAP system number (00 - 99) PFESYSNRCHAR2CHAR2
SYSNAMESAP System Name PFESYSNAMECHAR3CHAR3
APSERVERApplication server PFEAPSNAMECHAR20TEXT20
CMPONComponents of instance PFEINSTCMPCHAR16CHAR16
CMPONAPSApplication server services PFEINSTCMACHAR16CHAR16
PFINSTName of Instance Profile PFEINSTPFLCHAR88PFEUNIXPRO
PFSTARTInstance Startup Profile PFEINSTPFSCHAR88PFEUNIXPRO
HOMEDIRHome Directory of SAP Instance PFEINSTHOMCHAR40TEXT40
USERNAMEUser Name of Instance Owner PFEINSTUSRCHAR20TEXT20
PASSWDPassword of Instance Owner PFEINSTPASCHAR20TEXT20
STARTTIMEStart Time of Instance PFESTTIMETIMS6PFDTIMS
STARTDATEStart time/date of instance PFESTDATEDATS8PFDDATS
STOPTIMEStop time of instance PFESOTIMETIMS6PFDTIMS
STOPDATEStop time/date of instance PFESODATEDATS8PFDDATS
WPNODIANo. dialog work processes of instance PFEWPNODIACHAR3CHAR3
WPNOVBNumber of Update Work Processes of an Instance PFEWPNOVBCHAR3CHAR3
WPNOV2Number of V2 update workprocesses of an instance PFEWPNOV2CHAR3CHAR3
WPNOBTCNo. background work processes for instance PFEWPNOBTCCHAR3CHAR3
WPNOENQNumber of Enqueue Work Processes of an Instance PFEWPNOENQCHAR3CHAR3
WPNOSPONumber of Spool Work Processes of an Instance PFEWPNOSPOCHAR3CHAR3
WPNOTotal no. of work processes for application server PFEWPNOCHAR3CHAR3
WPNOBTCANo. of work processes to be kept free for backgrnd. process. PFEWPNOBTACHAR3CHAR3
CURBANAMEName of Operation Mode PFEBANAMECHAR20TEXT20
OPSYS'uname' of an application server, corresponds to SY-OPSYS PFEOPSYSCHAR20TEXT20
ANSWTM1Response time for an instance query PFEANSWTM1INT410
ANSWTM2Response time for an instance query PFEANSWTM1INT410
USERNONumber of registered users ALEUSERNOINT410
PFLINSNAMEName of profile for system parameterization PFEPFNAMECHAR30CHAR30
PFLSTRNAMEName of profile for system parameterization PFEPFNAMECHAR30CHAR30
WPNORESNumber of Reserved Work Processes of an Instance PFEWPNORESCHAR3CHAR3
SRVDYNWPInstance Service: Dynamic WP Activation PFESRVDYNWPCHAR1CHAR1
WPMAXNOMaximum Total Number of All Work Processes (Excluding Spool) PFEWPMAXNOCHAR7CHAR7
WPMAXCONFIGMax. No. of Work Processes that Can Be Activated by Op. Mode PFEWPMAXCONFIGCHAR7
NBR_CPUMWB: number of CPUs DMC_NBR_CPUINT410SYST_LONG
NO_JOBSMWB: Number of Jobs DMC_NBR_JOBSNUMC2

Key field Non-key field



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

As DMC_INSTANCE_DATA_REC 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 DMC_INSTANCE_DATA_REC as there is no data to select.

How to access SAP table DMC_INSTANCE_DATA_REC

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