SAP Reports / Programs | Public Sector Management | Funds Management | Master Data(PSM-FM-MD) SAP PSM

RFFMMD_YR_INDEP_COM_ITEM_LOF01 SAP ABAP INCLUDE - Include RFFMMD_YR_INDEP_COM_ITEM_LOF01







RFFMMD_YR_INDEP_COM_ITEM_LOF01 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for This program converts the commitment items of a given FM area from year dependent to year independent...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 RFFMMD_YR_INDEP_COM_ITEM_LOF01 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 RFFMMD_YR_INDEP_COM_ITEM_LOF01. "Basic submit
SUBMIT RFFMMD_YR_INDEP_COM_ITEM_LOF01 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMMD_YR_INDEP_COM_ITEM_LOF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include RFFMMD_YR_INDEP_COM_ITEM_LOF01


INCLUDES used within this REPORT RFFMMD_YR_INDEP_COM_ITEM_LOF01

No INCLUDES are used within this REPORT code!


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:

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = l_s_log IMPORTING e_log_handle = l_s_log_handle EXCEPTIONS OTHERS = 1.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = l_message.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING * I_LOG_HANDLE = i_msgty = 'E' i_text = i_text EXCEPTIONS log_not_found = 0 OTHERS = 1.

BAL_DSP_PROFILE_SINGLE_LOG_GET CALL FUNCTION 'BAL_DSP_PROFILE_SINGLE_LOG_GET' IMPORTING e_s_display_profile = l_s_display_profile EXCEPTIONS OTHERS = 1.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING * i_s_log_filter = l_s_log_filter * I_T_LOG_CONTEXT_FILTER = * I_S_MSG_FILTER = * I_T_MSG_CONTEXT_FILTER = * i_t_log_handle = l_t_log_handles * I_T_MSG_HANDLE = i_s_display_profile = l_s_display_profile EXCEPTIONS OTHERS = 1.

BAL_LOG_MSG_DELETE_ALL CALL FUNCTION 'BAL_LOG_MSG_DELETE_ALL' EXPORTING i_log_handle = g_s_log_handle EXCEPTIONS log_not_found = 1 OTHERS = 2.

BAL_LOG_REFRESH * CALL FUNCTION 'BAL_LOG_REFRESH' * EXPORTING * i_log_handle = g_s_log_handle * EXCEPTIONS * log_not_found = 1 * OTHERS = 2.

SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING id = l_tdid language = '*' name = l_name object = con_tdobject TABLES selections = l_t_reftext EXCEPTIONS OTHERS = 1.

SAPSCRIPT_MESSAGE CALL FUNCTION 'SAPSCRIPT_MESSAGE' EXPORTING typ = 'E'.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING id = l_t_reftext-tdid language = l_t_reftext-tdspras name = l_t_reftext-tdname object = l_t_reftext-tdobject TABLES lines = l_t_linetab EXCEPTIONS OTHERS = 1.

SAPSCRIPT_MESSAGE CALL FUNCTION 'SAPSCRIPT_MESSAGE' EXPORTING typ = 'E'.

SAVE_TEXT CALL FUNCTION 'SAVE_TEXT' EXPORTING header = l_f_tdheader insert = 'X' TABLES lines = l_t_linetab EXCEPTIONS id = 1 language = 2 name = 3 object = 4 OTHERS = 5.

COMMIT_TEXT CALL FUNCTION 'COMMIT_TEXT' EXPORTING object = con_tdobject name = '*' id = '*' language = '*' savemode_direct = ' ' keep = ' '.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = 'FMCI' * STATE = 'A' langu = 'E' * IMPORTING * GOTSTATE = * DD02V_WA = * DD09L_WA = TABLES dd03p_tab = t_fmcia_fields * DD05M_TAB = * DD08V_TAB = * DD12V_TAB = * DD17V_TAB = * DD35V_TAB = * DD36M_TAB = EXCEPTIONS illegal_input = 1 OTHERS = 2 .

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = 'FMCIT' * STATE = 'A' langu = 'E' * IMPORTING * GOTSTATE = * DD02V_WA = * DD09L_WA = TABLES dd03p_tab = t_fmcit_fields * DD05M_TAB = * DD08V_TAB = * DD12V_TAB = * DD17V_TAB = * DD35V_TAB = * DD36M_TAB = EXCEPTIONS illegal_input = 1 OTHERS = 2 .

FMKU_GET_BCS_ACTIVE_SETTINGS CALL FUNCTION 'FMKU_GET_BCS_ACTIVE_SETTINGS' EXPORTING i_fm_area = fmci-fikrs IMPORTING e_flg_bcs_active = flg_bcs_active.

FM_CI_CALL_CHANGE_DOCUMENT CALL FUNCTION 'FM_CI_CALL_CHANGE_DOCUMENT' TABLES t_fmmd_fmci = lt_fmci_cdoc t_fmmd_fmcit = lt_fmcit_cdoc t_fmmd_fmzubsp = lt_fmzubsp_cdoc.

FM00_CHECK_ISPS CALL FUNCTION 'FM00_CHECK_ISPS' IMPORTING e_kom_activ = kom_activ.

BAL_LOG_MSG_DELETE_ALL





CALL FUNCTION 'BAL_LOG_MSG_DELETE_ALL' EXPORTING i_log_handle = g_s_log_handle EXCEPTIONS log_not_found = 1 OTHERS = 2.

BAL_LOG_MSG_CUMULATE CALL FUNCTION 'BAL_LOG_MSG_CUMULATE' EXPORTING * I_LOG_HANDLE = i_s_msg = l_message 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 RFFMMD_YR_INDEP_COM_ITEM_LOF01 or its description.