CONNECT_XI_IS_BS SAP (Obsolete: Connections from IS to Business Systems) Table details

Dictionary Type: Table
Description: Obsolete: Connections from IS to Business Systems




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




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

CONNECT_XI_IS_BS is a standard SAP Table which is used to store Obsolete: Connections from IS to Business Systems data and is available within R/3 SAP systems depending on the version and release level.

The CONNECT_XI_IS_BS table consists of various fields, each holding specific information or linking keys about Obsolete: Connections from IS to Business Systems data available in SAP. These include INT_OBJECT_ID (XI Runtime: GUID), BS_SERVICEUSER (User Name), USAGE_PASSWORD (Counter), USAGE_X509CERT (Counter).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CONNECT_XI_IS_BS 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
BS_NAMEXI Service PRX_SYSTEMCHAR60AIT_SYSTEMSAI_BUSINESS_SYSTEM
INT_OBJECT_IDXI Runtime: GUID SAIXI_GUIDRAW16
BS_SERVICEUSERUser Name SYUNAMECHAR12SYCHAR12
USAGE_PASSWORDCounter COUNTERNUMC1COUNTER
USAGE_X509CERTCounter COUNTERNUMC1COUNTER
USAGE_SNC_NAMECounter COUNTERNUMC1COUNTER
HTTP_DESTINATIONLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
HTTP_AUTH_METHODObsolete: XI: Authentication Method for HTTP Connections XI_HTTP_CONNECTION_AUTH_METHODINT13XI_HTTP_CONNECTION_AUTH_METHOD

Key field Non-key field



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

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

SELECT SINGLE *
FROM CONNECT_XI_IS_BS
INTO CORRESPONDING FIELDS OF WA_CONNECT_XI_IS_BS
WHERE...

How to access SAP table CONNECT_XI_IS_BS

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