SAPRVVSF 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 SAPRVVSF 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_PROGID = Program ID
Selection Text: P_PROGN = Program name
Title: Debit Entry - Error Overview Program
Text Symbol: 001 = Incorrect intervals
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK_JOBTAB_ENTRIES_READ CALL FUNCTION 'FKK_JOBTAB_ENTRIES_READ' EXPORTING I_PROGN = P_PROGN I_PROGID = P_PROGID TABLES T_FKKDIJOB = T_FKKDIJOB EXCEPTIONS OTHERS = 1.
BP_JOBLOG_READ CALL FUNCTION 'BP_JOBLOG_READ' EXPORTING CLIENT = SY-MANDT JOBCOUNT = T_JOBTAB-JOBCOUNT JOBNAME = T_JOBTAB-JOBNAME TABLES joblogtbl = t_logtab EXCEPTIONS CANT_READ_JOBLOG = 1 JOBCOUNT_MISSING = 2 JOBLOG_DOES_NOT_EXIST = 3 JOBLOG_IS_EMPTY = 4 JOBLOG_NAME_MISSING = 5 JOBNAME_MISSING = 6 JOB_DOES_NOT_EXIST = 7 OTHERS = 8.
BP_JOBLOG_READ CALL FUNCTION 'BP_JOBLOG_READ' EXPORTING CLIENT = SY-MANDT JOBCOUNT = T_JOBTAB-JOBCOUNT JOBNAME = T_JOBTAB-JOBNAME TABLES JOBLOGTBL = T_LOGTAB .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPRVVSF - Debit Entry - Error Overview Program SAPRVVSF - Debit Entry - Error Overview Program SAPRVVSD - Posting Run (Dispatcher) SAPRVVSD - Posting Run (Dispatcher) SAPRVVSCFINDOLD - Internal: Search for Payment Plan Items Before Release 4.72 SAPRVVSCFINDOLD - Internal: Search for Payment Plan Items Before Release 4.72