BGRFC_OUNIT_HIST SAP (History of Outbound bgRFC Unit) Table details

Dictionary Type: Table
Description: History of Outbound bgRFC Unit




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




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

BGRFC_OUNIT_HIST is a standard SAP Table which is used to store History of Outbound bgRFC Unit data and is available within R/3 SAP systems depending on the version and release level.

The BGRFC_OUNIT_HIST table consists of various fields, each holding specific information or linking keys about History of Outbound bgRFC Unit data available in SAP. These include CLIENT (Client), UCOUNT (Counter for serialized tRFC), DEST_NAME (Name of Destination in Outbound Case), STATE (State of Background RFC Unit).. 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 BGRFC_OUNIT_HIST 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
UCOUNTCounter for serialized tRFC TRFCQCNTNUMC24TRFCQCNT
DEST_NAMEName of Destination in Outbound Case BGRFC_DEST_NAME_OUTBOUNDCHAR32Assigned to domainRFCDEST
STATEState of Background RFC Unit BGRFC_EXE_STATEINT410
UNIT_KINDType of Background RFC Unit BGRFC_UNIT_KINDINT410
QUEUE_NAMEQueue Name for Background RFC QRFC_QUEUE_NAMECHAR40QRFC_QUEUE_NAME
TIMESTAMPUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
UNAMEUser name USERNAMECHAR12USERNAME
LANGULanguage Key LANGULANG1Assigned to domainISOLASPRAS
HOST_NAMEApplication Server SYHOSTCHAR32HOST_ID
SCHEDULER_IDBackground RFC Scheduler ID BGRFC_SCHED_IDINT410
MESSAGEBackground RFC Message BGRFC_EXE_MESSAGECHAR255
STATE_TEXTStatus Text for Unit History BGRFC_UNIT_HISTORY_STATUS_TEXTCHAR20
UNIT_KIND_TEXTUnit Type: Text for Unit History BGRFC_UNIT_HISTORY_UNIT_KINDCHAR20

Key field Non-key field



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

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

SELECT SINGLE *
FROM BGRFC_OUNIT_HIST
INTO CORRESPONDING FIELDS OF WA_BGRFC_OUNIT_HIST
WHERE...

How to access SAP table BGRFC_OUNIT_HIST

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