AIND_CONN_STR SAP (Database Connection for an Infostructure) Table details

Dictionary Type: Table
Description: Database Connection for an Infostructure




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




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

AIND_CONN_STR is a standard SAP Table which is used to store Database Connection for an Infostructure data and is available within R/3 SAP systems depending on the version and release level.

The AIND_CONN_STR table consists of various fields, each holding specific information or linking keys about Database Connection for an Infostructure data available in SAP. These include DB_CONNECTION (Database Connection for Inforstructure), USE_STANDARD_DB (Create Index Table on Standard Database), IS_GENERATED (AIND_CONN_STR Entry Generated by System).. 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 AIND_CONN_STR 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
ARCHINDEXArchive Information Structure AIND_DESCCHAR15Assigned to domainAIND_DESC
DB_CONNECTIONDatabase Connection for Inforstructure AIND_IDX_DBCONCHAR30Assigned to domainDBCON_NAME
USE_STANDARD_DBCreate Index Table on Standard Database AIND_USE_R3DBCHAR1BOOLE
IS_GENERATEDAIND_CONN_STR Entry Generated by System AIND_CON_ENTRY_GENERATEDCHAR1BOOLE

Key field Non-key field



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

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

SELECT SINGLE *
FROM AIND_CONN_STR
INTO CORRESPONDING FIELDS OF WA_AIND_CONN_STR
WHERE...

How to access SAP table AIND_CONN_STR

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