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

RFSEPA_INST_CODE_SIMULATION SAP ABAP Report - Report RFSEPA_INST_CODE_SIMULATION







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


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 RFSEPA_INST_CODE_SIMULATION. "Basic submit
SUBMIT RFSEPA_INST_CODE_SIMULATION AND RETURN. "Return to original report after report execution complete
SUBMIT RFSEPA_INST_CODE_SIMULATION 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: 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


INCLUDES used within this REPORT RFSEPA_INST_CODE_SIMULATION

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:

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.



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