SAP Reports / Programs

RJBRSTDSHOW SAP ABAP Report - Display Saved Dataset







RJBRSTDSHOW is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RJBRSTDSHOW 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

JBR2 - Display Saved Data


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 RJBRSTDSHOW. "Basic submit
SUBMIT RJBRSTDSHOW AND RETURN. "Return to original report after report execution complete
SUBMIT RJBRSTDSHOW 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: P_STAND = Saved Dataset
Title: Display Saved Dataset
Text Symbol: K01 = View
Text Symbol: K02 = Portfolio Hierarchy
Text Symbol: K04 = Evaluation Date
Text Symbol: K05 = Evaluation Type
Text Symbol: K06 = Horizon of Evaluation
Text Symbol: K07 = Scenario
Text Symbol: L03 = Currency
Text Symbol: L05 = NPV Svd Set
Text Symbol: L07 = Current NPV
Text Symbol: L08 = Profit/Loss
Text Symbol: LEL = List does not contain data
Text Symbol: NOT = Quotat.
Text Symbol: NZB = Unassigned Base Portfolios
Text Symbol: NZU = Unassigned
Text Symbol: PAS = Liab.
Text Symbol: PRD = Product
Text Symbol: PRO = %
Text Symbol: RFG = Real
Text Symbol: SID = View
Text Symbol: STA = Status
Text Symbol: STK = Units
Text Symbol: STT = Saved Dataset
Text Symbol: STX = Date
Text Symbol: TXT = Text
Text Symbol: U01 = Selected Price Area:
Text Symbol: U02 = Change
Text Symbol: WHR = Cur
Text Symbol: WPK = Security ID Number:
Text Symbol: HBU = Company Code
Text Symbol: 010 = Curve(s)
Text Symbol: 011 = YCTyp
Text Symbol: 012 = Crcy
Text Symbol: 013 = Crcy
Text Symbol: 014 = Fr.Crcy
Text Symbol: 015 = To Crcy
Text Symbol: 016 = Volatilities





Text Symbol: 017 = V.Type
Text Symbol: 018 = Term
Text Symbol: 019 = Rel. Shift
Text Symbol: 020 = Abs. Shift
Text Symbol: 021 = % Points
Text Symbol: 023 = Stock Indexes
Text Symbol: 024 = SecIndex
Text Symbol: 033 = Securities
Text Symbol: 034 = Class
Text Symbol: AKT = Asset
Text Symbol: ALL = All Curves
Text Symbol: APT = A/L
Text Symbol: AUB = Off BS
Text Symbol: BLG = Long
Text Symbol: BSH = Short
Text Symbol: BTR = Amount/Quantity
Text Symbol: BWR = Valuation Rule:
Text Symbol: ERL = Error List
Text Symbol: FFG = Fict.
Text Symbol: FW1 = (due:
Text Symbol: FW2 = )
Text Symbol: GNR = Trans.
Text Symbol: HBP = Base Portfolio


INCLUDES used within this REPORT RJBRSTDSHOW

INCLUDE: RJBRSOTO, RJBISTDSHOWTOP.
INCLUDE: RJBRSOTO, RJBISTDSHOWTOP.


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:

EH_INIT_ERROR_ITAB CALL FUNCTION 'EH_INIT_ERROR_ITAB' EXCEPTIONS OTHERS = 1.

RM_LOAD_HIST_STATE_OF_DATA CALL FUNCTION 'RM_LOAD_HIST_STATE_OF_DATA' EXPORTING HIST_STATE_ID = P_STAND IMPORTING SICHTID = IS_JBRHSSPAR-SICHTID PHID = IS_JBRHSSPAR-PHID PKNOTEN = IS_JBRHSSPAR-PKNOTEN DATE = IS_JBRHSSPAR-HORIZONT SAVE_TEXT = SAVE_TEXT TABLES ET_FOB = IT_JBRFOB ET_PHBAUM = IT_JBRPHBAUM ET_PHTEXT = IT_JBRNAMEDAT ET_PHZUORDN = IT_JBRZUORDN ERROR_ITAB = IT_BAPIERR EXCEPTIONS NO_SUCH_STATE_OF_DATA = 1 SFGDT_REBUILD_ERROR = 2 OTHERS = 3.

EH_APPEND_TO_ERROR_ITAB CALL FUNCTION 'EH_APPEND_TO_ERROR_ITAB' EXPORTING LOC_ERROR_TAB = IT_BAPIERR EXCEPTIONS OTHERS = 1.

EH_SHOW_ERROR_ITAB_NEW CALL FUNCTION 'EH_SHOW_ERROR_ITAB_NEW' EXPORTING TITLEBAR = TEXT-ERL * HEADING = i_auswtyp = '2' "VaR EXCEPTIONS OTHERS = 1.

EH_APPEND_TO_ERROR_ITAB CALL FUNCTION 'EH_APPEND_TO_ERROR_ITAB' EXPORTING LOC_ERROR_TAB = IT_BAPIERR EXCEPTIONS OTHERS = 1.

EH_SHOW_ERROR_ITAB_NEW CALL FUNCTION 'EH_SHOW_ERROR_ITAB_NEW' EXPORTING TITLEBAR = TEXT-ERL * HEADING = i_auswtyp = '2' "VaR EXCEPTIONS OTHERS = 1.






RM_READ_HIST_STATE_OF_DATA CALL FUNCTION 'RM_READ_HIST_STATE_OF_DATA' EXPORTING HIST_STATE_ID = P_STAND IMPORTING SFGDT = IT_SFGDT TABLES IT_FOB = IT_JBRFOB_TEIL ERROR_ITAB = IT_BAPIERR EXCEPTIONS INPUT_DATA_ERROR = 1 NO_SUCH_STATE_OF_DATA = 2 SFGDT_REBUILD_ERROR = 3 OTHERS = 4.

EH_APPEND_TO_ERROR_ITAB CALL FUNCTION 'EH_APPEND_TO_ERROR_ITAB' EXPORTING LOC_ERROR_TAB = IT_BAPIERR S_PROT = ' ' S_ERR_TAB = 'X' EXCEPTIONS OTHERS = 1.

EH_SHOW_ERROR_ITAB_NEW CALL FUNCTION 'EH_SHOW_ERROR_ITAB_NEW' EXPORTING TITLEBAR = TEXT-ERL * HEADING = i_auswtyp = '2' "VaR EXCEPTIONS OTHERS = 1.



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 RJBRSTDSHOW or its description.