IDXSNDPOR SAP (IDoc Adapter Link GUID with IDoc, Sender System and so on) Table details

Dictionary Type: Table
Description: IDoc Adapter Link GUID with IDoc, Sender System and so on




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




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

IDXSNDPOR is a standard SAP Table which is used to store IDoc Adapter Link GUID with IDoc, Sender System and so on data and is available within R/3 SAP systems depending on the version and release level.

The IDXSNDPOR table consists of various fields, each holding specific information or linking keys about IDoc Adapter Link GUID with IDoc, Sender System and so on data available in SAP. These include IDOCNUMBER (IDoc number), PORT (Ports in IDoc Adapter), CLIENT (Client), STATUS (Status of IDoc).. 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 IDXSNDPOR 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
GUIDXI: Message ID SXMSMGUIDRAW16SYSUUID
IDOCNUMBERIDoc number EDI_DOCNUMNUMC16EDI_DOCNUMDCN
PORTPorts in IDoc Adapter IDX_PORTCHAR10Assigned to domainIDX_PORT
CLIENTClient MANDTCLNT3Assigned to domainMANDT
STATUSStatus of IDoc EDI_STATUSCHAR2Assigned to domainEDI_STATUS
CREDATE 0
CRETIME 0
IDOCTYPIDoc Type in IDoc Adapter IDX_IDOCTPCHAR30Assigned to domainEDI_IDOCTPIDX_META_IDOCTYP
TIDCharacter field length 24 CHAR24CHAR24CHAR24
TYPEIntegration Engine: Reference Type SXMSREFIDCHAR8SXMSREFID
QUEUEIDIntegration Engine: Reference Value SXMSREFVALCHAR32
SNDPRNPartner Number of Sender EDI4SNDPRNCHAR10Assigned to domainALPHAEDI_PARNUM
SNDPRTPartner type of sender EDI4SNDPRTCHAR2EDI_PARTYP
SNDPFCPartner Function of Sender EDI4SNDPFCCHAR2EDIPVEDI_PARVW
RCVPRNPartner Number of Receiver EDI4RCVPRNCHAR10Assigned to domainALPHAEDI_PARNUM
RCVPRTPartner Type of Receiver EDI4RCVPRTCHAR2EDI_PARTYP
RCVPFCPartner function of recipient EDI4RCVPFCCHAR2EDIPVEDI_PARVW
SNDLADLogical address of sender EDI4SNDLADCHAR70EDI_LOGADR
ARCKEYKey for external message archive EDI4ARCKEYCHAR70EDI_ARCKEY
MSG_DELETEDSingle-Character Indicator CHAR1CHAR1CHAR1
EXETIMESTUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL

Key field Non-key field



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

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

SELECT SINGLE *
FROM IDXSNDPOR
INTO CORRESPONDING FIELDS OF WA_IDXSNDPOR
WHERE...

How to access SAP table IDXSNDPOR

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