SAP Reports / Programs | Financial Accounting | Accounts Receivable | Payment Transactions(FI-AR-AR-PT) SAP FI

RF_CONVERT_XEZER_TO_MANDATEF01 SAP ABAP INCLUDE - RFCONVERTXEZERTOMANDATEF01







RF_CONVERT_XEZER_TO_MANDATEF01 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 RF_CONVERT_XEZER_TO_MANDATEF01 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 RF_CONVERT_XEZER_TO_MANDATEF01. "Basic submit
SUBMIT RF_CONVERT_XEZER_TO_MANDATEF01 AND RETURN. "Return to original report after report execution complete
SUBMIT RF_CONVERT_XEZER_TO_MANDATEF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RF_CONVERT_XEZER_TO_MANDATEF01

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:

READ_BANK_ADDRESS call function 'READ_BANK_ADDRESS' exporting bank_country = i_banks bank_number = l_bankkey importing bnka_wa = st_buffer exceptions not_found = 1 others = 2.

SEPA_MANDATE_API_CHECK call function 'SEPA_MANDATE_API_CHECK' exporting i_str_mandate_data = ls_for_check i_activity = gc_actvt_create importing e_messages = ls_message.

SEPA_MANDATES_API_CREATE call function 'SEPA_MANDATES_API_CREATE' exporting i_enqueue = 'X' i_update_task = 'X' i_authority_check = 'X' i_tab_mandates_create = lt_to_create[] importing et_mandates_data = lt_created[] et_mandates_failed = lt_failed[] et_messages = lt_bapiret1s[].

READ_CUSTOMIZED_MESSAGE call function 'READ_CUSTOMIZED_MESSAGE' exporting i_arbgb = i_arbgb i_msgnr = i_msgnr i_dtype = i_dtype importing e_msgty = st_buffer-msgty.

READ_IBAN_EXT call function 'READ_IBAN_EXT' exporting i_banks = i_banks i_bankl = l_bankkey i_bankn = i_bankn i_bkont = i_bkont i_bkref = i_bkref importing e_iban = st_buffer-iban e_iban_valid_from = st_buffer-iban_valid_from e_subrc = l_subrc.

BAL_LOG_CREATE call function 'BAL_LOG_CREATE' exporting i_s_log = l_log importing e_log_handle = g_log_handle exceptions log_header_inconsistent = 1 others = 2.

BAL_DSP_LOG_DISPLAY call function 'BAL_DSP_LOG_DISPLAY' exceptions profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 others = 5.

BAL_DSP_LOG_PRINT call function 'BAL_DSP_LOG_PRINT' exporting i_s_display_profile = l_profile exceptions profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 others = 5.

BAL_LOG_MSG_ADD call function 'BAL_LOG_MSG_ADD' exporting i_log_handle = g_log_handle i_s_msg = l_msg exceptions log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 others = 4.

FI_APAR_MANDATE_DEFAULT_SNDDAT call function 'FI_APAR_MANDATE_DEFAULT_SNDDAT' exporting i_snd_id = es_mandate-snd_id importing es_snd_data = ls_snd_data.

FI_APAR_MANDATE_DEFAULT_RECDAT call function 'FI_APAR_MANDATE_DEFAULT_RECDAT' exporting i_rec_id = es_mandate-rec_id importing es_rec_data = ls_rec_data.

SEPA_MANDATES_API_GET call function 'SEPA_MANDATES_API_GET' exporting i_sel_criteria = ls_sel_criteria importing et_mandates = et_mandate e_message = ls_message.

DSYS_SHOW_FOR_F1HELP call function 'DSYS_SHOW_FOR_F1HELP' exporting dokclass = 'RE' dokname = sy-repid short_text = 'X' exceptions 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 RF_CONVERT_XEZER_TO_MANDATEF01 or its description.