MJBCFTRANSACTIONI01 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 MJBCFTRANSACTIONI01 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include MJBCFTRANSACTIONI01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = text-002 * textline2 = ' ' titel = text-001 * START_COLUMN = 25 * START_ROW = 6 IMPORTING answer = global_form_result EXCEPTIONS OTHERS = 1.
POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = text-002 * textline2 = ' ' titel = text-001 * START_COLUMN = 25 * START_ROW = 6 IMPORTING answer = global_form_result EXCEPTIONS OTHERS = 1.
POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = text-002 * textline2 = ' ' titel = text-001 * START_COLUMN = 25 * START_ROW = 6 IMPORTING answer = global_form_result EXCEPTIONS OTHERS = 1.
ISB_CF_PAYMENTS_DELETE CALL FUNCTION 'ISB_CF_PAYMENTS_DELETE' EXPORTING i_objnr = tc_auszahlungen_tab-objnr i_stufe = tc_auszahlungen_tab-stufe EXCEPTIONS objnr_not_in_global_memory = 1 entry_not_in_global_memory = 2 entry_locked = 3 OTHERS = 4.
ISB_CF_PAYMENTS_UPDATE CALL FUNCTION 'ISB_CF_PAYMENTS_UPDATE' EXPORTING i_objnr = tc_auszahlungen_tab-objnr i_stufe = tc_auszahlungen_tab-stufe i_ddispo = tc_auszahlungen_tab-ddispo i_dvalut = tc_auszahlungen_tab-dvalut i_sincl = tc_auszahlungen_tab-sincl i_svult = tc_auszahlungen_tab-svult i_bbetrag = tc_auszahlungen_tab-bbetrag i_wwaers = tc_auszahlungen_tab-wwaers i_check_only = con_xon EXCEPTIONS objnr_not_in_global_memory = 1 entry_not_in_global_memory = 2 entry_locked = 3 date_error = 4 sign_incl_error = 5 sign_ult_error = 6 amount_error = 7 currency_error = 8 period_error = 9 sum_error = 10 OTHERS = 11.
ISB_CF_PAYMENTS_INSERT CALL FUNCTION 'ISB_CF_PAYMENTS_INSERT' EXPORTING i_objnr = tc_auszahlungen_tab-objnr i_ddispo = tc_auszahlungen_tab-ddispo i_dvalut = tc_auszahlungen_tab-dvalut i_sincl = tc_auszahlungen_tab-sincl i_svult = tc_auszahlungen_tab-svult i_bbetrag = tc_auszahlungen_tab-bbetrag i_wwaers = tc_auszahlungen_tab-wwaers i_check_only = con_xon IMPORTING o_stufe = tc_auszahlungen_tab-stufe EXCEPTIONS objnr_not_in_global_memory = 1 date_error = 2 sign_incl_error = 3 sign_ult_error = 4 amount_error = 5 currency_error = 6 period_error = 7 sum_error = 8 number_range_error = 9 OTHERS = 10.
ISB_CF_PAYMENTS_INSERT CALL FUNCTION 'ISB_CF_PAYMENTS_INSERT' EXPORTING i_objnr = tc_auszahlungen_tab-objnr i_ddispo = tc_auszahlungen_tab-ddispo i_dvalut = tc_auszahlungen_tab-dvalut i_sincl = tc_auszahlungen_tab-sincl i_svult = tc_auszahlungen_tab-svult i_bbetrag = tc_auszahlungen_tab-bbetrag i_wwaers = tc_auszahlungen_tab-wwaers i_check_only = con_xon IMPORTING o_stufe = tc_auszahlungen_tab-stufe EXCEPTIONS objnr_not_in_global_memory = 1 date_error = 2 sign_incl_error = 3 sign_ult_error = 4 amount_error = 5 currency_error = 6 period_error = 7 sum_error = 8 number_range_error = 9 OTHERS = 10.
ISB_CF_WAIVE_DELETE CALL FUNCTION 'ISB_CF_WAIVE_DELETE' EXPORTING i_objnr = tc_verzichte_tab-objnr i_stufe = tc_verzichte_tab-stufe EXCEPTIONS objnr_not_in_global_memory = 1 entry_not_in_global_memory = 2 entry_locked = 3 delete_not_possible = 4 OTHERS = 5.
ISB_CF_WAIVE_UPDATE CALL FUNCTION 'ISB_CF_WAIVE_UPDATE' EXPORTING i_objnr = tc_verzichte_tab-objnr i_stufe = tc_verzichte_tab-stufe i_dvalut = tc_verzichte_tab-dvalut i_bbetrag = tc_verzichte_tab-bbetrag i_wwaers = tc_verzichte_tab-wwaers i_check_only = con_xon EXCEPTIONS objnr_not_in_global_memory = 1 entry_not_in_global_memory = 2 entry_locked = 3 date_error = 4 period_error = 5 amount_error = 6 currency_error = 7 sum_error = 8 waive_error = 9 same_date_error = 10 OTHERS = 11.
ISB_CF_WAIVE_INSERT CALL FUNCTION 'ISB_CF_WAIVE_INSERT' EXPORTING i_objnr = tc_verzichte_tab-objnr i_dvalut = tc_verzichte_tab-dvalut i_bbetrag = tc_verzichte_tab-bbetrag i_wwaers = tc_verzichte_tab-wwaers i_check_only = con_xon IMPORTING o_stufe = tc_verzichte_tab-stufe EXCEPTIONS objnr_not_in_global_memory = 1 date_error = 2 period_error = 3 amount_error = 4 currency_error = 5 sum_error = 6 waive_error = 7 number_range_error = 8 same_date_error = 9 OTHERS = 10.
ISB_CF_WAIVE_INSERT CALL FUNCTION 'ISB_CF_WAIVE_INSERT' EXPORTING i_objnr = tc_verzichte_tab-objnr i_dvalut = tc_verzichte_tab-dvalut i_bbetrag = tc_verzichte_tab-bbetrag i_wwaers = tc_verzichte_tab-wwaers i_check_only = con_xon IMPORTING o_stufe = tc_verzichte_tab-stufe EXCEPTIONS objnr_not_in_global_memory = 1 date_error = 2 period_error = 3 amount_error = 4 currency_error = 5 sum_error = 6 waive_error = 7 number_range_error = 8 same_date_error = 9 OTHERS = 10.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MJBCFTRANSACTIONI01 - Include MJBCFTRANSACTIONI01 MJBCFTRANSACTIONF01 - Include MJBCFTRANSACTIONF01 MJBAL01 - IS-M: Constants for Application Log MJB00KZP - IS-B: Constants for the periods of time of calculation MJB00FFO - SAP Banking: Constants for the Function Codes in FO Maintenance MJB00DST - IS-B: Constants for 'Control of Master Data Storage'