IEEDM_MAC_FORMULA 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 IEEDM_MAC_FORMULA 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: Macros for Formula Creation
INCLUDE IEEDMINTSIZE.
INCLUDE IEEDMDATEMACROS.
No SAP DATABASE tables are accessed within this REPORT code!
ISU_DB_EDM_FORMULA_SELECT call function 'ISU_DB_EDM_FORMULA_SELECT' exporting x_formula = obj-cntr-formula importing y_formula_data = obj-formuladata exceptions not_found = 1 others = 2.
ISU_DB_EPROFINTSIZE_SINGLE call function 'ISU_DB_EPROFINTSIZE_SINGLE' exporting x_intsizeid = obj-cntr-intsizeid importing y_eprofintsize = obj-intdata exceptions not_found = 1 others = 2.
ISU_EDM_FORMULA_STACK_CREATE call function 'ISU_EDM_FORMULA_STACK_CREATE' exporting x_parnumber = &1 x_partype = co_partype_input x_profvalues =
-profvalues x_obj = obj importing y_value_stack = -valstack exceptions general_fault = 1 others = 2.
ISU_EDM_FORMULA_STACK_CREATE call function 'ISU_EDM_FORMULA_STACK_CREATE' exporting x_parnumber = &1 x_partype = co_partype_output x_profvalues =
-profvalues x_obj = obj importing y_value_stack = -valstack exceptions general_fault = 1 others = 2.
ISU_EDM_FORMULA_CHECK call function 'ISU_EDM_FORMULA_CHECK' changing xy_obj = obj exceptions general_fault = 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.
IEEDM_MAC_FORMULA - Macros for Formula Creation IEEDM_IDOCSEGNAM - IEEDMIDOCSEGNAM IEEDM_GUI_CONSTANTS - Include IEEDMDLG: Constants Used for All EDM-GUI Screens IEEDM_FORMULA_CONSTANTS - Formula Definition: Constants IEEDM_DELETE_PROFVALS01 - Data Definition for Deleting the EDM Profile Values IEEDM_COMPDEFN_CONSTANTS - RTP Component Definitions: Constants