RFCONVTP 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 RFCONVTP 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: Earmarked funds: Convert field control and Customizing reference types
Text Symbol: 030 = All reference types converted
Text Symbol: 040 = UPDATE
Text Symbol: 050 = Test run
Text Symbol: 100 = Assignment of Field Status Variants to Company Codes:
Text Symbol: 110 = No assignments found
Text Symbol: 120 = Conversion of reference types
Text Symbol: 130 = All field status variants assigned
Text Symbol: 200 = Template type &1, field name &2 was deleted
Text Symbol: 210 = Template type &1, field name &2 was changed
Text Symbol: 220 = Company code &1 adopts field status variant &2
INCLUDE FMREQUAT.
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_NAMETAB_GET call function 'DDIF_NAMETAB_GET' exporting tabname = 'SRE01' tables x031l_tab = g_t_nametab.
BAL_LOG_CREATE call function 'BAL_LOG_CREATE' exporting i_s_log = l_f_log exceptions others = 1.
BAL_LOG_MSG_ADD_FREE_TEXT call function 'BAL_LOG_MSG_ADD_FREE_TEXT' exporting i_msgty = con_i_msg i_text = text-120.
BAL_LOG_MSG_ADD_FREE_TEXT call function 'BAL_LOG_MSG_ADD_FREE_TEXT' exporting i_msgty = con_i_msg i_text = l_text.
BAL_LOG_MSG_ADD_FREE_TEXT call function 'BAL_LOG_MSG_ADD_FREE_TEXT' exporting i_msgty = con_i_msg i_text = l_text.
BAL_LOG_MSG_ADD_FREE_TEXT call function 'BAL_LOG_MSG_ADD_FREE_TEXT' exporting i_msgty = con_i_msg i_text = text-030.
BAL_LOG_MSG_ADD_FREE_TEXT call function 'BAL_LOG_MSG_ADD_FREE_TEXT' exporting i_msgty = con_i_msg i_text = text-100.
BAL_LOG_MSG_ADD_FREE_TEXT call function 'BAL_LOG_MSG_ADD_FREE_TEXT' exporting i_msgty = con_i_msg i_text = l_text.
BAL_LOG_MSG_ADD_FREE_TEXT call function 'BAL_LOG_MSG_ADD_FREE_TEXT' exporting i_msgty = con_i_msg i_text = text-110.
BAL_LOG_MSG_ADD_FREE_TEXT call function 'BAL_LOG_MSG_ADD_FREE_TEXT' exporting i_msgty = con_i_msg i_text = text-130.
BAL_DSP_LOG_DISPLAY call function 'BAL_DSP_LOG_DISPLAY'.
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.
RFCONVTP - Earmarked funds: Convert field control and Customizing reference types RFCONVTP - Earmarked funds: Convert field control and Customizing reference types RFCOMENU - Failure Cost Processing RFCOMENU - Failure Cost Processing RFCOLF00 - FORM Include for Colors in Reports RFCODOCUMENT - Display Failure Cost Documents