SAP Reports / Programs | Product Lifecycle Management | Recipe Management(PLM-RM) SAP PLM

FRML948_CL_1 SAP ABAP INCLUDE - FRML948CL1







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT FRML948_CL_1. "Basic submit
SUBMIT FRML948_CL_1 AND RETURN. "Return to original report after report execution complete
SUBMIT FRML948_CL_1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT FRML948_CL_1

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

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 FRML948_CL_1 or its description.