RFFMCONVPD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program converts documents of the payment distribution that were created before Release SAP R/3 Enterprise Public Services 1...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RFFMCONVPD 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_TEST = Test Run
Title: Conversion of Old Documents for Payment Distribution
Text Symbol: 100 = TEST RUN
Text Symbol: 110 = UPDATE
INCLUDE LFMPDCON.
No SAP DATABASE tables are accessed within this REPORT code!
BAL_DSP_LOG_DISPLAY call function 'BAL_DSP_LOG_DISPLAY'.
BAL_LOG_CREATE call function 'BAL_LOG_CREATE' EXPORTING i_s_log = l_f_log EXCEPTIONS others = 1.
BAL_LOG_MSG_ADD call function 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = l_f_msg EXCEPTIONS log_not_found = 0 others = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFMCONVPD - Conversion of Old Documents for Payment Distribution RFFMCONVPD - Conversion of Old Documents for Payment Distribution RFFMCOMPARE_STRATEGY - Compare Derivation Strategy across Systems/Clients RFFMCOMPARE_STRATEGY - Compare Derivation Strategy across Systems/Clients RFFMCLOS - Close Obligations RFFMCLOS - Close Obligations