SAP Reports / Programs

ESH_TAU_EPM_DG SAP ABAP Report - ESH - EPM Test Data Generation Report







ESH_TAU_EPM_DG 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 ESH_TAU_EPM_DG 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 ESH_TAU_EPM_DG. "Basic submit
SUBMIT ESH_TAU_EPM_DG AND RETURN. "Return to original report after report execution complete
SUBMIT ESH_TAU_EPM_DG 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_DATP = Today
Selection Text: P_DATS = Today
Selection Text: P_DEFPO = Default User
Selection Text: P_DEFSO = Default User
Selection Text: P_DELE = Delete EPM Database Snapshot
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_EXPO = Create EPM Database Snapshot
Selection Text: P_GUID = Use Pseudo-GUIDs
Selection Text: P_IMPO = Retrieve EPM Database Snapshot
Selection Text: P_MKMD = Recreate
Selection Text: P_MKPO = Recreate
Selection Text: P_MKSI = Update Search Indexes
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_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_SKEY = Snapshot Key
Selection Text: P_SNUM = Add No.
Selection Text: P_SO = Sales Orders
Selection Text: P_SSTO = Date To
Selection Text: P_WIPE = Delete all EPM data
Selection Text: T_PROD = Product IDs





Selection Text: T_USERP = ITelO Employees
Selection Text: T_USERS = ITelO Employees
Selection Text: P_DALL = Delete All Database Snapshots
Selection Text: P_CMNT = Description Text for Snapshot
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: ESH - EPM Test Data Generation Report
Text Symbol: 001 = Master Data
Text Symbol: 002 = Transactional Data
Text Symbol: 003 = General Settings
Text Symbol: 004 = Results of last 10 runs:
Text Symbol: 005 = File names
Text Symbol: 006 = Created By
Text Symbol: 007 = Created On
Text Symbol: 008 = Table contains no stored results
Text Symbol: 009 = (Distribute randomly across selected values)
Text Symbol: 010 = Purchase Orders
Text Symbol: 011 = Data Snapshots
Text Symbol: 012 = Data Generator
Text Symbol: 013 = Log
Text Symbol: 014 = Tools
Text Symbol: 015 = EPM Data Status
Text Symbol: 016 = Details of current run
Text Symbol: 017 = This step overwrites all existing EPM data. Do you want to continue?
Text Symbol: 018 = Basic Settings
Text Symbol: 019 = Advanced Settings
Text Symbol: 020 = Item Options
Text Symbol: 029 = Product Options
Text Symbol: 030 = GUID Options
Text Symbol: 031 = Enterprise Search





Text Symbol: 032 = Sales Orders
Text Symbol: 033 = Created By - Options
Text Symbol: 034 = Created On - Options
Text Symbol: 035 = Item - Options


INCLUDES used within this REPORT ESH_TAU_EPM_DG

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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-012 text_question = text-017 default_button = '2' IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 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 ESH_TAU_EPM_DG or its description.