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

/SAPF15/F15_SEPA_MANDATE_FORMS SAP ABAP INCLUDE - /SAPF15/F15SEPAMANDATEFORMS







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

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:

/SAPF15/SEPA_M_SM_SET CALL FUNCTION '/SAPF15/SEPA_M_SM_SET' EXPORTING is_sm_save = ls_sm_save is_f15 = ls_f15.

SEPA_MANDATE_DET_GET_PBO CALL FUNCTION 'SEPA_MANDATE_DET_GET_PBO' "F15 Daten von SEPA-Anwendung holen IMPORTING e_mandate = gs_sepa_mandate e_aktyp = gf_sepa_aktyp.

/SAPF15/SEPA_M_SM_SET CALL FUNCTION '/SAPF15/SEPA_M_SM_SET' EXPORTING is_sm_new = ls_sm_new.

/SAPF15/SEPA_M_SM_GET CALL FUNCTION '/SAPF15/SEPA_M_SM_GET' "SM-Beleg IMPORTING es_sm_save = ls_sm_save es_sm_new = ls_sm_new.

/SAPF15/SEPA_M_SM_GET CALL FUNCTION '/SAPF15/SEPA_M_SM_GET' IMPORTING es_sm_save = ls_sm_save es_sm_new = ls_sm_new.

GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_16 = gs_sepa_mandate-/sapf15/guid.

SEPA_MANDATE_APPEND_SET_PAI CALL FUNCTION 'SEPA_MANDATE_APPEND_SET_PAI' "F15 Daten an SEPA-Anwendung übergeben EXPORTING i_mandate = gs_sepa_mandate.

/SAPF15/SEPA_M_SM_SET CALL FUNCTION '/SAPF15/SEPA_M_SM_SET' EXPORTING is_sm_save = ls_sm_save is_sm_new = ls_sm_new.

DSYS_SHOW_FOR_F1HELP CALL FUNCTION 'DSYS_SHOW_FOR_F1HELP' EXPORTING dokclass = 'RE' dokname = '/SAPF15/SAPLF15_SEPA_MANDATE' short_text = 'X' EXCEPTIONS OTHERS = 1.

/SAPF15/F4_KZ CALL FUNCTION '/SAPF15/F4_KZ' EXPORTING gjahr = lf_gjahr bukrs = lf_bukrs bewirt = gf_f15_bw IMPORTING kassenzeichen = /sapf15/sepa_m_screen-/sapf15/f15_kz.

/SAPF15/SEPA_M_101_VIEW CALL FUNCTION '/SAPF15/SEPA_M_101_VIEW' EXPORTING if_container_name = 'CC_101' IMPORTING er_alv = gr_alv_101 TABLES it_elkozuvm = gt_elkozuvm_db.

/SAPF15/SEPA_M_SM_GET CALL FUNCTION '/SAPF15/SEPA_M_SM_GET' IMPORTING es_f15 = ls_f15.

SEPA_MANDATE_DET_GET_PBO CALL FUNCTION 'SEPA_MANDATE_DET_GET_PBO' IMPORTING e_mandate = ls_sepa_mandate.

SEPA_MANDATE_DET_GET_PBO CALL FUNCTION 'SEPA_MANDATE_DET_GET_PBO' IMPORTING e_mandate = ls_sepa_mandate e_aktyp = gf_sepa_aktyp.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = '/SAPF15/SEPA_M_SCREEN-VSL_NEW' values = lt_val_vsl_other EXCEPTIONS id_illegal_name = 1 OTHERS = 2.

SEPA_GET_MANDATE_BY_EXTKEY_ALL CALL FUNCTION 'SEPA_GET_MANDATE_BY_EXTKEY_ALL' EXPORTING i_str_mandate_key_external = ls_mandate_keyext i_flg_ignore_db = space i_flg_ignore_buffer = 'X' IMPORTING et_mandates = lt_mandate_db.

/SAPF15/SEPA_M_SM_GET CALL FUNCTION '/SAPF15/SEPA_M_SM_GET' "SM-Beleg in der Bearbeitung IMPORTING es_sm_save = ls_sm_save es_sm_new = ls_sm_new.



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 /SAPF15/F15_SEPA_MANDATE_FORMS or its description.