SAP Reports / Programs | Basis Components | Middleware | Background RFC (bgRFC)(BC-MID-RFC-BG) SAP BC

RS_BGRFC_UNIT_HISTORY SAP ABAP Report - Program RS_BGRFC_UNIT_HISTORY







RS_BGRFC_UNIT_HISTORY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The bgRFC (Background Remote Function Call) Unit History monitor enables you to display individual bgRFC units whose destination has been activated for the Unit History...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RS_BGRFC_UNIT_HISTORY into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SBGRFCHIST - Display Unit History


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RS_BGRFC_UNIT_HISTORY. "Basic submit
SUBMIT RS_BGRFC_UNIT_HISTORY AND RETURN. "Return to original report after report execution complete
SUBMIT RS_BGRFC_UNIT_HISTORY VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: T_ID = Unit ID
Selection Text: SO_TIME = Long UTC Time Stamp
Selection Text: P_OUT = Outbound
Selection Text: P_MAX = Maximum No. of Displayed Units
Selection Text: P_IN = Inbound
Selection Text: O_DEST = Outbound Destinations
Selection Text: I_DEST = Inbound Destinations
Title: Program RS_BGRFC_UNIT_HISTORY
Text Symbol: ZST = Time Stamp
Text Symbol: UTY = Unit Type
Text Symbol: USR = User
Text Symbol: UID = Unit ID in bgRFC
Text Symbol: UAT = Unit Type
Text Symbol: TID = Unit ID in bgRFC
Text Symbol: STT = Status Text
Text Symbol: STN = Status ID
Text Symbol: STA = Status
Text Symbol: ST3 = Unit processed successfully
Text Symbol: ST2 = Unit is being executed
Text Symbol: ST1 = Unit has errors/CPI error/locked/retried
Text Symbol: ST0 = Unit recorded/executable
Text Symbol: SPR = Language
Text Symbol: SID = Scheduler ID
Text Symbol: QNA = Queue Name
Text Symbol: OUT = Outbound
Text Symbol: OPT = Options for Outbund/Inbound
Text Symbol: NAM = Name
Text Symbol: MSG = Message
Text Symbol: MDT = Client
Text Symbol: INH = Contents
Text Symbol: INB = Inbound
Text Symbol: HST = Host
Text Symbol: DUS = To Overview
Text Symbol: DSH = Close
Text Symbol: DET = Details
Text Symbol: DES = Destination
Text Symbol: CNT = Counter
Text Symbol: AUF = Refresh





Text Symbol: ANZ = Display Status Change Entry
Text Symbol: ANI = Display Entry Information


INCLUDES used within this REPORT RS_BGRFC_UNIT_HISTORY

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RS_BGRFC_UNIT_HISTORY or its description.