OIUPR_API_RFC SAP (RFC transmission status) Table details

Dictionary Type: Table
Description: RFC transmission status




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




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

OIUPR_API_RFC is a standard SAP Table which is used to store RFC transmission status data and is available within R/3 SAP systems depending on the version and release level.

The OIUPR_API_RFC table consists of various fields, each holding specific information or linking keys about RFC transmission status data available in SAP. These include RFCDEST (Logical Destination (Specified in Function Call)), APIND (Application ID in R/3 (2-digit)), TRXNO (SAP Query (S): Transport Request), LINNO (Line number of the text line).. 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: Can be enhanced (character-type or numeric)


SAP OIUPR_API_RFC 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
RFCDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
APINDApplication ID in R/3 (2-digit) APPLID2CHAR2CHAR2
TRXNOSAP Query (S): Transport Request AQS_TRANSCHAR20AQT_TRANS
LINNOLine number of the text line RTXLINNONUMC4NUMC4
SDATASource text STEXT254CHAR254TEXT254
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50
MESSAGEMessage Text OIUCM_MSGCHAR220SYCHAR220
SUBRCReturn Code SYSUBRCINT410SYST_SHORT
GROUPIDGroup name: Batch input session name APQ_GRPNCHAR12CHAR12
FILENAME_IFilename including path specification W3FILENAMECHAR250W3_QVALUE
FILENAME_OFilename including path specification W3FILENAMECHAR250W3_QVALUE
RFCINDUse/ check transaction code RFCTCDCHKCHAR1RFCTCDCHK
OIU_CRUSERName of Person who Created the Object ERNAMCHAR12USNAM
OIU_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIUPR_API_RFC
INTO CORRESPONDING FIELDS OF WA_OIUPR_API_RFC
WHERE...

How to access SAP table OIUPR_API_RFC

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