SAP Reports / Programs | Financial Accounting | Funds Management(FI-FM) SAP FI

RFCONVTP SAP ABAP Report - Earmarked funds: Convert field control and Customizing reference types







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RFCONVTP. "Basic submit
SUBMIT RFCONVTP AND RETURN. "Return to original report after report execution complete
SUBMIT RFCONVTP VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RFCONVTP

INCLUDE FMREQUAT.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RFCONVTP or its description.