SAP Reports / Programs | Asset/Liability Management | Bank Components | Asset/Liability Management(IS-B-SA-ALM) SAP IS

RJBALMRTBSTD SAP ABAP Report - Position Management for Generic Transactions







RJBALMRTBSTD 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 RJBALMRTBSTD 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

RTBSTD - Position Management for Gen.Trans.


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 RJBALMRTBSTD. "Basic submit
SUBMIT RJBALMRTBSTD AND RETURN. "Return to original report after report execution complete
SUBMIT RJBALMRTBSTD VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Position Management for Generic Transactions
Text Symbol: SRA = Do you want to create the generic transaction?
Text Symbol: ROC = Display/Create Generic Transaction
Text Symbol: ROB = Generic Trans.
Text Symbol: PRT = Simulation Log
Text Symbol: PRS = Display Simulation Log
Text Symbol: BPO = Position Items
Text Symbol: 020 = using the error log
Text Symbol: 019 = Check your entries
Text Symbol: 018 = Entries are not yet consistent.
Text Symbol: 017 = Entry error
Text Symbol: 016 = Save changes?
Text Symbol: 015 = The parameters were changed
Text Symbol: 014 =
Text Symbol: 013 = does not exist
Text Symbol: 012 = Generic transaction
Text Symbol: 011 = already exisits in the position
Text Symbol: 010 = Generic transaction
Text Symbol: 009 = in the number range object
Text Symbol: 008 = Number range 01 not found
Text Symbol: 007 = only for the simulation run number
Text Symbol: 006 = Use numbers
Text Symbol: 005 = Origin
Text Symbol: 004 = Buy/Sell
Text Symbol: 003 = Trans. Form
Text Symbol: 002 = Items in Generic Transaction Position
Text Symbol: 001 = Positions of Generic Trans.


INCLUDES used within this REPORT RJBALMRTBSTD

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:

GUI_IS_ITS CALL FUNCTION 'GUI_IS_ITS' IMPORTING RETURN = GUI.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TITEL = TEXT-014 TEXTLINE1 = TEXT-015 TEXTLINE2 = TEXT-016 IMPORTING ANSWER = L_ANSWER.

RM_ALM_GET_NEXT_NUMBERS CALL FUNCTION 'RM_ALM_GET_NEXT_NUMBERS' EXPORTING I_OBJECT = CON_NRKRSOBJ I_QUANTITY = '1' IMPORTING E_NUMBER = L_NUMBER * TABLES * E_NUMBERS = * E_LOC_ERROR_ITAB = EXCEPTIONS ERROR = 1 OTHERS = 2.

DD_DD07V_GET CALL FUNCTION 'DD_DD07V_GET' EXPORTING DOMAIN_NAME = 'JBSORIG' LANGU = SY-LANGU WITHTEXT = 'X' TABLES DD07V_TAB = L_TAB_SORIGTEXT EXCEPTIONS ACCESS_FAILURE = 1 OTHERS = 2.



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