RPUPBSQ1_CE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Use this report to create an
If you would like to execute this report or see the full code listing simply enter RPUPBSQ1_CE 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: Increment Register
Text Symbol: 001 = Increment Due Report
Text Symbol: 002 = Person ID
Text Symbol: 008 = Do you still want to Exit
Text Symbol: 009 = the current screen?
Text Symbol: 010 = Increment Register
Text Symbol: 019 = has no increment data
Text Symbol: 020 = Nominal
Text Symbol: 021 = Emp Id
Text Symbol: 022 = Name
Text Symbol: 023 = EE Group
Text Symbol: 024 = EE Sub Group
Text Symbol: 025 = Pers.Area
Text Symbol: 026 = Pers.Sub Area
Text Symbol: 101 = Page
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.