BGRFC_UNIT_INFORMATION SAP (Structure for Unit Information) Structure details

Dictionary Type: Structure
Description: Structure for Unit Information




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




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

BGRFC_UNIT_INFORMATION is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure for Unit Information" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_BGRFC_UNIT_INFORMATION TYPE BGRFC_UNIT_INFORMATION.

The BGRFC_UNIT_INFORMATION table consists of various fields, each holding specific information or linking keys about Structure for Unit Information data available in SAP. These include CLIENT (Client), DEST_NAME_OUTB (Name of Destination in Outbound Case), DEST_NAME_INB (Name of Destination in Inbound Case), QUEUE_NAME (Queue Name for Background RFC).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP BGRFC_UNIT_INFORMATION structure 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
DEST_NAME_OUTBName of Destination in Outbound Case BGRFC_DEST_NAME_OUTBOUNDCHAR32Assigned to domainRFCDEST
DEST_NAME_INBName of Destination in Inbound Case BGRFC_DEST_NAME_INBOUNDCHAR32Assigned to domainRFCDEST
QUEUE_NAMEQueue Name for Background RFC QRFC_QUEUE_NAMECHAR40QRFC_QUEUE_NAME
QUEUE_NAME_INBOUNDQueue Name for Background RFC QRFC_QUEUE_NAMECHAR40QRFC_QUEUE_NAME
PRED_CNTNatural Number INT4INT410INT4
REDO_CNT_MANUALNatural Number INT4INT410INT4
REDO_CNT_AUTONatural 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
TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
CPROGProgram/Transaction in SQL Trace Evaluation PROGRAMCHAR40Assigned to domainPROGRAMMRID
HOST_NAMEApplication Server SYHOSTCHAR32HOST_ID
LOCK_IDID of Lock in Background RFC BGRFC_LOCK_IDRAW16SYSUUID
LOCK_KINDType of Background RFC Lock BGRFC_LOCK_KINDINT410
LOCK_REASONStatus Text for tRFC/qRFC BGRFC_STATE_TEXTCHAR40
STATEState of Background RFC Unit BGRFC_EXE_STATEINT410
SCHEDULER_IDBackground RFC Scheduler ID BGRFC_SCHED_IDINT410
MESSAGE_NUMBERMessage Number SYMSGNONUMC3SYMSGNO
FUNCNAMEFunction name FUNCNAMECHAR30Assigned to domainFUNCNAMELIB
LANGULanguage Key LANGULANG1Assigned to domainISOLASPRAS
STATE_TEXTStatus Text for tRFC/qRFC BGRFC_STATE_TEXTCHAR40
MESSAGEBackground RFC Message BGRFC_EXE_MESSAGECHAR255
DATE_CDate DATUMDATS8DATUM
TIME_CField of type TIMS TIMSTIMS6TIME
FUNCTION_CNTNatural Number INT4INT410INT4
SENDER_INSTANCEApplication Server Name MSNAME2CHAR40MSNAME2
MANUAL_LOCKSingle-Character Indicator CHAR1CHAR1CHAR1
LOCK_CNTNatural Number INT4INT410INT4
DEBUG_LOCKSingle-Character Indicator CHAR1CHAR1CHAR1
NO_COMMIT_CHECKCheck for Implicit and Explicit Commits BGRFC_NO_COMMIT_CHECKCHAR1BGRFC_NO_COMMIT_CHECK
MESSAGE_IDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MESSAGE_V1Message Variable SYMSGVCHAR50SYCHAR50
MESSAGE_V2Message Variable SYMSGVCHAR50SYCHAR50
MESSAGE_V3Message Variable SYMSGVCHAR50SYCHAR50
MESSAGE_V4Message Variable SYMSGVCHAR50SYCHAR50
UNIT_HISTORYFlag for Unit History BGRFC_UNIT_HISTORYCHAR1BGRFC_UNIT_HISTORY
ETIMESTAMPUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
DATE_EDate DATUMDATS8DATUM
TIME_EField of type TIMS TIMSTIMS6TIME
VIA_INBOUNDSingle-Character Indicator CHAR1CHAR1CHAR1
INBOUND_NO_EXECSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



How do I retrieve data from SAP structure BGRFC_UNIT_INFORMATION using ABAP code?

As BGRFC_UNIT_INFORMATION is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on BGRFC_UNIT_INFORMATION as there is no data to select.

How to access SAP table BGRFC_UNIT_INFORMATION

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