SAP Reports / Programs

BF_SEPAMANDATE SAP ABAP INCLUDE - BFSEPAMANDATE







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


Text pool values


Title: Program for Object Type SEPAMANDAT : SEPA Mandate


INCLUDES used within this REPORT BF_SEPAMANDATE

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:

BAPI_SEPA_MANDATE_EXISTENCECHK call function 'BAPI_SEPA_MANDATE_EXISTENCECHK' exporting i_sepa_creditor_id = object-key-CreditorId i_sepa_mandate_id = object-key-MandateId importing es_return = esReturn exceptions others = 1.

BAPI_SEPA_MANDATE_READ call function 'BAPI_SEPA_MANDATE_READ' exporting is_mandate_to_read = isMandateToRead importing es_mandate_read = esMandateRead es_return = esReturn exceptions others = 1.

SEPA_MANDATE_UI_DISPLAY call function 'SEPA_MANDATE_UI_DISPLAY' exporting i_intkey = iIntKey i_fullscreen = 'X'.

BAPI_SEPA_MANDATE_CREATE CALL FUNCTION 'BAPI_SEPA_MANDATE_CREATE' EXPORTING IS_MANDATE_TO_CREATE = ISMANDATETOCREATE IMPORTING ES_MANDATE_CREATED = ESMANDATECREATED ES_RETURN = ESRETURN EXCEPTIONS OTHERS = 01.

BAPI_SEPA_MANDATE_CHANGE CALL FUNCTION 'BAPI_SEPA_MANDATE_CHANGE' EXPORTING IS_MANDATE_TO_CHANGE = ISMANDATETOCHANGE IS_DATA_TO_CHANGE = ISDATATOCHANGE IMPORTING ES_RETURN = ESRETURN EXCEPTIONS OTHERS = 01.

BAPI_SEPA_MANDATE_READ CALL FUNCTION 'BAPI_SEPA_MANDATE_READ' EXPORTING IS_MANDATE_TO_READ = ISMANDATETOREAD I_READ_FOR_CHANGE = IREADFORCHANGE IMPORTING ES_MANDATE_READ = ESMANDATEREAD ES_RETURN = ESRETURN EXCEPTIONS OTHERS = 01.

BAPI_SEPA_MANDATE_EXISTENCECH1 call function 'BAPI_SEPA_MANDATE_EXISTENCECH1' exporting creditorId = object-key-creditorId mandateId = object-key-mandateId importing return = lsReturn exceptions others = 01.

BAPI_SEPA_MANDATE_CREATE1 call function 'BAPI_SEPA_MANDATE_CREATE1' exporting i_application = lApplication i_creditor_id = lCreditorId i_mandate_id = lMandateId is_data_to_create = lsDataToCreate importing es_mandate_created = lsMandateCreated return = lsReturn exceptions others = 01.

BAPI_SEPA_MANDATE_CHANGE1 call function 'BAPI_SEPA_MANDATE_CHANGE1' exporting i_application = lApplication creditorId = object-key-creditorId mandateId = object-key-mandateId is_data_to_change = lsDataToChange importing return = lsReturn exceptions others = 01.

BAPI_SEPA_MANDATE_READ1 call function 'BAPI_SEPA_MANDATE_READ1' exporting i_application = lApplication creditorId = object-key-creditorId mandateId = object-key-mandateId i_read_for_change = lReadForChange importing es_mandate_read = lsMandateRead return = lsReturn exceptions others = 01.

BAPI_SEPA_MANDATE_READ1 call function 'BAPI_SEPA_MANDATE_READ1' exporting creditorId = object-key-creditorId mandateId = object-key-mandateId importing es_mandate_read = lsMandateRead return = lsReturn exceptions others = 01.

SEPA_MANDATE_UI_DISPLAY call function 'SEPA_MANDATE_UI_DISPLAY' exporting i_notogle = 'X' i_intkey = lsIntKey i_fullscreen = 'X'.

BAPI_SEPAMANDAT_CREATE CALL FUNCTION 'BAPI_SEPAMANDAT_CREATE' EXPORTING IS_MANDATE_IDS = ISMANDATEIDS IS_COMMON_DATA = ISCOMMONDATA I_NO_DISTRIBUTION = INODISTRIBUTION IMPORTING ES_MANDATE_CREATED = ESMANDATECREATED RETURN = RETURN TABLES IT_APPEND_DATA = ITAPPENDDATA EXCEPTIONS OTHERS = 01.

BAPI_SEPAMANDAT_CHANGE CALL FUNCTION 'BAPI_SEPAMANDAT_CHANGE' EXPORTING IS_MANDATE_IDS = ISMANDATEIDS IS_COMMON_DATA = ISCOMMONDATA I_NO_DISTRIBUTION = INODISTRIBUTION IMPORTING RETURN = RETURN TABLES IT_APPEND_DATA = ITAPPENDDATA EXCEPTIONS OTHERS = 01.

BAPI_SEPAMANDAT_SAVEREPLICA CALL FUNCTION 'BAPI_SEPAMANDAT_SAVEREPLICA' EXPORTING IS_MANDATE_IDS = ISMANDATEIDS IS_COMMON_DATA = ISCOMMONDATA IMPORTING ES_MANDATE_CREATED = ESMANDATECREATED RETURN = RETURN TABLES IT_APPEND_DATA = ITAPPENDDATA EXCEPTIONS OTHERS = 01.

BAPI_SEPAMANDAT_GETDETAIL CALL FUNCTION 'BAPI_SEPAMANDAT_GETDETAIL' EXPORTING IS_MANDATE_IDS = ISMANDATEIDS IMPORTING ES_COMMON_DATA = ESCOMMONDATA RETURN = RETURN TABLES ET_APPEND_DATA = ETAPPENDDATA EXCEPTIONS OTHERS = 01.



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