RPUDEPBSVAVGPWE00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for If a new sub process scenario is created in Customizing, there can be inconsistencies in the system since the new sub process is missing for process scenarios that have already been released...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 RPUDEPBSVAVGPWE00 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.
Selection Text: P_MOLGA = D Country Grouping
Selection Text: P_PROCSC = New Sub Process Scenario
Selection Text: P_PROTOC = Log
Selection Text: P_PRSCN = D Process Scenario
Selection Text: P_REQTYP = D Business Scenario
Selection Text: P_TEST = Test Run
Selection Text: SO_PERNR = D Personnel Number
Title: Initialization of Status Information for New Sub Process Scenario
Text Symbol: 001 = Sub Process Scenario for Processing
Text Symbol: 002 = Update Run: New
Text Symbol: 003 = Sub Process Scenarios Created
Text Symbol: 004 = Test Run: New Sub Process Scenarios
Text Symbol: 005 = Created in Update Run
Text Symbol: 006 = Log:
Text Symbol: 007 = Pers.No.
Text Symbol: 008 = Notif.
Text Symbol: 010 = No entry
Text Symbol: 011 = found in table
Text Symbol: 012 = for key.
Text Symbol: 013 = Record Created
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = l_pernr infty = '0716' TABLES infty_tab = lt_p0716 EXCEPTIONS infty_not_found = 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.
RPUDEPBSVAVGPWE00 - Initialization of Status Information for New Sub Process Scenario RPUDEPBSVAVGPWE00 - Initialization of Status Information for New Sub Process Scenario RPUDEPBSVAVGDOVAG - Specify Return Value Feature DOVAG for DNeuG RPUDEPBSVAVGDOVAG - Specify Return Value Feature DOVAG for DNeuG RPUDEPBSVADMVALID - documentation and ABAP source code RPUDEPBSVADMVALID - documentation and ABAP source code