RFSEPA_INST_CODE_SIMULATION 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 RFSEPA_INST_CODE_SIMULATION 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: I_XBANK = Test with Direct Entry
Selection Text: I_XMNID = Test with Mandate Reference
Selection Text: I_ZBNKS = Bank Country
Selection Text: I_ZBNKY = Bank Key
Selection Text: I_ZIBAN = IBAN
Selection Text: I_B2B = D .
Selection Text: I_BUKRS = D .
Selection Text: I_HBKID = D .
Selection Text: I_KUNNR = D .
Selection Text: I_MNDID = D .
Selection Text: I_STYPE = D .
Title: Report RFSEPA_INST_CODE_SIMULATION
Text Symbol: 001 = Entries for Mandate
Text Symbol: 002 = Entries for Payer
Text Symbol: 003 = Mandate has a different paying company code
Text Symbol: 004 = As system found nothing else specified, default values are being used
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-repid dynumb = sy-dynnr translate_to_upper = 'X' TABLES dynpfields = lt_dynpread.
SEPA_MANDATES_API_GET CALL FUNCTION 'SEPA_MANDATES_API_GET' EXPORTING i_sel_criteria = ls_sel_criteria IMPORTING et_mandates = lt_mandate_get.
SEPA_MANDATE_UI_LIST_POPUP CALL FUNCTION 'SEPA_MANDATE_UI_LIST_POPUP' EXPORTING it_mandates = lt_mandate_list IMPORTING et_mandates = lt_mandate_sel.
SEPA_MANDATES_API_GET CALL FUNCTION 'SEPA_MANDATES_API_GET' EXPORTING i_sel_criteria = ls_sel_criteria IMPORTING et_mandates = lt_mandate_get.
FI_SEPA_MANDATE_GET_USE_STATUS CALL FUNCTION 'FI_SEPA_MANDATE_GET_USE_STATUS' EXPORTING i_mguid = ls_mandate_get-mguid IMPORTING e_seq_type = l_seq_type.
FI_SEPA_INST_CD_DETERMINE CALL FUNCTION 'FI_SEPA_INST_CD_DETERMINE' EXPORTING i_bukrs = l_bukrs i_b2b = l_b2b i_seq_type = l_seq_type i_ubnks = l_ubnks i_ubnky = l_ubnky i_zbnks = l_zbnks i_zbnky = l_zbnky i_ziban = l_ziban IMPORTING es_inst_cd = ls_inst_cd e_default = l_default.
FI_SEPA_INST_CD_CML_CHECK CALL FUNCTION 'FI_SEPA_INST_CD_CML_CHECK' IMPORTING e_cml_active = l_cml_active.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'FSEPA_INST_CD' CHANGING ct_fieldcat = lt_fieldcat.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_structure_name = 'FSEPA_INST_CD' is_layout = ls_layout it_fieldcat = lt_fieldcat TABLES t_outtab = lt_inst_cd.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFSEPA_INST_CODE_SIMULATION - Report RFSEPA_INST_CODE_SIMULATION RFSEPA_INST_CODE_SIMULATION - Report RFSEPA_INST_CODE_SIMULATION RFSEPA04 - Reduced Line Item Display after Master Data Change RFSEPA04 - Reduced Line Item Display after Master Data Change RFSEPA03 - Switch Off Open Item Management by Changing Master Record RFSEPA03 - Switch Off Open Item Management by Changing Master Record