SAP Reports / Programs | Energy Data Management | SAP Utilities | Energy Data Management(IS-U-EDM) SAP IS

REEDMFICALC_CONTROL SAP ABAP Report - Monitor Profile Calculation







REEDMFICALC_CONTROL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Monitor Calculation This report contains information about the progression of a calculation run and its status...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 REEDMFICALC_CONTROL into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

EEDMFICALC02 - Monitor Formula Instance Calculation


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 REEDMFICALC_CONTROL. "Basic submit
SUBMIT REEDMFICALC_CONTROL AND RETURN. "Return to original report after report execution complete
SUBMIT REEDMFICALC_CONTROL 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: PA_DUMMY = For selection screen display
Title: Monitor Profile Calculation
Text Symbol: 008 = Number of intervals :
Text Symbol: 009 = Server :
Text Symbol: 010 = No. of jobs:
Text Symbol: 011 = Status
Text Symbol: 012 = Hierarchy creation :
Text Symbol: 013 = Interval creation :
Text Symbol: 014 = Calculation :
Text Symbol: 001 = Calculation run no :
Text Symbol: 002 = Restart indicator :
Text Symbol: 003 = Restart number :
Text Symbol: 004 = Created on :
Text Symbol: 005 = At:
Text Symbol: 006 = By :
Text Symbol: 007 = Records per interval :
Text Symbol: 015 = Successful
Text Symbol: S01 = Monitor calculation
Text Symbol: S02 = Call calculation run monitoring
Text Symbol: T01 = Action log selection for asynchronous formula instance calc.
Text Symbol: T02 = Action log for asynchronous form. instance calc.
Text Symbol: T03 = Error list from calculation run
Text Symbol: 016 = Incorrect
Text Symbol: 017 = Not yet processed
Text Symbol: 020 = Do you really want to unluck trigger compression?
Text Symbol: 021 = Do you really want to unlock calculation?
Text Symbol: 022 = Do you want to set hierarchy creation to complete?
Text Symbol: 023 = Do you want to set interval creation to complete?
Text Symbol: 024 = Do you want to set the calculation to complete?


INCLUDES used within this REPORT REEDMFICALC_CONTROL

INCLUDE EMSG.


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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TEXT_QUESTION = text-020 IMPORTING ANSWER = l_answer EXCEPTIONS OTHERS = 0.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TEXT_QUESTION = text-021 IMPORTING ANSWER = l_answer EXCEPTIONS OTHERS = 0.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TEXT_QUESTION = text-022 IMPORTING ANSWER = l_answer EXCEPTIONS OTHERS = 0.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TEXT_QUESTION = text-023 IMPORTING ANSWER = l_answer EXCEPTIONS OTHERS = 0.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TEXT_QUESTION = text-024 IMPORTING ANSWER = l_answer EXCEPTIONS OTHERS = 0.

APPL_LOG_DISPLAY CALL FUNCTION 'APPL_LOG_DISPLAY' EXPORTING OBJECT = co_object * SUBOBJECT = ' ' EXTERNAL_NUMBER = l_extnr OBJECT_ATTRIBUTE = 1 EXTERNAL_NUMBER_ATTRIBUTE = 0 DATE_FROM = l_control-cdate TIME_FROM = l_control-ctime * DATE_TO = SY-DATUM TIME_TO = '235959' TITLE_SELECTION_SCREEN = text-t01 TITLE_LIST_SCREEN = text-t02 EXTERNAL_NUMBER_DISPLAY_LENGTH = 12 EXCEPTIONS NO_AUTHORITY = 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 REEDMFICALC_CONTROL or its description.