GWY_CONN2 SAP (Gateway Connections (IPv6)) Structure details

Dictionary Type: Structure
Description: Gateway Connections (IPv6)




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




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

GWY_CONN2 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 "Gateway Connections (IPv6)" 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_GWY_CONN2 TYPE GWY_CONN2.

The GWY_CONN2 table consists of various fields, each holding specific information or linking keys about Gateway Connections (IPv6) data available in SAP. These include CLIENT_LU (Longer Logical Unit Name), SERVER_LU (Longer Logical Unit Name), CLIENT_TP (Longer transaction program name), SERVER_TP (Longer transaction program name).. 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 GWY_CONN2 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
CONNNumber of the Gateway Connection GWY_ICONNINT25INT2
CLIENT_LULonger Logical Unit Name GWY_LLUCHAR128CHAR128
SERVER_LULonger Logical Unit Name GWY_LLUCHAR128CHAR128
CLIENT_TPLonger transaction program name GWY_LTPCHAR128CHAR128
SERVER_TPLonger transaction program name GWY_LTPCHAR128CHAR128
GWUSERGateway user GWY_USERCHAR12CHAR12
STATEStatus of Gateway Connection GWY_ISTATEINT25INT2
SYMDESTSymbolic destination SDESTCHAR8XUHDEST
CONVIDConversation ID GWY_CONVIDCHAR8CHAR8
PROTProtocol of Gateway Connection GWY_IPROTOINT25INT2
TRACETrace Level of Gateway Connection GWY_ITRACEINT25INT2
WP_NONumber of Gateway Work Process GWY_INOWPINT25INT2
BLKSNumber of Blocks Used GWY_REQBLKSINT25INT2
APPCRCAPPC Error Number GWY_IAPPCRCINT25INT2
SAPRCSAP Error Number GWY_ISAPRCINT25INT2
CLIENT_FRAGFragmentation with Network Calls GWY_FRAGMENTATIONINT25INT2
SERVER_FRAGFragmentation with Network Calls GWY_FRAGMENTATIONINT25INT2
CLIENT_ADDRIP Address NI_NODEADDRCHAR45IPADDNI_NODEADDR
SERVER_ADDRIP Address NI_NODEADDRCHAR45IPADDNI_NODEADDR
RECEIVED_REQNumber of Requests in the Gateway Connection GWY_REQUESTSINT410
TRANSMITTED_REQNumber of Requests in the Gateway Connection GWY_REQUESTSINT410
LAST_REQ_TSTime Stamp of Last Action GWY_RQTIMESTCHAR24CHAR24
LAST_REQ_TIME_TTime Stamp in UNIX Format GWY_TIME_TCHAR16CHAR16
RESERVE12 byte integer (signed) INT2INT25INT2
RESERVE22 byte integer (signed) INT2INT25INT2
RESERVE32 byte integer (signed) INT2INT25INT2
RESERVE42 byte integer (signed) INT2INT25INT2
RESERVE52 byte integer (signed) INT2INT25INT2
RESERVE62 byte integer (signed) INT2INT25INT2
RESERVE7Natural Number INT4INT410INT4
RESERVE8Natural Number INT4INT410INT4

Key field Non-key field



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

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

How to access SAP table GWY_CONN2

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