SAP Reports and Programs

Share |

SEPMH_DG_IOT SAP ABAP Report - NW EPM IoT Scenario: Data Generation


SEPMH_DG_IOT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the standard documentation available for this report and a few details of other objects it interacts with such as tables, function modules, includes etc. If you would like to see the full code listing simply enter SEPMH_DG_IOT into the relevant SAP transaction such as SE38 or SE80

Contribute (Add Comments)
Below is the basic information available for SAP report SEPMH_DG_IOT and is provided for your convenience to access as and when required. Although the 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 SEPMH_DG_IOT or its description.

Transaction Code(s):

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

SEPMH_DG_IOT - Starts data generation for IOT


ABAP code:


ABAP code listing snippet for SAP ABAP Report SEPMH_DG_IOT

*=====================================================================
*
* Report SEPMH_DG_IOT
*
*=====================================================================
* Purpose: EPM data generator for HANA based CEI scenario
*=====================================================================
REPORT sepmh_dg_iot NO STANDARD PAGE HEADING LINE-SIZE 255.

DATA: t_sta_before TYPE syst_datum VALUE '000000', t_wks_before TYPE i VALUE 4.
" Definition of DG specific part of selection screen SELECTION-SCREEN: BEGIN OF BLOCK gp WITH FRAME TITLE TEXT-000. PARAMETERS: t_sta TYPE dats DEFAULT t_sta_before, " start date to begin data generation with t_wks TYPE i DEFAULT t_wks_before, " number of weeks to generate alarm data for t_mch TYPE i DEFAULT 1, " number of machines to generate alarm data for ....See full code listing within your SAP system using transactions such as SE80 and SE38

Includes used within report:

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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = TEXT-003. " Displays: 'Generating data ...'


Text pool values


Selection Text: T_BPID = Objects = Business Partners
Selection Text: T_MCH = Number of machines
Selection Text: T_MCHN = Objects = Machine names
Selection Text: T_PAR = Parallel processing
Selection Text: T_RECR = Recreate data
Selection Text: T_STA = Start date
Selection Text: T_WKS = Number of weeks
Title: NW EPM IoT Scenario: Data Generation
Text Symbol: 000 = General parameters
Text Symbol: 001 = Cancellation parameters
Text Symbol: 002 = Administrative parameters
Text Symbol: 003 = Generating data ...
Text Symbol: 004 = Different probability of cancellation for:





comments powered by Disqus