ROIRI_CH_FEE_FORMS is a standard Executable ABAP Report 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 ROIRI_CH_FEE_FORMS 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: Subroutines for calculating clearing house fees
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
PRICING CALL FUNCTION 'PRICING' EXPORTING calculation_type = l_calc_type comm_head_i = lwa_komk comm_item_i = lwa_komp IMPORTING comm_head_e = l_komk TABLES tkomv = lt_komv_res t_oir_addagg = lt_oiri_addagg t_oirit683s = lt_t683s.
OIRECH_SINGLE_READ CALL FUNCTION 'OIRECH_SINGLE_READ' EXPORTING i_chobj = wa_oiradbt-chobj IMPORTING e_oirech_all = lwa_oirech EXCEPTIONS customizing_not_found = 1 application_not_found = 2 OTHERS = 3.
KNVV_SINGLE_READ CALL FUNCTION 'KNVV_SINGLE_READ' EXPORTING i_kunnr = lwa_oirech-kunnr i_vkorg = lwa_oirech-vkorg i_vtweg = lwa_oirech-vtweg i_spart = lwa_oirech-spart IMPORTING o_knvv = lwa_knvv EXCEPTIONS not_found = 1 parameter_error = 2 OTHERS = 3.
MARA_SINGLE_READ CALL FUNCTION 'MARA_SINGLE_READ' EXPORTING matnr = l_matnr IMPORTING wmara = lwa_mara EXCEPTIONS lock_on_material = 1 lock_system_error = 2 wrong_call = 3 not_found = 4 OTHERS = 5.
T001_SINGLE_READ CALL FUNCTION 'T001_SINGLE_READ' EXPORTING bukrs = lwa_oirech-bukrs IMPORTING wt001 = lwa_t001 EXCEPTIONS not_found = 1 wrong_call = 2 OTHERS = 3.
OIRECH_SINGLE_READ CALL FUNCTION 'OIRECH_SINGLE_READ' EXPORTING i_chobj = wa_oiradbt-chobj IMPORTING e_oirech_all = lwa_oirech EXCEPTIONS customizing_not_found = 1 application_not_found = 2 OTHERS = 3.
T001_SINGLE_READ CALL FUNCTION 'T001_SINGLE_READ' EXPORTING bukrs = lwa_oirech-bukrs IMPORTING wt001 = lwa_t001 EXCEPTIONS not_found = 1 wrong_call = 2 OTHERS = 3.
MARA_SINGLE_READ CALL FUNCTION 'MARA_SINGLE_READ' EXPORTING matnr = lwa_oirech-discmatnr IMPORTING wmara = lwa_mara EXCEPTIONS lock_on_material = 1 lock_system_error = 2 wrong_call = 3 not_found = 4 OTHERS = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIRI_CH_FEE_FORMS - Subroutines for calculating clearing house fees ROIRI_CH_FEE_FORMS - Subroutines for calculating clearing house fees ROIRI_APP_LOG_EXITS - Program ROIRI_APP_LOG_EXITS ROIRI_APP_LOG_EXITS - Program ROIRI_APP_LOG_EXITS ROIRI412 - Post processing for margin analysis ROIRI412 - Post processing for margin analysis