IDXSNDBSI SAP (Assignment Sender IDoc Partner for Business System Instance) Table details

Dictionary Type: Table
Description: Assignment Sender IDoc Partner for Business System Instance




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




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

IDXSNDBSI is a standard SAP Table which is used to store Assignment Sender IDoc Partner for Business System Instance data and is available within R/3 SAP systems depending on the version and release level.

The IDXSNDBSI table consists of various fields, each holding specific information or linking keys about Assignment Sender IDoc Partner for Business System Instance data available in SAP. These include CLIENT (Client), PARTNER (Partner Number of Sender), PARTART (Partner Type of Sender), PARTPFC (Partner function of sender).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP IDXSNDBSI 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
PORTPorts in IDoc Adapter IDX_PORTCHAR10Assigned to domainIDX_PORT
CLIENTClient MANDTCLNT3Assigned to domainMANDT
PARTNERPartner Number of Sender EDIPSNDPRNCHAR10Assigned to domainALPHAEDI_PARNUM
PARTARTPartner Type of Sender EDIPSNDPRTCHAR2Assigned to domainEDI_RCVPRT
PARTPFCPartner function of sender EDIPSNDPFCCHAR2EDIPVEDI_PARVW
BSILogical Partner for IDoc Adapter IDXPARTCHAR60

Key field Non-key field



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

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

SELECT SINGLE *
FROM IDXSNDBSI
INTO CORRESPONDING FIELDS OF WA_IDXSNDBSI
WHERE...

How to access SAP table IDXSNDBSI

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