F111MAIN 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 F111MAIN 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: Main Program of Payment Run
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_EFREGUV CALL FUNCTION 'ENQUEUE_EFREGUV' EXPORTING LAUFD = PARLAUFD LAUFI = PARLAUFI EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.
FI_PAYMENT_RUN_ENQUEUE CALL FUNCTION 'FI_PAYMENT_RUN_ENQUEUE' EXPORTING I_LAUFI = PARLAUFI I_LAUFD = PARLAUFD IMPORTING E_ERROR = G_RC.
FI_PAYMENT_RUN_ENQUEUE CALL FUNCTION 'FI_PAYMENT_RUN_ENQUEUE' EXPORTING I_LAUFI = PARLAUFI I_LAUFD = PARLAUFD IMPORTING E_ERROR = G_RC.
DEQUEUE_EFREGUV CALL FUNCTION 'DEQUEUE_EFREGUV' EXPORTING LAUFD = PARLAUFD LAUFI = PARLAUFI.
FI_PAYMENT_RUN_DEQUEUE CALL FUNCTION 'FI_PAYMENT_RUN_DEQUEUE' EXPORTING I_LAUFI = PARLAUFI I_LAUFD = PARLAUFD.
SEPA_MANDATES_DEQUEUE CALL FUNCTION 'SEPA_MANDATES_DEQUEUE' EXPORTING I_DEQUEUE_ALL = 'X' .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
F111MAIN - Main Program of Payment Run F111F110 - SAPF110o: Modification for F111 ALE Distribution F111DATA - documentation and ABAP source code F111CONV - Declarations for Conversion of RFDT F111CONS - Constants for Payment Request Payment Program F110VTOP - FIS: Data collection G/L accounts information system >>> SAP-EIS