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

RFFMCANCEL_FUND_FORMS_CLASS_AP SAP ABAP INCLUDE - Include RFFMCANCEL_FUND_FORMS_CLASS







RFFMCANCEL_FUND_FORMS_CLASS_AP is a standard ABAP INCLUDE 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 RFFMCANCEL_FUND_FORMS_CLASS_AP 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 RFFMCANCEL_FUND_FORMS_CLASS_AP. "Basic submit
SUBMIT RFFMCANCEL_FUND_FORMS_CLASS_AP AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMCANCEL_FUND_FORMS_CLASS_AP 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 RFFMCANCEL_FUND_FORMS_CLASS


INCLUDES used within this REPORT RFFMCANCEL_FUND_FORMS_CLASS_AP

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:

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'FMFG_CLOI_FIELDS_AP' i_buffer_active = 'X' i_bypassing_buffer = 'X' CHANGING ct_fieldcat = gridfc_100_cat[].

FUNC_AREA_CONVERSION_INBOUND CALL FUNCTION 'FUNC_AREA_CONVERSION_INBOUND' EXPORTING i_func_area = -fkber i_func_area_long = -fkber_long IMPORTING e_func_area_long = -fkber_long.

FM_FYC_RECEIVER_DERIVE CALL FUNCTION 'FM_FYC_RECEIVER_DERIVE' EXPORTING i_fikrs = g_fm_area i_gjahr = -gjahr "source year i_activity = l_activity i_subclass = fmfyc_con_subclass_02 i_flg_buffer = 'X' i_f_source_fields = l_f_source_fields IMPORTING e_f_target_fields = l_f_target_fields e_t_target_fields = l_t_target_fields e_t_return = l_t_return EXCEPTIONS wrong_input = 1 OTHERS = 2.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = gs_variant i_save = c_save_variant IMPORTING e_exit = f_exit es_variant = xs_variant EXCEPTIONS not_found = 2.

FI_DOC_TO_ACC_TRANSFORM CALL FUNCTION 'FI_DOC_TO_ACC_TRANSFORM' TABLES t_bkpf = it_bkpf t_bseg = it_bseg t_acchd = it_acchd t_accit = it_accit t_acccr = it_acccr.

FI_DOCUMENT_TYPE_FOR_TRANSFER CALL FUNCTION 'FI_DOCUMENT_TYPE_FOR_TRANSFER' EXPORTING i_koart = 'K' IMPORTING e_blart = r_doc_typ.

MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' TABLES t_mesg = l_t_messages.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = l_s_msg EXCEPTIONS log_not_found = 0 OTHERS = 1.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

AC_DOCUMENT_GENERATE CALL FUNCTION 'AC_DOCUMENT_GENERATE' IMPORTING e_awref = c_awref TABLES t_acchd = u_t_acchd t_accit = u_t_accit t_acccr = u_t_acccr t_accit_ext = u_t_accit_ext EXCEPTIONS error_message = 1.

FI_COMPANY_CODE_DATA CALL FUNCTION 'FI_COMPANY_CODE_DATA' EXPORTING i_bukrs = u_comp_code IMPORTING e_t001 = l_f_t001.

FIPOS_READ_FROM_ACCOUNT CALL FUNCTION 'FIPOS_READ_FROM_ACCOUNT' TABLES t_entry_tab = l_t_ifmsakfipo t_bukrs = l_r_bukrs t_saknr = l_r_saknr.

FIPOS_READ_FROM_ACCOUNT CALL FUNCTION 'FIPOS_READ_FROM_ACCOUNT' TABLES t_entry_tab = l_t_ifmsakfipo t_bukrs = l_r_bukrs t_saknr = l_r_saknr.

FM_DOCUMENT_DISPLAY CALL FUNCTION 'FM_DOCUMENT_DISPLAY' EXPORTING i_belnr = p_belnr i_bukrs = p_bukrs i_gjahr = p_gjahr i_wrttp = wrttp6 EXCEPTIONS document_not_found = 1 OTHERS = 2.

FI_CHART_OF_ACCOUNT_DETERMINE CALL FUNCTION 'FI_CHART_OF_ACCOUNT_DETERMINE' EXPORTING i_bukrs = p_bukrs IMPORTING e_ktopl = g_ktopl EXCEPTIONS error_message = 1 OTHERS = 2.

FI_COMPANY_CODE_DATA CALL FUNCTION 'FI_COMPANY_CODE_DATA' EXPORTING i_bukrs = u_comp_code IMPORTING e_t001 = l_f_t001.

FM_UPDATE_DATE_VALUES CALL FUNCTION 'FM_UPDATE_DATE_VALUES' EXPORTING i_mass_process = con_on i_fm_update_date = p_budat i_fm_update_period = p_period i_fm_doc_date = p_bldat.

FM_FG_FUND_STATUS CALL FUNCTION 'FM_FG_FUND_STATUS' EXPORTING i_fm_area = u_fmarea i_fund = u_fund i_fund_date = u_fund_date i_flg_exceptions = con_on i_budget_period = u_bp IMPORTING e_fund_status = u_fundstatus EXCEPTIONS invalid_exp_date = 1 invalid_can_date = 2 fiscal_year_variant_empty = 3 fund_budget_pd_invalid = 4 OTHERS = 5.

BAL_DSP_PROFILE_DETLEVEL_GET





CALL FUNCTION 'BAL_DSP_PROFILE_DETLEVEL_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_display_profile = l_s_display_profile EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4.

FUNC_AREA_CONVERSION_INBOUND CALL FUNCTION 'FUNC_AREA_CONVERSION_INBOUND' EXPORTING i_func_area = -fkber i_func_area_long = -fkber_long IMPORTING e_func_area_long = -fkber_long.

FUNC_AREA_CONVERSION_INBOUND CALL FUNCTION 'FUNC_AREA_CONVERSION_INBOUND' EXPORTING i_func_area = -fkber i_func_area_long = -fkber_long IMPORTING e_func_area_long = -fkber_long.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = 'Transfering Balances'(334) "#EC * EXCEPTIONS OTHERS = 1.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = g_log_header IMPORTING e_log_handle = g_log_handle EXCEPTIONS OTHERS = 1.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = l_s_msg * I_LOG_HANDLE = EXCEPTIONS log_not_found = 0 OTHERS = 1.

POSTING_INTERFACE_START * CALL FUNCTION 'POSTING_INTERFACE_START' * EXPORTING * i_function = 'C' * i_mode = l_mode * i_update = synchronize * EXCEPTIONS * client_incorrect = 1 * function_invalid = 2 * group_name_missing = 3 * mode_invalid = 4 * update_invalid = 5 * OTHERS = 6.

FI_DOCUMENT_TYPE_FOR_TRANSFER * CALL FUNCTION 'FI_DOCUMENT_TYPE_FOR_TRANSFER' * EXPORTING * i_koart = 'K' * IMPORTING * e_blart = s_agblart_k.

POSTING_INTERFACE_CLEARING * CALL FUNCTION 'POSTING_INTERFACE_CLEARING' * EXPORTING * i_auglv = l_auglv * i_tcode = l_tcode * IMPORTING * e_subrc = l_subrc * e_msgid = l_msgid * e_msgno = l_msgno * e_msgty = l_msgty * e_msgv1 = l_msgv1 * e_msgv2 = l_msgv2 * e_msgv3 = l_msgv3 * e_msgv4 = l_msgv4 * TABLES * t_blntab = l_t_blntab * t_ftclear = l_t_ftclear * t_ftpost = l_t_ftpost * t_fttax = l_t_fttax.

ME_READ_HISTORY CALL FUNCTION 'ME_READ_HISTORY' EXPORTING ebeln = t_ekpo-ebeln ebelp = t_ekpo-ebelp webre = t_ekpo-webre "Indicator: GR-based invoice verification i_bypassing_buffer = 'X' i_refresh_buffer = 'X' TABLES xekbe = xekbe EXCEPTIONS OTHERS = 1.

ME_READ_HISTORY CALL FUNCTION 'ME_READ_HISTORY' EXPORTING ebeln = g_t_ekpo-ebeln ebelp = g_t_ekpo-ebelp webre = g_t_ekpo-webre "Indicator: GR-based invoice verification i_bypassing_buffer = 'X' i_refresh_buffer = 'X' TABLES xekbe = xekbe.

FUNC_AREA_CONVERSION_INBOUND CALL FUNCTION 'FUNC_AREA_CONVERSION_INBOUND' EXPORTING i_func_area = -fkber i_func_area_long = -fkber_long IMPORTING e_func_area_long = -fkber_long.

MR_PO_DISPLAY CALL FUNCTION 'MR_PO_DISPLAY' EXPORTING i_ebeln = p_ebeln.

POSTING_INTERFACE_START CALL FUNCTION 'POSTING_INTERFACE_START' EXPORTING i_function = 'C' i_mode = l_mode i_update = synchronize EXCEPTIONS client_incorrect = 1 function_invalid = 2 group_name_missing = 3 mode_invalid = 4 update_invalid = 5 OTHERS = 6.

FI_DOCUMENT_TYPE_FOR_TRANSFER CALL FUNCTION 'FI_DOCUMENT_TYPE_FOR_TRANSFER' EXPORTING i_koart = 'K' IMPORTING e_blart = s_agblart_k.

CONVERSION_EXIT_ABPSP_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ABPSP_OUTPUT' EXPORTING input = oi_t_vendor-projk IMPORTING output = temp_projk.

POSTING_INTERFACE_CLEARING CALL FUNCTION 'POSTING_INTERFACE_CLEARING' EXPORTING i_auglv = l_auglv i_tcode = l_tcode IMPORTING e_subrc = l_subrc e_msgid = l_msgid e_msgno = l_msgno e_msgty = l_msgty e_msgv1 = l_msgv1 e_msgv2 = l_msgv2 e_msgv3 = l_msgv3 e_msgv4 = l_msgv4 TABLES t_blntab = l_t_blntab t_ftclear = l_t_ftclear t_ftpost = l_t_ftpost t_fttax = l_t_fttax.

BAPI_TRANSACTION_COMMIT CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.

FI_DOC_TO_ACC_TRANSFORM CALL FUNCTION 'FI_DOC_TO_ACC_TRANSFORM' TABLES t_bkpf = it_bkpf t_bseg = it_bseg t_acchd = it_acchd t_accit = it_accit t_acccr = it_acccr.




FI_DOCUMENT_TYPE_FOR_TRANSFER CALL FUNCTION 'FI_DOCUMENT_TYPE_FOR_TRANSFER' EXPORTING i_koart = 'K' IMPORTING e_blart = r_doc_typ.

MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' TABLES t_mesg = l_t_messages.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = l_s_msg EXCEPTIONS log_not_found = 0 OTHERS = 1.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'FMFG_CLOI_FIELDS_AP_MM' i_buffer_active = 'X' i_bypassing_buffer = 'X' CHANGING ct_fieldcat = gridfc_100_cat[].

BAPI_TRANSACTION_COMMIT CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.

POSTING_INTERFACE_END CALL FUNCTION 'POSTING_INTERFACE_END' EXCEPTIONS session_not_processable = 1 OTHERS = 2.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'J' textline1 = text-011 textline2 = text-010 titel = text-009 IMPORTING answer = l_answer.

MRM_COMPANY_CODE_DATA_READ CALL FUNCTION 'MRM_COMPANY_CODE_DATA_READ' EXPORTING i_bukrs = oi_t_vendor-bukrs IMPORTING e_t169v = l_t169v.

BAPI_INCOMINGINVOICE_CREATE CALL FUNCTION 'BAPI_INCOMINGINVOICE_CREATE' EXPORTING headerdata = l_headerdata IMPORTING invoicedocnumber = l_mr11docnumber fiscalyear = fiscalyear TABLES itemdata = lt_itemdata accountingdata = lt_acctdata return = lt_return.

MMPUR_EKKN_READ_EBELN_EBELP CALL FUNCTION 'MMPUR_EKKN_READ_EBELN_EBELP' EXPORTING pi_ebeln = -po_number pi_ebelp = -po_item * PI_BYPASSING_BUFFER = pi_refresh_buffer = ' ' TABLES pto_ekkn_po = ldt_ekkn EXCEPTIONS no_records_requested = 1 OTHERS = 2.

FMCA_GET_INIT_INFO CALL FUNCTION 'FMCA_GET_INIT_INFO' EXPORTING i_bukrs = p_bukrs CHANGING c_f_control_data = l_f_control_data.

FM_FYC_RECEIVER_DERIVE CALL FUNCTION 'FM_FYC_RECEIVER_DERIVE' EXPORTING i_fikrs = g_fm_area i_gjahr = l_gjahr "source year i_activity = l_activity i_subclass = fmfyc_con_subclass_02 i_flg_buffer = 'X' i_f_source_fields = l_f_source_fields IMPORTING e_f_target_fields = l_f_target_fields e_t_target_fields = l_t_target_fields e_t_return = l_t_return EXCEPTIONS wrong_input = 1 OTHERS = 2.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = g_log_header IMPORTING e_log_handle = g_log_handle EXCEPTIONS OTHERS = 1.

BAL_LOG_MSG_DELETE_ALL CALL FUNCTION 'BAL_LOG_MSG_DELETE_ALL' EXPORTING i_log_handle = g_log_handle EXCEPTIONS log_not_found = 1.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = g_log_header IMPORTING e_log_handle = g_log_handle EXCEPTIONS OTHERS = 1.

BAL_LOG_MSG_DELETE_ALL CALL FUNCTION 'BAL_LOG_MSG_DELETE_ALL' EXPORTING i_log_handle = g_log_handle EXCEPTIONS log_not_found = 1.

FIPOS_READ_FROM_ACCOUNT * CALL FUNCTION 'FIPOS_READ_FROM_ACCOUNT' * TABLES * T_ENTRY_TAB = l_t_ifmsakfipo * T_BUKRS = L_R_BUKRS * T_SAKNR = L_R_SAKNR.

FIPOS_READ_FROM_ACCOUNT * CALL FUNCTION 'FIPOS_READ_FROM_ACCOUNT' * TABLES * T_ENTRY_TAB = l_t_ifmsakfipo * T_BUKRS = L_R_BUKRS * T_SAKNR = L_R_SAKNR.

FIPOS_READ_FROM_ACCOUNT CALL FUNCTION 'FIPOS_READ_FROM_ACCOUNT' TABLES t_entry_tab = l_t_ifmsakfipo t_bukrs = l_r_bukrs t_saknr = l_r_saknr.

FIPOS_READ_FROM_ACCOUNT CALL FUNCTION 'FIPOS_READ_FROM_ACCOUNT' TABLES t_entry_tab = l_t_ifmsakfipo t_bukrs = l_r_bukrs t_saknr = l_r_saknr.

POSTING_INTERFACE_START CALL FUNCTION 'POSTING_INTERFACE_START' EXPORTING i_function = 'C' i_mode = l_mode i_update = synchronize EXCEPTIONS client_incorrect = 1 function_invalid = 2 group_name_missing = 3 mode_invalid = 4 update_invalid = 5 OTHERS = 6.

FI_DOCUMENT_TYPE_FOR_TRANSFER CALL FUNCTION 'FI_DOCUMENT_TYPE_FOR_TRANSFER' EXPORTING i_koart = 'K' IMPORTING e_blart = s_agblart_k.

CONVERSION_EXIT_ABPSP_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ABPSP_OUTPUT' EXPORTING input = -projk IMPORTING output = temp_projk.

POSTING_INTERFACE_CLEARING CALL FUNCTION 'POSTING_INTERFACE_CLEARING' EXPORTING i_auglv = l_auglv i_tcode = l_tcode IMPORTING e_subrc = l_subrc e_msgid = l_msgid e_msgno = l_msgno e_msgty = l_msgty e_msgv1 = l_msgv1 e_msgv2 = l_msgv2 e_msgv3 = l_msgv3 e_msgv4 = l_msgv4 TABLES t_blntab = l_t_blntab t_ftclear = l_t_ftclear t_ftpost = l_t_ftpost t_fttax = l_t_fttax.

BAPI_TRANSACTION_ROLLBACK CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK'.

BAPI_TRANSACTION_ROLLBACK CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK'.

BAPI_TRANSACTION_ROLLBACK CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK'.

BAPI_TRANSACTION_ROLLBACK CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK'.

BAPI_TRANSACTION_COMMIT CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.

BAPI_TRANSACTION_ROLLBACK CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK'.

POSTING_INTERFACE_END CALL FUNCTION 'POSTING_INTERFACE_END' EXCEPTIONS session_not_processable = 1 OTHERS = 2.

FI_DOC_TO_ACC_TRANSFORM CALL FUNCTION 'FI_DOC_TO_ACC_TRANSFORM' TABLES t_bkpf = it_bkpf t_bseg = it_bseg t_acchd = it_acchd t_accit = it_accit t_acccr = it_acccr.

FI_DOCUMENT_TYPE_FOR_TRANSFER CALL FUNCTION 'FI_DOCUMENT_TYPE_FOR_TRANSFER' EXPORTING i_koart = 'K' IMPORTING e_blart = r_doc_typ.

MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' TABLES t_mesg = l_t_messages.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = l_s_msg EXCEPTIONS log_not_found = 0 OTHERS = 1.

FIPOS_READ_FROM_ACCOUNT CALL FUNCTION 'FIPOS_READ_FROM_ACCOUNT' TABLES t_entry_tab = l_t_ifmsakfipo t_bukrs = l_r_bukrs t_saknr = l_r_saknr.

FIPOS_READ_FROM_ACCOUNT CALL FUNCTION 'FIPOS_READ_FROM_ACCOUNT' TABLES t_entry_tab = l_t_ifmsakfipo t_bukrs = l_r_bukrs t_saknr = l_r_saknr.

POSTING_INTERFACE_START CALL FUNCTION 'POSTING_INTERFACE_START' EXPORTING i_function = 'C' i_mode = l_mode i_update = synchronize EXCEPTIONS client_incorrect = 1 function_invalid = 2 group_name_missing = 3 mode_invalid = 4 update_invalid = 5 OTHERS = 6.

FI_DOCUMENT_TYPE_FOR_TRANSFER CALL FUNCTION 'FI_DOCUMENT_TYPE_FOR_TRANSFER' EXPORTING i_koart = 'K' IMPORTING e_blart = s_agblart_k.

CONVERSION_EXIT_ABPSP_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ABPSP_OUTPUT' EXPORTING input = -projk IMPORTING output = temp_projk.

POSTING_INTERFACE_CLEARING CALL FUNCTION 'POSTING_INTERFACE_CLEARING' EXPORTING i_auglv = l_auglv i_tcode = l_tcode IMPORTING e_subrc = l_subrc e_msgid = l_msgid e_msgno = l_msgno e_msgty = l_msgty e_msgv1 = l_msgv1 e_msgv2 = l_msgv2 e_msgv3 = l_msgv3 e_msgv4 = l_msgv4 TABLES t_blntab = l_t_blntab t_ftclear = l_t_ftclear t_ftpost = l_t_ftpost t_fttax = l_t_fttax.

BAPI_TRANSACTION_COMMIT CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.

AC_APAR_SPLIT_FILL_FT CALL FUNCTION 'AC_APAR_SPLIT_FILL_FT' EXPORTING i_dynnr = dynnr TABLES t_ft_split = ftsplt t_ft = ft t_ft_split_wt = ftsplt_wt.

NEXT_DYNPRO_SEARCH CALL FUNCTION 'NEXT_DYNPRO_SEARCH' EXPORTING i_bschl = bschl i_bukrs = bukrs i_mwskzs = mwskzs i_tcode = tcode i_umskz = umskz i_winfk = winfk IMPORTING e_dynnra = dynnr e_mpool = mpool e_winnrz = winnr EXCEPTIONS "nur noch nicht bereits geprueften Ausnahmen bukrs_nf = 1 dynnr_nf = 2 tcodd_nf = 3 tcodm_nf = 4 winnr_nf = 5 OTHERS = 6.

CONVERSION_EXIT_IDATE_INPUT CALL FUNCTION 'CONVERSION_EXIT_IDATE_INPUT' EXPORTING input = budat IMPORTING output = budat_int.

RKE_FILL_BDCDATA_WITH_CRITERIA CALL FUNCTION 'RKE_FILL_BDCDATA_WITH_CRITERIA' EXPORTING i_cobl = in_cobl TABLES i_copadata = ftcopa i_bdcdata = ft_bdc EXCEPTIONS no_bukrs_found = 1 no_erkrs_found = 2 OTHERS = 3.

ISIS_FILL_BDCDATA CALL FUNCTION 'ISIS_FILL_BDCDATA' EXPORTING i_form = 'X' TABLES t_copadata = ftisis t_bdcdata = ft_bdc. "#EC *

FI_DECODE_KONTL CALL FUNCTION 'FI_DECODE_KONTL' EXPORTING i_kontt = ld_kontt i_kontl = ld_kontl IMPORTING i_program = ld_program i_screen = ld_screen i_leave_code = ld_leave_code TABLES t_bdcft = ft_bdc. "#EC *

CONVERT_DATE_TO_INTERNAL CALL FUNCTION 'CONVERT_DATE_TO_INTERNAL' EXPORTING date_external = xftpost-fval IMPORTING date_internal = budat_wt EXCEPTIONS date_external_is_invalid = 1 OTHERS = 2.

FI_CHECK_EXTENDED_WT CALL FUNCTION 'FI_CHECK_EXTENDED_WT' EXPORTING i_bukrs = bukrs EXCEPTIONS component_not_active = 1 not_found = 2 OTHERS = 3.

FI_WT_FIPI_FILL_FTW_TAB CALL FUNCTION 'FI_WT_FIPI_FILL_FTW_TAB' EXPORTING i_ftpost = xftpost TABLES i_ftw = ftw EXCEPTIONS OTHERS = 0.

FI_DOC_TO_ACC_TRANSFORM CALL FUNCTION 'FI_DOC_TO_ACC_TRANSFORM' TABLES t_bkpf = it_bkpf t_bseg = it_bseg t_acchd = it_acchd t_accit = it_accit t_acccr = it_acccr.

FI_DOCUMENT_TYPE_FOR_TRANSFER CALL FUNCTION 'FI_DOCUMENT_TYPE_FOR_TRANSFER' EXPORTING i_koart = 'K' IMPORTING e_blart = r_doc_typ.

MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' TABLES t_mesg = l_t_messages.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = l_s_msg EXCEPTIONS log_not_found = 0 OTHERS = 1.

FIPOS_READ_FROM_ACCOUNT CALL FUNCTION 'FIPOS_READ_FROM_ACCOUNT' TABLES t_entry_tab = l_t_ifmsakfipo t_bukrs = l_r_bukrs t_saknr = l_r_saknr.

FIPOS_READ_FROM_ACCOUNT CALL FUNCTION 'FIPOS_READ_FROM_ACCOUNT' TABLES t_entry_tab = l_t_ifmsakfipo t_bukrs = l_r_bukrs t_saknr = l_r_saknr.

BAPI_GRIRDOC_CREATEMULTIPLE CALL FUNCTION 'BAPI_GRIRDOC_CREATEMULTIPLE' EXPORTING posting_date = l_posting_date grirdoc_select = lt_grirdoc_select * REF_DOC_NO = * HEADER_TXT = grirdoc_flags = lt_grirdoc_flags * TESTRUN = ' ' TABLES grir_maint_documents = lt_grir_maint_documents return = lt_return.



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 RFFMCANCEL_FUND_FORMS_CLASS_AP or its description.