SAP Reports / Programs | Bank Customer Accounts | Bank Components | Bank Customer Accounts(IS-B-BCA) SAP IS

IBCA_US_DEAF04 SAP ABAP INCLUDE - Include IBCA_US_DEAF04







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


Text pool values


Title: Include IBCA_US_DEAF04


INCLUDES used within this REPORT IBCA_US_DEAF04

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:

BKK_ACCNT_GET_BKK42 CALL FUNCTION 'BKK_ACCNT_GET_BKK42' EXPORTING i_bkkrs = it_bpaccounts-bkkrs i_acnum_int = it_bpaccounts-acnum_int i_local = ' ' IMPORTING e_bkk42 = l_bkk42 EXCEPTIONS not_found = 1.

BCA_US_CALC_TRANS_DATE CALL FUNCTION 'BCA_US_CALC_TRANS_DATE' EXPORTING i_period = l_str_tbca_us_dea_pro-esc_per IMPORTING e_trans_date = l_trans_date.

CHANGEDOCU_CDPOS_READ CALL FUNCTION 'CHANGEDOCU_CDPOS_READ' EXPORTING iv_objectclas = 'BKK4CHDOC' iv_objectid = l_objvalue iv_changenr = ' ' iv_tabname = 'BKK40' iv_tabkey = ' ' iv_fname = 'STATUS_ADD' iv_pcdpos_flag = ' ' IMPORTING ev_count = lv_count et_cdpos = lt_cdpos EXCEPTIONS no_importparameter = 1 OTHERS = 2.

BCA_US_GET_HOLDER_DETAILS CALL FUNCTION 'BCA_US_GET_HOLDER_DETAILS' EXPORTING i_bkkrs = p_p4bkkrs i_rpt_yr = p_p4rptyr i_rpt_type = p_holder_rpt_type IMPORTING e_holder_rec = p_l_holder_rec EXCEPTIONS no_data = 1.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

BCA_US_GET_PROPERTY_DETAILS CALL FUNCTION 'BCA_US_GET_PROPERTY_DETAILS' EXPORTING i_report = wa_bca_us_dea_esch IMPORTING e_property_rec = p_l_property_rec CHANGING i_summary_tot = p_l_summary_tot.

BCA_US_GET_ADD_PROP_DETAILS CALL FUNCTION 'BCA_US_GET_ADD_PROP_DETAILS' EXPORTING i_report = wa_bca_us_dea_esch TABLES e_add_prop_rec = p_it_add_prop_rec CHANGING i_summary_tot = p_l_summary_tot.

BCA_US_GET_ADD_PROP_DETAILS CALL FUNCTION 'BCA_US_GET_ADD_PROP_DETAILS' EXPORTING i_report = min_report TABLES e_add_prop_rec = p_it_add_prop_rec CHANGING i_summary_tot = p_l_summary_tot.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

BCA_US_CREATE_SUMMARY_RECORD CALL FUNCTION 'BCA_US_CREATE_SUMMARY_RECORD' EXPORTING i_summary_tot = p_l_summary_tot IMPORTING e_summary_rec = p_l_summary_rec.

SAMPLE_INTERFACE_00015200 IF 1 = 2. CALL FUNCTION 'SAMPLE_INTERFACE_00015200'. ENDIF."#EC *

BKK_OPEN_FI_FIND_FBS CALL FUNCTION 'BKK_OPEN_FI_FIND_FBS' EXPORTING i_event = '00015200' TABLES t_bkk_fbs = l_tab_bkk_fbs.

OPEN_FI_PERFORM_00015200_E CALL FUNCTION 'OPEN_FI_PERFORM_00015200_E' EXPORTING i_country = p_l_country i_region = p_p4reg i_holder_rec = p_l_holder_rec i_summary_rec = p_l_summary_rec TABLES t_property_rec = p_it_property_rec t_add_prop_rec = p_it_add_prop_rec_tot t_escheat_file = p_l_escheat_file t_bkk_fbs = l_tab_bkk_fbs.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

BCA_US_GET_ADD_PROP_DETAILS CALL FUNCTION 'BCA_US_GET_ADD_PROP_DETAILS' EXPORTING i_report = p_min_report TABLES e_add_prop_rec = p_it_add_prop_rec CHANGING i_summary_tot = p_l_summary_tot.

BCA_US_GET_ADD_PROP_DETAILS CALL FUNCTION 'BCA_US_GET_ADD_PROP_DETAILS' EXPORTING i_report = p_min_report TABLES e_add_prop_rec = p_it_add_prop_rec CHANGING i_summary_tot = p_l_summary_tot.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.



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