SAP Reports / Programs

SEPM_DG_EPM_TIMINGS SAP ABAP Report - EPM Data Generator - Timing Tool







SEPM_DG_EPM_TIMINGS is a standard Executable ABAP Report 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 SEPM_DG_EPM_TIMINGS 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 SEPM_DG_EPM_TIMINGS. "Basic submit
SUBMIT SEPM_DG_EPM_TIMINGS AND RETURN. "Return to original report after report execution complete
SUBMIT SEPM_DG_EPM_TIMINGS 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_DOCUSP = Create Custom POs
Selection Text: P_DOCUSS = Create Custom SOs
Selection Text: P_DONILP = Add POs without items
Selection Text: P_DONILS = Add SOs without items
Selection Text: P_DOSEL = Exclude Selected Products
Selection Text: P_DOSTDP = Create Standard POs
Selection Text: P_DOSTDS = Create Standard SOs
Selection Text: P_GUID = Use Pseudo-GUIDs
Selection Text: P_ITER = No. of iterations
Selection Text: P_MKMD = Recreate
Selection Text: P_MKPO = Recreate
Selection Text: P_MKSO = Recreate
Selection Text: P_NONILP = Suppress POs without items
Selection Text: P_NONILS = Suppress SOs without items
Selection Text: P_NOSEL = Use all Products
Selection Text: P_PACK = Package Size
Selection Text: P_PFRM = Date From
Selection Text: P_PNUM = Add No.
Selection Text: P_PO = Purchase Orders
Selection Text: P_PPTO = Date To
Selection Text: P_SELB = Business Partner
Selection Text: P_SELD = Selected Date Interval
Selection Text: P_SELO = Selected Date Interval
Selection Text: P_SELS = Selected ITelO Employees
Selection Text: P_SELU = Selected ITelO Employees
Selection Text: P_SFRM = Date From
Selection Text: P_SNUM = Add No.
Selection Text: P_SO = Sales Orders
Selection Text: P_SSTO = Date To
Selection Text: T_PROD = Product IDs
Selection Text: T_USERP = ITelO Employees
Selection Text: T_USERS = ITelO Employees
Selection Text: P_DEFSO = Default User
Selection Text: P_DEFPO = Default User
Selection Text: P_DATS = Today
Selection Text: P_DATP = Today
Selection Text: N_SORD = Sales Orders
Selection Text: N_PROD = Products





Selection Text: N_PORD = Purchase Orders
Selection Text: N_EMPL = Employees
Selection Text: N_BUPA = Business Partners
Selection Text: NUMNILS = Nos. to include
Selection Text: NUMNILP = Nos. to include
Selection Text: NUMITMS = No. of SO items
Selection Text: NUMITMP = No. of PO items
Selection Text: NUMCUSS = No. of custom SOs
Selection Text: NUMCUSP = No. of custom POs
Title: EPM Data Generator - Timing Tool
Text Symbol: 050 = Timings
Text Symbol: 035 = Item - Options
Text Symbol: 034 = Created On - Options
Text Symbol: 033 = Created By - Options
Text Symbol: 032 = Sales Orders
Text Symbol: 030 = Node Key Options
Text Symbol: 029 = Product Options
Text Symbol: 018 = Basic Settings
Text Symbol: 016 = Details of current run
Text Symbol: 015 = EPM Data Status
Text Symbol: 013 = Log
Text Symbol: 010 = Purchase Orders
Text Symbol: 007 = Created On
Text Symbol: 006 = Created By
Text Symbol: 002 = Transactional Data
Text Symbol: 001 = Master Data


INCLUDES used within this REPORT SEPM_DG_EPM_TIMINGS

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:

No SAP FUNCTION MODULES are executed within this report code!



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