SAP Reports / Programs

FRMLP_DIET_LOAD SAP ABAP Report - Load Diet Suitability to Consistent Formulas







FRMLP_DIET_LOAD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for As of SAP ECC Enterprise Extension PLM 7...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter FRMLP_DIET_LOAD 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 FRMLP_DIET_LOAD. "Basic submit
SUBMIT FRMLP_DIET_LOAD AND RETURN. "Return to original report after report execution complete
SUBMIT FRMLP_DIET_LOAD VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_TEST = Test Run Without Update
Selection Text: P_VALDAT = Key Date if No Valid-From Date
Selection Text: ST_FRML = Restrict Formula Selection
Title: Load Diet Suitability to Consistent Formulas
Text Symbol: 001 = Formula Processing
Text Symbol: 002 = With Validity Data


INCLUDES used within this REPORT FRMLP_DIET_LOAD

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:

FRML825_USAGE_GET_PER_LEVEL CALL FUNCTION 'FRML825_USAGE_GET_PER_LEVEL' EXPORTING i_level = cl_frml_resources=>c_level_diet_sum IMPORTING e_rvlid = ls_default_usage-rvlid e_vaclid = ls_default_usage-vaclid EXCEPTIONS view_not_found = 1 OTHERS = 2.

FRML301_API_INIT CALL FUNCTION 'FRML301_API_INIT' EXPORTING i_valfr = '00010101' i_valto = '99991231'.

FRML301_FORMULAS_SAVE CALL FUNCTION 'FRML301_FORMULAS_SAVE' EXPORTING i_flg_commit = abap_false i_flg_unlock = abap_true.

FRML301_API_INIT CALL FUNCTION 'FRML301_API_INIT' EXPORTING i_valfr = '00010101' i_valto = '99991231'.

CC_CHANGE_NUMBER_READ CALL FUNCTION 'CC_CHANGE_NUMBER_READ' EXPORTING eaennr = cs_formula-aennr IMPORTING adatuv = cs_formula-valdat EXCEPTIONS OTHERS = 1.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = l_icon_name IMPORTING result = l_icon.

BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_save_all = abap_true EXCEPTIONS log_not_found = 1 save_not_allowed = 2 numbering_error = 3 OTHERS = 4.



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