F111VF20 is a standard ABAP INCLUDE 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 F111VF20 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.
Title: SAPF111: Utilities - Jobs
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DELETE_PAYMENT_PROPOSAL CALL FUNCTION 'DELETE_PAYMENT_PROPOSAL' EXPORTING DATE = F111V-LAUFD IDENTIFICATION = F111V-LAUFI i_datum = F110C-BUDAT.
DELETE_PAYMENT_RUN CALL FUNCTION 'DELETE_PAYMENT_RUN' EXPORTING DATE = F111V-LAUFD IDENTIFICATION = F111V-LAUFI.
JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING JOBNAME = P_JOB_NAME JOBGROUP = 'F110' IMPORTING JOBCOUNT = P_JOB_COUNT EXCEPTIONS OTHERS = 1.
JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING JOBNAME = P_JOB_NAME JOBCOUNT = P_JOB_COUNT STRTIMMED = F111V-XSTRF TARGETSYSTEM = F111V-BHOST EXCEPTIONS OTHERS = 1.
JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING JOBNAME = P_JOB_NAME JOBCOUNT = P_JOB_COUNT SDLSTRTDT = F111V-STRDT SDLSTRTTM = F111V-STRZT TARGETSYSTEM = F111V-BHOST EXCEPTIONS OTHERS = 1.
BP_JOB_DELETE CALL FUNCTION 'BP_JOB_DELETE' EXPORTING FORCEDMODE = 'X' JOBCOUNT = P_JOB_COUNT JOBNAME = P_JOB_NAME EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.