SAP Reports / Programs | Financial Accounting | Contract Accounts Receivable and Payable(FI-CA) SAP FI

RFKKCOLBON_BR_PROCESS SAP ABAP INCLUDE - Include RFKKBRCOLBON_PROCESS







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

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:

FKK_VALUE_DATE_DETERMINE CALL FUNCTION 'FKK_VALUE_DATE_DETERMINE' EXPORTING i_ausfd = l_due_date i_opbuk = gs_t012k-bukrs i_hbkid = gs_t012k-hbkid i_hktid = gs_t012k-hktid i_zlsch = p_pm IMPORTING e_anztg = l_valday.

DATE_CONVERT_TO_FACTORYDATE CALL FUNCTION 'DATE_CONVERT_TO_FACTORYDATE' EXPORTING correct_option = con_plus date = l_cr_date factory_calendar_id = 'BR' IMPORTING date = l_cr_work_day EXCEPTIONS error_message = 1 OTHERS = 2.

DATE_CONVERT_TO_FACTORYDATE CALL FUNCTION 'DATE_CONVERT_TO_FACTORYDATE' EXPORTING correct_option = con_plus date = l_cr_date factory_calendar_id = 'BR' IMPORTING date = l_cr_date EXCEPTIONS error_message = 1 OTHERS = 2.

READ_ACCOUNT_DATA CALL FUNCTION 'READ_ACCOUNT_DATA' EXPORTING i_bankn = ls_t012k-bankn i_bkont = ls_t012k-bkont IMPORTING e_bankn = lv_accnum "Bank Account number * e_cntr1 = brcolbonfh-bank_agyvr "Agency Verify Digit * e_cntr2 = brcolbonfh-bank_accvr "Bank account Number Verify Digit * e_cntr3 = brcolbonfh-bank_agyaccvr "Agency/Bank Acc. Verify Digit

FI_HOUSEBANK_READ CALL FUNCTION 'FI_HOUSEBANK_READ' EXPORTING ic_bukrs = ls_t012k-bukrs ic_hbkid = ls_t012k-hbkid IMPORTING es_t012 = ls_t012.

ENQUEUE_EFKKBRINSEQ CALL FUNCTION 'ENQUEUE_EFKKBRINSEQ' EXPORTING mode_fkkbrinseq = 'S' mandt = sy-mandt banks = ls_fkkbrinseq-banks bankl = ls_fkkbrinseq-bankl bankn = ls_fkkbrinseq-bankn zlsch = ls_fkkbrinseq-zlsch EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

GET_SHORTKEY_FOR_FEBKO CALL FUNCTION 'GET_SHORTKEY_FOR_FEBKO' EXPORTING i_tname = up_tname i_anznr = 1 IMPORTING e_kukey = up_kukey EXCEPTIONS OTHERS.

FILE_GET_NAME * CALL FUNCTION 'FILE_GET_NAME' * EXPORTING * client = sy-mandt * logical_filename = gv_filepath * operating_system = sy-opsys * IMPORTING * file_name = lv_name * EXCEPTIONS * file_not_found = 1 * OTHERS = 2.

FILE_GET_NAME_USING_PATH CALL FUNCTION 'FILE_GET_NAME_USING_PATH' EXPORTING client = sy-mandt logical_path = gv_filepath operating_system = sy-opsys file_name = p_fil3 IMPORTING file_name_with_path = lv_auszug EXCEPTIONS path_not_found = 1 missing_parameter = 2 operating_system_not_found = 3 file_system_not_found = 4 OTHERS = 5.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gv_lfname CHANGING physical_filename = lv_auszug EXCEPTIONS logical_filename_not_found = 1 validation_failed = 2 OTHERS = 3.

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING filename = uc_filename filetype = 'ASC' TABLES data_tab = gt_auszug EXCEPTIONS OTHERS.

FILE_GET_NAME * CALL FUNCTION 'FILE_GET_NAME' * EXPORTING * client = sy-mandt * logical_filename = gv_filepath * operating_system = sy-opsys * IMPORTING * file_name = lv_name * EXCEPTIONS * file_not_found = 1 * OTHERS = 2.

FILE_GET_NAME_USING_PATH CALL FUNCTION 'FILE_GET_NAME_USING_PATH' EXPORTING client = sy-mandt logical_path = gv_filepath operating_system = sy-opsys file_name = p_fil4 IMPORTING file_name_with_path = lv_umsatz EXCEPTIONS path_not_found = 1 missing_parameter = 2 operating_system_not_found = 3 file_system_not_found = 4 OTHERS = 5.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gv_lfname CHANGING physical_filename = lv_umsatz EXCEPTIONS logical_filename_not_found = 1 validation_failed = 2 OTHERS = 3.

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING filename = uc_filename filetype = 'ASC' TABLES data_tab = gt_umsatz EXCEPTIONS OTHERS.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = lv_loghandle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = lv_loghandle i_s_msg = ls_msg_log EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_FILTER_CREATE CALL FUNCTION 'BAL_FILTER_CREATE' EXPORTING i_object = lc_object i_subobject = lc_subobject i_aluser = sy-uname IMPORTING e_s_log_filter = ls_log_filter.

BAL_DSP_PROFILE_POPUP_GET





CALL FUNCTION 'BAL_DSP_PROFILE_POPUP_GET' IMPORTING e_s_display_profile = ls_display_profile.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_display_profile i_t_log_handle = lt_log_handle i_s_log_filter = ls_log_filter EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5.

BAL_LOG_REFRESH CALL FUNCTION 'BAL_LOG_REFRESH' EXPORTING i_log_handle = lv_loghandle EXCEPTIONS log_not_found = 1 OTHERS = 2.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = gt_events.

FKK_VALUE_DATE_DETERMINE CALL FUNCTION 'FKK_VALUE_DATE_DETERMINE' EXPORTING i_ausfd = l_due_date i_opbuk = gs_t012k-bukrs i_hbkid = gs_t012k-hbkid i_hktid = gs_t012k-hktid i_zlsch = p_pm IMPORTING e_anztg = l_valday.

DATE_CONVERT_TO_FACTORYDATE CALL FUNCTION 'DATE_CONVERT_TO_FACTORYDATE' EXPORTING correct_option = con_plus date = l_cr_date factory_calendar_id = 'BR' IMPORTING date = l_cr_work_day EXCEPTIONS error_message = 1 OTHERS = 2.

DATE_CONVERT_TO_FACTORYDATE CALL FUNCTION 'DATE_CONVERT_TO_FACTORYDATE' EXPORTING correct_option = con_plus date = l_cr_date factory_calendar_id = 'BR' IMPORTING date = l_cr_date EXCEPTIONS error_message = 1 OTHERS = 2.



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