I_SUBROUTINES_01 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_01 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' i_callback_program = g_repid * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' is_layout = gs_layout it_fieldcat = gt_fieldcat[] * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = * IT_EVENTS = * IT_EVENT_EXIT = i_tabname_header = g_tabname_header i_tabname_item = g_tabname_item * I_STRUCTURE_NAME_HEADER = * I_STRUCTURE_NAME_ITEM = is_keyinfo = gs_keyinfo * IS_PRINT = * IS_REPREP_ID = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = * IR_SALV_HIERSEQ_ADAPTER = * IT_EXCEPT_QINFO = * I_SUPPRESS_EMPTY_DATA = ABAP_FALSE * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab_header = output_header t_outtab_item = output_item EXCEPTIONS program_error = 1 OTHERS = 2.
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.
CORRESPONDENCE_DATA_BUSAB CALL FUNCTION 'CORRESPONDENCE_DATA_BUSAB' EXPORTING i_bukrs = ps_select-bukrs i_busab = cp_busab i_langu = spras IMPORTING e_t001s = wa_t001s e_fsabe = wa_fsabe EXCEPTIONS busab_not_found = 1 OTHERS = 2.
READ_ADD_COMPANY_CODE_INFO CALL FUNCTION 'READ_ADD_COMPANY_CODE_INFO' EXPORTING ic_bukrs = ps_select-bukrs ic_party = 'SAPF08' IMPORTING es_t001z = is_t001z * TABLES * ET_T001Z = EXCEPTIONS not_found = 1 OTHERS = 2.
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.