RGJVBR20 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 RGJVBR20 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_BUKRS = Company code
Selection Text: P_PARTNR = Partner
Selection Text: P_VENTRE = Venture
Title: Hardcopy billing configuration analysis report
Text Symbol: 001 = Selection criteria
Text Symbol: 002 = Hardcopy billing configuration analysis report
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
JV_AUTHORITY_CHECK_PROCESS CALL FUNCTION 'JV_AUTHORITY_CHECK_PROCESS' EXPORTING PROCESS_CODE = 'BILLING2' ACTIVITY = '16' BUKRS = P_BUKRS.
HEADER CALL FUNCTION 'HEADER' EXPORTING I_REPORT_NUM = 'RGJVBR20' I_REPORT_TITLE = TEXT-002 I_TITLE_LENGTH = '41'.
JV_INITIALISE_MESSAGE CALL FUNCTION 'JV_INITIALISE_MESSAGE'.
JV_COLLECT_MESSAGE CALL FUNCTION 'JV_COLLECT_MESSAGE' EXPORTING MSGID = MSGID MSGNO = MSGNO STATUS = STATUS VAR1 = VAR1 VAR2 = VAR2 VAR3 = VAR3 VAR4 = VAR4.
JV_WRITE_MESSAGE CALL FUNCTION 'JV_WRITE_MESSAGE' EXPORTING SORT_ORDER = '1'.
REPORT_END CALL FUNCTION 'REPORT_END'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.