ORA_WPTOTALINFROW SAP (Oracle Monitoring: WP information: row) Structure details

Dictionary Type: Structure
Description: Oracle Monitoring: WP information: row




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




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

ORA_WPTOTALINFROW 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 "Oracle Monitoring: WP information: row" 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_ORA_WPTOTALINFROW TYPE ORA_WPTOTALINFROW.

The ORA_WPTOTALINFROW table consists of various fields, each holding specific information or linking keys about Oracle Monitoring: WP information: row data available in SAP. These include WP_ITYPE (Oracle Monitoring: WPITYPE : Internal work process type), WP_TYP (Oracle Monitoring: WPTYP: Type), WP_PID (Oracle Monitoring : WPPID: Work process PID), WP_ISTATUS (Oracle Monitoring: WPISTATUS: Work process status).. 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: Cannot Be Enhanced


SAP ORA_WPTOTALINFROW 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
WP_NOOracle Monitoring: WPNO: Work process number ORA_WPNOCHAR2ORA_WPNO
WP_ITYPEOracle Monitoring: WPITYPE : Internal work process type ORA_WPITYPEINT13ORA_WPITYPE
WP_TYPOracle Monitoring: WPTYP: Type ORA_WPTYPCHAR3ORA_WPTYP
WP_PIDOracle Monitoring : WPPID: Work process PID ORA_WPPIDCHAR8ORA_WPPID
WP_ISTATUSOracle Monitoring: WPISTATUS: Work process status ORA_WPISTATUSINT13ORA_WPISTATUS
WP_STATUSOracle Monitoring: WPSTATUS: Work process status ORA_WPSTATUSCHAR7ORA_WPSTATUS
WP_IWAITOracle Monitorign: WPIWAITING: Reason for wait ORA_WPIWAITINGINT13ORA_WPIWAITING
WP_WAITINGOracle Monitoring: WPWAITING: Work process is waiting ORA_WPWAITINGCHAR5ORA_WPWAITING
WP_SEMOracle Monitoring: WPSEM: Semaphore, for which the work proc ORA_WPSEMCHAR2ORA_WPSEM
WP_IRESTRTOracle Monitoring: WPIRESTART : Restart after error? ORA_WPIRESTARTINT13ORA_WPIRESTART
WP_RESTARTOracle Monitoring: WPRESTART: Restart work process after dum ORA_WPRESTARTCHAR4ORA_WPRESTART
WP_DUMPSOracle Monitoring: WPDUMPS: Number of dumps. ORA_WPDUMPSCHAR2ORA_WPDUMPS
WP_CPUOracle Monitoring: WPCPU: CPU ORA_WPCPUCHAR8ORA_WPCPU
WP_ELTIMEOracle Monitoring: WPELZEIT: Previous execution time of requ ORA_WPELZEITCHAR6ORA_WPELZEIT
WP_MANDTClient MANDTCLNT3Assigned to domainMANDT
WP_BNAMEOracle Monitoring: WPBNAME: User currently served ORA_WPBNAMECHAR12ORA_WPBNAME
WP_REPORTOracle Monitoring: WPREPORT: Report currently being executed ORA_WPREPORTCHAR40ORA_WPREPORT
WP_IACTIONOracle Monitoring: WPIACTION: Current activity of the work p ORA_WPIACTIONINT13ORA_WPIACTION
WP_ACTIONOracle Monitoring: WPACTION: Currently activity of WP ORA_WPACTIONCHAR25ORA_WPACTION
WP_TABLEOracle Monitoring: WPTABLE: DB table last accessed by the WP ORA_WPTABLECHAR30ORA_WPTABLE
WP_SERVEROracle Monitoring: MSNAME: Servername ORA_MSNAMECHAR20ORA_MSNAME
WP_WAITINFOracle Monitoring: WPWAITINF: add. wait information ORA_WPWAITINFCHAR40ORA_WPWAITINF
WP_WAITTIMOracle Monitoring: WPWAITTIME: Time when waiting started ORA_WPWAITTIMECHAR8ORA_WPWAITTIME
WP_SEMSTATOracle Monitoring: WPITYPE : Internal work process type ORA_WPITYPEINT13ORA_WPITYPE
WP_INDEXOracle Monitoring: ORA_WPINDEX: Index of work process ORA_WPINDEXINT410ORA_WPINDEX
STARTDATEOracle Monitoring: Start date for dialog step ORA_WPTOTINFSDDATS8SYDATS
STARTTIMEOracle Monitoring: Start time for dialog step ORA_WPTOTINFSTTIMS6SYTIME
DYNPRONROracle Monitoring: Screen number or transaction name ORA_STA_DYNPNOCHAR4STAT_DYNPR
TCODEOracle Monitoring: Transaction code ORA_STA_TCODE4CHAR20Assigned to domainTCODE
CUAPROGRAMOracle Monitoring: CUA program name ORA_WPTOTINFCPCHAR40PROGNAME
FCODEOracle Monitoring: WPTOTINFFC:Function code ORA_WPTOTINFFCCHAR4ORA_WPTOTINFFC
BTCJOBNAMEOracle Monitoring:BTCJOB: Background job name ORA_BTCJOBCHAR32ORA_BTCJOB
BTCJOBCNTOracle Monitoring:_BTCJOBCNT:Job ID ORA_BTCJOBCNTCHAR8ORA_BTCJOBCNT
MEMSUMOracle Monitoring: MEMSUM: Extended memory ORA_MEMSUMDEC10WPMEM
PRIVSUMOracle Monitoring:Heap (private) Memory ORA_PRIVSUMDEC10WPMEM

Key field Non-key field



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

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

How to access SAP table ORA_WPTOTALINFROW

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