SAP Reports / Programs

RPUDEPBSVAVGPWE00 SAP ABAP Report - Initialization of Status Information for New Sub Process Scenario







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


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


Text pool values


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


INCLUDES used within this REPORT RPUDEPBSVAVGPWE00

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:

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.



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