FRML948_CL_1 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 FRML948_CL_1 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RMSA952_TCG78OBJCON_READ CALL FUNCTION 'RMSA952_TCG78OBJCON_READ' EXPORTING i_objtype = gc_objtype i_conparam = ic_conparam_ehs-sub_comp_std_dialog i_estcat = gv_estcat_diet_comp i_compexcval = lv_compexcval *** Begin: EHP 5 i_subcat = ls_header-subcat *** End: EHP 5 * TABLES * e_tcg78objcon_tab = lt_tcg78objcon EXCEPTIONS not_found = 1 parameter_error = 2 OTHERS = 3.
C14W_CHAR_NUMBER_CONVERSION * CALL FUNCTION 'C14W_CHAR_NUMBER_CONVERSION' * EXPORTING * i_string = lv_qty * IMPORTING ** E_FLOAT = * e_dec = xs_out-compavg * e_decimals = xs_out-compavgdec * EXCEPTIONS * wrong_characters = 1 * first_character_wrong = 2 * arithmetic_sign = 3 * multiple_decimal_separator = 4 * thousandsep_in_decimal = 5 * thousand_separator = 6 * number_too_big = 7 * OTHERS = 8.
RMSA952_LOV_COMPEXCVAL_CONEST CALL FUNCTION 'RMSA952_LOV_COMPEXCVAL_CONEST' EXPORTING i_objtype = gc_objtype i_conparam = ic_conparam_ehs-sub_comp_std_dialog i_estcat = gv_estcat_diet_comp i_display = e_display i_subcat = ls_header-subcat TABLES e_return_tab = lt_return EXCEPTIONS parameter_error = 1 OTHERS = 2.
RMSA952_LOV_COMPEXCVAL_CONEST CALL FUNCTION 'RMSA952_LOV_COMPEXCVAL_CONEST' EXPORTING i_objtype = gc_objtype i_conparam = ic_conparam_ehs-sub_comp_std_dialog i_estcat = gv_estcat_diet_comp i_display = e_display TABLES e_return_tab = lt_return EXCEPTIONS parameter_error = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.