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
Below is a list of transaction codes which are relevant to this SAP report
RTBSTD - Position Management for Gen.Trans.
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.
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RJBALMRTBSTD - Position Management for Generic Transactions RJBALMRTBSTD - Position Management for Generic Transactions RJBACFART2KNZ - ALM: Maintain Assignment of Cash Flow Type to Cash Flow Indicator RJBACFART2KNZ - ALM: Maintain Assignment of Cash Flow Type to Cash Flow Indicator RJBACCMAIN - Account Conversion for New Indicator 'Type of Account Mngmt' RJBACCMAIN - Account Conversion for New Indicator 'Type of Account Mngmt'