GWY_STRUCT SAP (Structure for general gateway parameters) Structure details

Dictionary Type: Structure
Description: Structure for general gateway parameters




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




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

GWY_STRUCT 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 "Structure for general gateway parameters" 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_STRUCT TYPE GWY_STRUCT.

The GWY_STRUCT table consists of various fields, each holding specific information or linking keys about Structure for general gateway parameters data available in SAP. These include BLOCKNO (Gateway Request Block Nummer), SYSIDX (Gateway connection number), CONN (Gateway connection number), NO_CONN (Gateway connection number).. 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: Not classified


SAP GWY_STRUCT 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
ACTIVEFlag whether statistics active GWY_STACTINT410
BLOCKNOGateway Request Block Nummer GWY_BLKNOINT410
SYSIDXGateway connection number GWY_CONN_DINT410
CONNGateway connection number GWY_CONN_DINT410
NO_CONNGateway connection number GWY_CONN_DINT410
NO_PROCGateway connection number GWY_CONN_DINT410
IN_USEFlag whether connection used GWY_INUSEINT410
GWHOSTLong Host Name GWY_LHOSTCHAR255CHAR255
GWSERVGateway Service Name GWY_SERVCHAR20CHAR20
WP_NOGateway work process number GWY_WPNOINT410
NOREGNumber of registrations of a program GWY_NOREGINT410
FLAGFlag to control info GWY_FLAGCHAR1CHAR1
PNAMEParameter Name GWY_PNAMECHAR32CHAR32
PVALUEParameter value GWY_PVALUECHAR16CHAR16
CONVIDConversation ID GWY_CONVIDCHAR8CHAR8
LULonger Logical Unit Name GWY_LLUCHAR128CHAR128
TPLonger transaction program name GWY_LTPCHAR128CHAR128
SYSTYPEType of Gateway Client GWY_SYSTYPCHAR16CHAR16
ADDRGateway Host Address GWY_ADDRCHAR16CHAR16
ADDR_V4IPv4 Address NI_IPV4ADDRCHAR15IPADDNI_IPV4ADDR
ADDR_V6IP Address NI_NODEADDRCHAR45IPADDNI_NODEADDR

Key field Non-key field



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

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

How to access SAP table GWY_STRUCT

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