IDXPORSM59 SAP (IDoc Adapter Destination and Partner for Status Confirmation) Table details

Dictionary Type: Table
Description: IDoc Adapter Destination and Partner for Status Confirmation




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




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

IDXPORSM59 is a standard SAP Table which is used to store IDoc Adapter Destination and Partner for Status Confirmation data and is available within R/3 SAP systems depending on the version and release level.

The IDXPORSM59 table consists of various fields, each holding specific information or linking keys about IDoc Adapter Destination and Partner for Status Confirmation data available in SAP. These include CLIENT (Client), TAR_LOGDES (RFC Destination in IDoc Adapter), ST_PARTNER (Partner Number of Receiver), ST_PARTART (Partner Type of Receiver).. 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 IDXPORSM59 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_PORTCHAR10IDX_PORT
CLIENTClient MANDTCLNT3Assigned to domainMANDT
TAR_LOGDESRFC Destination in IDoc Adapter IDX_LOGDESCHAR32EDI_LOGDES
ST_PARTNERPartner Number of Receiver EDIPRCVPRNCHAR10Assigned to domainALPHAEDI_PARNUM
ST_PARTARTPartner Type of Receiver EDIPRCVPRTCHAR2Assigned to domainEDI_RCVPRT
DESCRPPort description EDI_DESCRTCHAR50EDI_CHAR50
QRFC_NAMEName of tRFC Queue TRFCQNAMCHAR24TRFCQNAM

Key field Non-key field



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

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

SELECT SINGLE *
FROM IDXPORSM59
INTO CORRESPONDING FIELDS OF WA_IDXPORSM59
WHERE...

How to access SAP table IDXPORSM59

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