SAP Reports / Programs

RBSVINFV SAP ABAP Report - Process Cross-reference







RBSVINFV 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 RBSVINFV 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 RBSVINFV. "Basic submit
SUBMIT RBSVINFV AND RETURN. "Return to original report after report execution complete
SUBMIT RBSVINFV 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: VORGANG = Process
Title: Process Cross-reference
Text Symbol: M05 = will be deleted
Text Symbol: M04 = will be set
Text Symbol: M03 = prohibited
Text Symbol: M02 = Warning
Text Symbol: M01 = permits
Text Symbol: 017 = user status
Text Symbol: 016 = Process not affected by any
Text Symbol: 015 = Process does not affect user status
Text Symbol: 014 = Process not affected by any system status
Text Symbol: 013 = Process does not delete system status
Text Symbol: 012 = Process does not set any system status
Text Symbol: 011 = No object type permits this process.
Text Symbol: 010 = Action
Text Symbol: 009 = Influence
Text Symbol: 008 = Clt St.Prof. User status
Text Symbol: 007 = User statuses which the process sets/deletes:
Text Symbol: 006 = User statuses, by which the process is influenced:
Text Symbol: 005 = System statuses influencing the process:
Text Symbol: 004 = System statuses deleted by the process:
Text Symbol: 003 = System statuses set by the process:
Text Symbol: 002 = Object types that permit the process:
Text Symbol: 001 = Process


INCLUDES used within this REPORT RBSVINFV

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:

No SAP FUNCTION MODULES are executed within this report code!



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