RFEPOSF9 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 RFEPOSF9 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.
INCLUDE RFEPOSC1.
INCLUDE RFEPOSC5.
INCLUDE FF05MCDT.
INCLUDE FF05MCDC.
No SAP DATABASE tables are accessed within this REPORT code!
FI_PERIOD_CHECK CALL FUNCTION 'FI_PERIOD_CHECK' EXPORTING I_BUKRS = BKPF-BUKRS I_GJAHR = BKPF-GJAHR I_KOART = '+' I_KONTO = BSEG-HKONT I_MONAT = FRPE1 EXCEPTIONS OTHERS = 4.
FI_PERIOD_CHECK CALL FUNCTION 'FI_PERIOD_CHECK' EXPORTING I_BUKRS = BKPF-BUKRS I_GJAHR = BKPF-GJAHR I_KOART = BSEG-KOART I_KONTO = BSEG-HKONT I_MONAT = FRPE1 EXCEPTIONS OTHERS = 4.
CREDITCONTROL_RECALC_AMOUNT CALL FUNCTION 'CREDITCONTROL_RECALC_AMOUNT' EXPORTING I_BSEG_OLD = BSEG I_NEW_RSTGR = *BSEG-RSTGR I_BKPF = BKPF IMPORTING E_KLIBT = *BSEG-KLIBT EXCEPTIONS OTHERS = 1.
BULK_CHANGE_DOCUMENTS CALL FUNCTION 'BULK_CHANGE_DOCUMENTS' IN UPDATE TASK TABLES T_BSEGM = XBSEGM.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.