IDXRCVPOR SAP (IDoc Adapter Link GUID with IDoc, Receiver and so on) Table details

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




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




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

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

The IDXRCVPOR table consists of various fields, each holding specific information or linking keys about IDoc Adapter Link GUID with IDoc, Receiver and so on data available in SAP. These include IDX_NUMBER (IDoc Adapter Consecutive Number), IDOCNUMBER (IDoc number), PORT (Ports in IDoc Adapter), CLIENT (Client).. 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 IDXRCVPOR 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
IDX_NUMBERIDoc Adapter Consecutive Number IDX_NUMBERNUMC6EDI_NUMBER
IDOCNUMBERIDoc number EDI_DOCNUMNUMC16EDI_DOCNUMDCN
PORTPorts in IDoc Adapter IDX_PORTCHAR10Assigned to domainIDX_PORT
CLIENTClient MANDTCLNT3Assigned to domainMANDT
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
ACKCharacter field of length 6 CHAR6CHAR6CHAR6
RFC_DESTRFC destination EDI_LOGDESCHAR32EDI_LOGDES
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 IDXRCVPOR using ABAP code

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

SELECT SINGLE *
FROM IDXRCVPOR
INTO CORRESPONDING FIELDS OF WA_IDXRCVPOR
WHERE...

How to access SAP table IDXRCVPOR

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