TRFC_O_UNIT SAP (Outbound tRFC: Unit Header) Table details

Dictionary Type: Table
Description: Outbound tRFC: Unit Header




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




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

TRFC_O_UNIT is a standard SAP Table which is used to store Outbound tRFC: Unit Header data and is available within R/3 SAP systems depending on the version and release level.

The TRFC_O_UNIT table consists of various fields, each holding specific information or linking keys about Outbound tRFC: Unit Header data available in SAP. These include PRED_CNT (Natural Number), REDO_CNT_AUTO (Natural Number), REDO_CNT_MANUAL (Natural Number), IS_DELETED (Single-Character Indicator).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TRFC_O_UNIT 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
UNIT_IDID of Unit in Background RFC BGRFC_UNIT_IDRAW16SYSUUID
PRED_CNTNatural Number INT4INT410INT4
REDO_CNT_AUTONatural Number INT4INT410INT4
REDO_CNT_MANUALNatural Number INT4INT410INT4
IS_DELETEDSingle-Character Indicator CHAR1CHAR1CHAR1
IS_NOOPSingle-Character Indicator CHAR1CHAR1CHAR1
CTIMESTAMPUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
UNAMEUser name USERNAMECHAR12USERNAME
CLIENTClient MANDTCLNT3Assigned to domainMANDT
LANGULanguage Key LANGULANG1Assigned to domainISOLASPRAS
TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
CPROGProgram/Transaction in SQL Trace Evaluation PROGRAMCHAR40Assigned to domainPROGRAMMRID
HOST_NAMEApplication Server SYHOSTCHAR32HOST_ID
UNIT_SIZENatural Number INT4INT410INT4
EXE_MODEUnit Execution Mode (Normal/Reconfirm/Poll) BGRFC_EXE_MODEINT410
IS_TRACE_ONSingle-Character Indicator CHAR1CHAR1CHAR1
PW_HASH 0
NO_COMMIT_CHECKCheck for Implicit and Explicit Commits BGRFC_NO_COMMIT_CHECKCHAR1BGRFC_NO_COMMIT_CHECK
UNIT_HISTORYFlag for Unit History BGRFC_UNIT_HISTORYCHAR1BGRFC_UNIT_HISTORY
BASXML_ENABLEDFlag in bgRFC for basxml BGRFC_BASXML_ENABLEDCHAR1BGRFC_BASXML_ENABLED
RAL_RELEVANTBoolean Variable (X=True, Space=False) SAP_BOOLCHAR1SAP_BOOL

Key field Non-key field



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

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

SELECT SINGLE *
FROM TRFC_O_UNIT
INTO CORRESPONDING FIELDS OF WA_TRFC_O_UNIT
WHERE...

How to access SAP table TRFC_O_UNIT

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