F111SFPM 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 F111SFPM 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: Include F111SFPM
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FI_PAYMENT_METHODS_GROUP * CALL FUNCTION 'FI_PAYMENT_METHODS_GROUP' * EXPORTING * I_GROUP_ZWELS = REGUP-ZWELS * IMPORTING * E_GROUP_ZWELS = G_GROUP-ZWELS.
FI_PAYMENT_METHODS_SELECT CALL FUNCTION 'FI_PAYMENT_METHODS_SELECT' EXPORTING I_REGUH = REGUH I_ZBUKR = ZHLG1-ZBUKR I_WAERS = ZHLG1-WAERS I_ZLSCH = ZHLG1-ZLSCH I_KATEG = ZHLG2-KATEG I_ZWELS = ZHLG2-ZWELS I_ZHLG2 = ZHLG2 I_BUDAT = F110C-BUDAT I_XTRACE = TMP_TRCOPT-XTRZW IMPORTING E_VALID_PAYMETHODS = P_ZWELS E_GRP_STATUS = G_GRP_STATUS TABLES T_XBANK = G_XBANK T_XZAHLB = XZAHLB EXCEPTIONS OTHERS = 1.
FI_PAYMENT_METHODS_SELECT CALL FUNCTION 'FI_PAYMENT_METHODS_SELECT' EXPORTING I_REGUH = REGUH I_ZBUKR = ZHLG1-ZBUKR I_WAERS = ZHLG1-WAERS I_ZLSCH = ZHLG1-ZLSCH I_KATEG = ZHLG2-KATEG I_ZWELS = ZHLG2-ZWELS I_ZHLG2 = ZHLG2 I_BUDAT = F110C-BUDAT I_XTRACE = CON_X_YES IMPORTING E_VALID_PAYMETHODS = P_ZWELS E_GRP_STATUS = G_GRP_STATUS TABLES T_XBANK = G_XBANK T_XZAHLB = XZAHLB 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.