SRT_WSP_ABAP_DEST_INFO SAP (Management of ABAP Destinations for RFC-Consumers) Structure details

Dictionary Type: Structure
Description: Management of ABAP Destinations for RFC-Consumers




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




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

SRT_WSP_ABAP_DEST_INFO 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 "Management of ABAP Destinations for RFC-Consumers" 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_SRT_WSP_ABAP_DEST_INFO TYPE SRT_WSP_ABAP_DEST_INFO.

The SRT_WSP_ABAP_DEST_INFO table consists of various fields, each holding specific information or linking keys about Management of ABAP Destinations for RFC-Consumers data available in SAP. These include LOGON_GROUP (Logon Group for Load Balancing Mode), LOAD_BALANCING (RFC Using Load Balancing Procedure), LOGON_CLIENT (Explicit logon client), LOGON_LANGUAGE (Explicit language).. 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 SRT_WSP_ABAP_DEST_INFO 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
DESTINATIONLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
LOGON_GROUPLogon Group for Load Balancing Mode RFCLOADCHAR64RFCEXEC
LOAD_BALANCINGRFC Using Load Balancing Procedure RFCLBFLAGCHAR1RFCLBFLAG
LOGON_CLIENTExplicit logon client RFCCLIENTCLNT3Assigned to domainMANDT
LOGON_LANGUAGEExplicit language RFCLANGLANG1ISOLASYLANGU
LOGON_USERExplicit user ID RFCUSERCHAR12SYCHAR12
PASSWORDExplicit password RFCAUTHCHAR40XUBCODE
SAME_USERCurrent User RFCSAMEUSRCHAR1RFCSAMEUSR
SYSTEM_IDENTIFIERSystem ID RFCSYSIDCHAR8SYCHAR08
SYSTEM_NUMBERService used (TCP service, SAP System number) RFCSERVICECHAR2RFCSERVICE
CONVERSION_MODEConversion for Non-Compatible Codepage? (SPACE, 'I', 'N') RFCCONVERTCHAR1
KEEPALIVE_TIMEOUTRFC API Destinations: Timeout Value SDEST_TIMEOUT_VALUEINT410SDEST_TIMEOUT_VALUE
QRFC_VERSIONqRFC Version for NetWeaver QRFCVERSINT13QRFCVERS
BASXML_ACTIVESettings for Activation of basXML in RFC SRFC_BASXML_ENABLINGCHAR1SRFC_BASXML_ENABLING
SERVER_NAMEName of Target Host RFCHOST_EXTCHAR1024RFCHOST_EXT
CLIENT_CODEPAGE_ACTIVEBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
UNICODE_BYTESNumber of Bytes per Character (Unicode System) RFCUNICODENUMC1
CATEGORYCategory of RFC Connections RFCCATEGORYCHAR20RFCCATEGORY

Key field Non-key field



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

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

How to access SAP table SRT_WSP_ABAP_DEST_INFO

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