RGGBS0TR is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). It is used for This report contains FORM routines for the user exit that the system uses for data substitution purposes in accounting documents...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 RGGBS0TR into the relevant SAP transactions such as SE38 or SE80
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: Exit Routines for Substitutions
Text Symbol: 104 = Test
Text Symbol: 103 = Average due date is incorrect
Text Symbol: 102 = Total as reference
Text Symbol: 101 = Cost center from CSKS (cost center as parameter)
Text Symbol: 100 = Cost center from CSKS
Text Symbol: 003 = Do you want to change them?
Text Symbol: 002 = Do you want to correct the document items with the wrong baseline date?
Text Symbol: 001 = Total: &
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' EXPORTING text_question = text-002 titlebar = text-103 display_cancel_button = ' ' userdefined_F1_help = USERDEFINED_F1_ID IMPORTING answer = answer.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.