/SDF/NEWGLOBALDATA SAP (Global data (ORACLE)) Structure details

Dictionary Type: Structure
Description: Global data (ORACLE)




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




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

/SDF/NEWGLOBALDATA 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 "Global data (ORACLE)" 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_/SDF/NEWGLOBALDATA TYPE /SDF/NEWGLOBALDATA.

The /SDF/NEWGLOBALDATA table consists of various fields, each holding specific information or linking keys about Global data (ORACLE) data available in SAP. These include INST_ID (Instance ID), INST_NAME (Instance Name), RESETDAY (Date), RESETTIME (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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /SDF/NEWGLOBALDATA 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
ANALY_ID Analysis ID0
INST_ID Instance ID0
INST_NAME Instance Name0
RESETDAYDate DATUMDATS8DATUM
RESETTIMETime UZEITTIMS6UZEIT
STARTDAYDate DATUMDATS8DATUM
STARTTIMETime UZEITTIMS6UZEIT
TIMSTRTUP time since startup0
ACTUALDAYDate DATUMDATS8DATUM
ACTUALTIMETime UZEITTIMS6UZEIT
BUFF_READS_SQL Total reads of SCC FROM V$SQL0
DISK_READS_SQL Disk Reads of SCC FROM V$SQL0
CPU_TIME_SQL CPU time msec v$SQL0
ELAP_TIME_SQL Elapsed time msec V$sql0
WAIT_TIME Wait time calculated total0
APPL_W_TIME_SQL Appl wait time msec V$SQL0
APPL_W_TIME_SYS APPL_WAIT_TIME v$sysstat0
CONC_W_TIME_SQL Conc wait time msec V$SQL0
CONC_W_TIME_SYS CONC_WAIT_TIME v$sysstat0
CLUST_W_TIME_SQL Clust wait time msec v$SQL0
CLUST_W_TIME_SYS CLUST_WAIT_TIME v$sysstat0
USRIO_W_TIME_SQL UserIO Wait Time msec v$sql0
USRIO_W_TIME_SYS UserIO Wait Time msec v$sysstat0
PLSQLEXC_TIM_SQL PL/SQL exec time msec v$SQL0
BUFF_GETS_SYS Buffer Gets from V$SYSSTAT0
PHYS_READS_SYS Physical Reads from V$SYSSTAT0
USER_COMMITS_SYS user commits from v$sysstat0
USER_ROLLB_SYS user rollbacks from v$systat0
USER_CALLS_SYS user calls from v$sysstat0
READ_PER_USRCALL read per user call calculated0
RECURS_CALLS_SYS recursive calls from v$sysstat0
RECURS_CPU_SYS recursive cpu from v$sysstat0
SES_UGA_MEM_MAX ses uga memory max v$sysstat0
SES_PGA_MEM_MAX ses pga memory max v$sysstat0
ENQ_TIMEOUTS enqueue timeouts v$sysstat0
ENQ_WAITS enqueue waits v$sysstat0
ENQ_DEADLOCKS enqueue deadlocks v$sysstat0
ENQ_REQUEST enqueue requests v$sysstat0
ENQUEUE_CONV enqueue conversions v$sysstat0
ENQ_RELEASES enqueue releases v$sysstat0
CONS_GETS cons gets v$sysstat0
CONS_GETS_CACHE cons gets cache v$sysstat0
CONS_GETS_EXAM cons gets exam v$sysstat0
CONS_GETS_DIRECT cons gets direct v$sysstat0
BLOCK_GETS db block gets v$sysstat0
BLOCK_GETS_CACHE db block gets from cache v$sys0
BLOCK_GETS_DIR db block gets direct v$sysstat0
PHYSR_RET_CORUPT phys read ret corupt V$sysstat0
PHYSR_DIR_LOB phys reads dir lob V$sysstat0
PHYSR_DIR_TEMP phys reads dir temp V$sysstat0
PHYSW_DIR_LOB phys writes dir lob V$sysstat0
PHYSW_DIR_TEMP phys writes dir temp V$sysstat0
REDO_WRITE_TIME redo write time V$sysstat0
REDOW_LATCH_TIME redo writer latch time V$sysstat0
REDO_WRITES redo writes V$sysstat0
WORKA_EXEC_MPASS workarea exec multipass V$sysstat0
WORKA_EXEC_OPASS workarea exec onepass V$sysstat0
WORKA_EXEC_OPTI workarea exec optimal V$sysstat0
WORKA_MEM_ALLOC workarea mem alloc V$sysstat0
PARSE_COUNT_FAIL parse count failures V$sysstat0
PARSE_COUNT_HARD parse count hard V$sysstat0
PARSE_COUNT_TOT parse count total V$sysstat0
PARSE_TIME_CPU parse time cpu V$sysstat0
PARSE_TIME_ELA parse time elapsed V$sysstat0
RECS_PROCE vsqlarea recs processed0
RECPRO_EXC vsqlarea recs pro execution0
NUM_EXEC_SQL Number of executions selection from DBA HIST0
DL_SOURCE DBA HIST (D) or Cache (C)0
DBA_HIST_B_TS Start timestamp for statement selection from DBA HIST0
DBA_HIST_E_TS End timestamp for statement selection from DBA HIST0
AVG_HARD_PARSE_SQL Average hard parse time (microseconds)0
IO_CELOFL_ELIG_SQL Number of I/O bytes which can be filtered by the Exadata0
IO_INTCON_BYT_SQL Number of I/O bytes exchanged between Oracle DB and storage0
PHYS_READ_REQ Number of physical read I/O reqs issued by the monitored SQL0
PHYS_READ_BYT Number of bytes read from disks by the monitored SQL0
PHYS_WRITE_REQ No. of physical write I/O reqs issued by the monitored SQL0
PHYS_WRITE_BYT Number of bytes written from disks by the monitored SQL0
IO_CEL_UNCOMP_BYT Number of uncompressed bytes that are offloaded to the Exada0
IO_CEL_OFL_RET_BYT Number of bytes returned by the Exadata cell for smart scan0
OPT_PHYS_READS Cumulative value of number of physical reads from flash cach0

Key field Non-key field



How do I retrieve data from SAP structure /SDF/NEWGLOBALDATA using ABAP code?

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

How to access SAP table /SDF/NEWGLOBALDATA

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