SAP Reports / Programs | Master Data | Bank Components | Master Data(IS-B-BCA-MD) SAP IS

IBCA_US_DS_HOLDF02 SAP ABAP INCLUDE - Include LBCA_US_HOLDF02







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


INCLUDES used within this REPORT IBCA_US_DS_HOLDF02

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_BKKRS_GET_WAERS CALL FUNCTION 'BKK_BKKRS_GET_WAERS' EXPORTING i_bkkrs = l_bkkrs IMPORTING e_rc = l_rc e_waers = l_bank_waers e_ratetype = l_ratetype.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = sy-datlo foreign_amount = l_amount foreign_currency = l_acct_waers local_currency = l_bank_waers type_of_rate = l_ratetype IMPORTING local_amount = l_bank_amt EXCEPTIONS OTHERS = 5. "Several errors

FIPR_BUPA_ACTIVITY_TEXT_GET CALL FUNCTION 'FIPR_BUPA_ACTIVITY_TEXT_GET' EXPORTING i_aktyp = g_hold_activity IMPORTING e_bez50 = l_bez50.

CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = it_bkk42-acnum_ext IMPORTING output = l_account.

CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = wa_hold_report_buffer-record_id IMPORTING output = l_recid_no_space.

HELP_VALUES_GET_WITH_TABLE_EXT CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE_EXT' EXPORTING * DISPLAY = ' ' fieldname = 'HOLD_TYPE' tabname = 'TBCA_US_H_TYPE' use_user_shrinking = ' ' IMPORTING index = sy-tabix select_value = p_bca_us_hold_hold_type TABLES fields = l_t_usr_fields select_values = l_t_select_values valuetab = l_t_hold_type_text EXCEPTIONS field_not_in_ddic = 1 more_then_one_selectfield = 2 no_selectfield = 3.

FIPR_BUPA_ACTIVITY_TEXT_GET CALL FUNCTION 'FIPR_BUPA_ACTIVITY_TEXT_GET' EXPORTING i_aktyp = g_hold_activity IMPORTING e_bez50 = l_bez50.

CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = wa_list_bkk42-acnum_ext IMPORTING output = l_account.

MESSAGES_COUNT CALL FUNCTION 'MESSAGES_COUNT' IMPORTING count = l_msg_count.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = bca_us_hold-record_id IMPORTING output = l_rec_id.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Please Confirm'(013) text_question = 'Dont save?'(018) text_button_1 = 'Yes'(011) text_button_2 = 'No'(012) default_button = '2' display_cancel_button = space start_column = 25 start_row = 6 popup_type = 'ICON_WARNING' IMPORTING answer = l_answer.

ENQUEUE_EBKK_HOLD CALL FUNCTION 'ENQUEUE_EBKK_HOLD' EXPORTING bkkrs = p_bkkrs acnum_int = p_acnum_int record_id = p_record_id _scope = '2' EXCEPTIONS foreign_lock = 1.

BKK_MESSAGE_STORE CALL FUNCTION 'BKK_MESSAGE_STORE' EXPORTING i_id = g_con_bca_us_msgclass i_type = g_con_msgty_error i_number = g_con_bca_us_msg_hold_locked i_msgv1 = p_bkkrs i_msgv2 = l_st_acnum_ext i_msgv3 = l_st_record_id i_msgv4 = l_uname.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

BKK_MESSAGE_STORE CALL FUNCTION 'BKK_MESSAGE_STORE' EXPORTING i_id = g_con_bca_us_msgclass i_type = g_con_msgty_error i_number = g_con_bca_us_msg_hold_rd_err i_msgv1 = p_bkkrs i_msgv2 = l_st_acnum_ext i_msgv3 = l_st_record_id.

BKK_ACCNT_GET_BKK42_ACNUM_EXT





CALL FUNCTION 'BKK_ACCNT_GET_BKK42_ACNUM_EXT' EXPORTING i_bkkrs = wa_hold_report_buffer-bkkrs i_acnum_ext = wa_hold_report_buffer-acnum_ext * I_LOCAL = 'X' IMPORTING e_bkk42 = wa_bkk42 EXCEPTIONS not_found = 1 OTHERS = 2.

BCA_US_HOLD_VIEW_CHG_DOC CALL FUNCTION 'BCA_US_HOLD_VIEW_CHG_DOC' EXPORTING i_hold_chg_doc_obj_id = objectid.

BKK_CHNGDOC_DISPLAY CALL FUNCTION 'BKK_CHNGDOC_DISPLAY' EXPORTING object_class = 'BCA_US_HOLD' object_id = objectid.

BCA_US_HOLD_GET_STATUS_TEXT CALL FUNCTION 'BCA_US_HOLD_GET_STATUS_TEXT' IMPORTING ex_status_text = g_tab_status EXCEPTIONS OTHERS = 0.



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