SQHVAR_DB4 SAP (iSeries: Host Variable Values for Most Exp. Exec. of a Stmt.) Table details

Dictionary Type: Table
Description: iSeries: Host Variable Values for Most Exp. Exec. of a Stmt.




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




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

SQHVAR_DB4 is a standard SAP Table which is used to store iSeries: Host Variable Values for Most Exp. Exec. of a Stmt. data and is available within R/3 SAP systems depending on the version and release level.

The SQHVAR_DB4 table consists of various fields, each holding specific information or linking keys about iSeries: Host Variable Values for Most Exp. Exec. of a Stmt. data available in SAP. These include IPLTIME (Text field length 14), QQKEY (iSeries: Key Field (Database Monitor)), QQTIME (iSeries: Record Creation Timestamp (Database Monitor)), QQC11 (iSeries: Reserved Field (Database Monitor)).. 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: Cannot Be Enhanced


SAP SQHVAR_DB4 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
SYSIDName of SAP System SYSYSIDCHAR8SQ1000_DB4SYCHAR08
IPLTIMEText field length 14 CHAR14CHAR14CHAR14
QQKEYiSeries: Key Field (Database Monitor) QQKEYCHAR17QQKEY
QQTIMEiSeries: Record Creation Timestamp (Database Monitor) QQTIMECHAR26QQTIME
QQC11iSeries: Reserved Field (Database Monitor) QQC11CHAR1QQC11
QQC12iSeries: Reserved Field (Database Monitor) QQC12CHAR1QQC12
QQC21iSeries: Reserved Field (Database Monitor) QQC21CHAR2QQC21
QQC22iSeries: Reserved Field (Database Monitor) QQC22CHAR2QQC22
QQI1iSeries: Reserved Field (Database Monitor) QQI1INT410QQI1
QQI2iSeries: Reserved Field (Database Monitor) QQI2INT410QQI2
QQC301iSeries: Reserved Field (Database Monitor) QQC301CHAR30QQC301
QQC302iSeries: Reserved Field (Database Monitor) QQC302CHAR30
QQHVAR_LEN2 byte integer (signed) INT2INT25INT2
QQHVARiSeries: Host Variable Values (Database Monitor) QQHVARLCHR1000QQCHAR1000

Key field Non-key field



How do I retrieve data from SAP table SQHVAR_DB4 using ABAP code

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

SELECT SINGLE *
FROM SQHVAR_DB4
INTO CORRESPONDING FIELDS OF WA_SQHVAR_DB4
WHERE...

How to access SAP table SQHVAR_DB4

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