I_SUBROUTINES_CH 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 I_SUBROUTINES_CH 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 I_SUBROUTINES_CH
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-repid i_save = 'A' it_fieldcat = gt_fieldcat[] it_events = lt_alv_event TABLES t_outtab = it_cag01.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-repid i_save = 'A' it_fieldcat = gt_fieldcat[] it_events = lt_alv_event TABLES t_outtab = it_cag02.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-repid i_save = 'A' it_fieldcat = gt_fieldcat[] it_events = lt_alv_event TABLES t_outtab = it_cag03.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-repid i_save = 'A' it_fieldcat = gt_fieldcat[] it_events = lt_alv_event TABLES t_outtab = it_cag04.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-repid i_save = 'A' it_fieldcat = gt_fieldcat[] it_events = lt_alv_event TABLES t_outtab = it_cag05.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-repid i_save = 'A' it_fieldcat = gt_fieldcat[] it_events = lt_alv_event TABLES t_outtab = it_cag06.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-repid i_save = 'A' it_fieldcat = gt_fieldcat[] it_events = lt_alv_event TABLES t_outtab = it_cag07.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-repid i_save = 'A' it_fieldcat = gt_fieldcat[] it_events = lt_alv_event TABLES t_outtab = it_cag08.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-repid i_save = 'A' it_fieldcat = gt_fieldcat[] it_events = lt_alv_event TABLES t_outtab = it_cag09.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-repid i_save = 'A' it_fieldcat = gt_fieldcat[] it_events = lt_alv_event TABLES t_outtab = it_cat01.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-repid i_save = 'A' it_fieldcat = gt_fieldcat[] it_events = lt_alv_event TABLES t_outtab = it_cat02.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-repid i_save = 'A' it_fieldcat = gt_fieldcat[] it_events = lt_alv_event TABLES t_outtab = it_cab01.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-repid i_save = 'A' it_fieldcat = gt_fieldcat[] it_events = lt_alv_event TABLES t_outtab = it_cai01.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-repid i_save = 'A' it_fieldcat = gt_fieldcat[] it_events = lt_alv_event TABLES t_outtab = it_cai02.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-repid i_save = 'A' it_fieldcat = gt_fieldcat_detail[] it_events = lt_alv_event * is_print = gs_print * is_layout = gs_layout i_callback_user_command = 'DOC_DISPLAY' TABLES t_outtab = output_item.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = p_ex_dat foreign_amount = wa_item-wrbtr foreign_currency = wa_item-waers local_currency = 'CHF' type_of_rate = par_exra IMPORTING local_amount = wa_item-dmbtr EXCEPTIONS no_rate_found = 1 OTHERS = 6.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = p_ex_dat foreign_amount = wa_prel_out-wrbtr foreign_currency = wa_prel_out-waers local_currency = 'CHF' type_of_rate = par_exra IMPORTING local_amount = wa_prel_out-dmbtr EXCEPTIONS no_rate_found = 1 OTHERS = 6.
LDB_PROCESS CALL FUNCTION 'LDB_PROCESS' EXPORTING ldbname = 'SDF' TABLES callback = it_callback_gl selections = it_seltab_gl EXCEPTIONS ldb_error = 1 ldb_selections_error = 2 OTHERS = 3.
CALL FUNCTION 'LDB_PROCESS' EXPORTING ldbname = 'DDF' TABLES callback = it_callback_ar selections = it_seltab_ar EXCEPTIONS ldb_error = 1 ldb_selections_error = 2 OTHERS = 3.
LDB_PROCESS CALL FUNCTION 'LDB_PROCESS' EXPORTING ldbname = 'KDF' TABLES callback = it_callback_ap selections = it_seltab_ap EXCEPTIONS ldb_error = 1 ldb_selections_error = 2 OTHERS = 3.
CALCULATE_TAX_FROM_NET_AMOUNT CALL FUNCTION 'CALCULATE_TAX_FROM_NET_AMOUNT' EXPORTING i_bukrs = wa_bseg-bukrs i_mwskz = wa_bseg-mwskz i_waers = wa_vecugl-waers i_wrbtr = wa_bseg-wrbtr IMPORTING e_fwste = tax_amount TABLES t_mwdat = ls_mwdat EXCEPTIONS bukrs_not_found = 1 mwskz_not_valid = 4 OTHERS = 13.
CALCULATE_TAX_FROM_NET_AMOUNT CALL FUNCTION 'CALCULATE_TAX_FROM_NET_AMOUNT' EXPORTING i_bukrs = wa_bseg-bukrs i_mwskz = wa_bseg-mwskz i_waers = wa_vecugl-waers i_wrbtr = wa_bseg-wrbtr IMPORTING e_fwste = tax_amount TABLES t_mwdat = ls_mwdat EXCEPTIONS bukrs_not_found = 1 mwskz_not_valid = 4 OTHERS = 13.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = p_ex_dat foreign_amount = wa_vecugl-wrbtr foreign_currency = wa_vecugl-waers local_currency = 'CHF' type_of_rate = par_exra IMPORTING local_amount = wa_vecugl-dmbtr EXCEPTIONS no_rate_found = 1 OTHERS = 6.
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = ls_variant "VARIANT i_save = 'A' IMPORTING es_variant = ls_variant EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = 'A' CHANGING cs_variant = ls_variant.
ABAP4_CALL_TRANSACTION CALL FUNCTION 'ABAP4_CALL_TRANSACTION' STARTING NEW TASK 'TEST' EXPORTING tcode = 'FB03' skip_screen = 'X' mode_val = 'A' update_val = 'A' * IMPORTING * SUBRC = TABLES * USING_TAB = spagpa_tab = i_rfc_spagpa * MESS_TAB = EXCEPTIONS call_transaction_denied = 1 tcode_invalid = 2 OTHERS = 3 .
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-cprog dynumb = sy-dynnr TABLES dynpfields = lt_field EXCEPTIONS OTHERS = 01.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'IDITSR_DOCTYP' dynpprog = sy-cprog dynpnr = sy-dynnr dynprofield = 'REP_CTGR-LOW' value_org = 'S' TABLES value_tab = lt_iditsr_doctyp EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
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 I_SUBROUTINES_CH or its description.