SAP Reports / Programs

/SAPAPO/OM_PERFORMANCE SAP ABAP Report - Performance Measurement for Creating Different Objects







/SAPAPO/OM_PERFORMANCE 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 /SAPAPO/OM_PERFORMANCE 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 /SAPAPO/OM_PERFORMANCE. "Basic submit
SUBMIT /SAPAPO/OM_PERFORMANCE AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPAPO/OM_PERFORMANCE 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: A_PEGA = Peg Areas Maximum
Selection Text: A_PEGG = Pegging Box Performance Max.
Selection Text: A_PEGREI = Series Measurement Maximum
Selection Text: A_PROD = Manufacturing Orders Maximum
Selection Text: A_RES = Ressources Maximum
Selection Text: CUSLINNO = Schedule Lines
Selection Text: INTERRES = Output Interim Results
Selection Text: K_BESTEL = Number of Packages
Selection Text: K_KUNDEN = Number of Packages
Selection Text: K_PEGA = Number of Packages
Selection Text: K_PEGG = Number of Packages
Selection Text: K_PEGREI = Number of Packages
Selection Text: K_PROD = Number of Packages
Selection Text: K_RES = Number of Packages
Selection Text: P_BESTEL = Purchase Orders Minimum
Selection Text: P_DELETE = Delete Final
Selection Text: P_EXCEL = Create Excel Sheet
Selection Text: P_KUNDEN = Sales Orders Minimum
Selection Text: P_PEGA = Peg Areas Minimum
Selection Text: P_PEGG = Pegging Box Performance Min.
Selection Text: P_PEGREI = Series Measurements Minimum
Selection Text: P_PROD = Manufacturing Orders Minimum
Selection Text: P_RES = Ressources Minimum
Selection Text: P_SIMSE = Own Planning Version
Selection Text: USEDOLAR = Use Dollar Method
Selection Text: USERNO = User Number
Selection Text: A_KUNDEN = Sales Orders Maximum
Selection Text: A_BESTEL = Purchase Orders Maximum
Title: Performance Measurement for Creating Different Objects
Text Symbol: 001 = 5 seconds per test for a fast system with little data
Text Symbol: 002 = In Background
Text Symbol: 003 = Default (5 sec)
Text Symbol: 004 = Create Purchase Orders
Text Symbol: 005 = Create Sales Orders
Text Symbol: 006 = Create Manufacturing Orders
Text Symbol: 007 = lasts:
Text Symbol: 008 = Create Pegging Areas
Text Symbol: 009 = Create Resources





Text Symbol: 012 = Add Sales Orders
Text Symbol: 013 = Add Purchase Orders
Text Symbol: 014 = Create Resources
Text Symbol: 015 = Peg Input and Output Nodes
Text Symbol: 016 = First Pegging After New Entry
Text Symbol: 017 = Second Pegging After New Entry
Text Symbol: 018 = Third Pegging After New Entry
Text Symbol: 019 = First Pegging After Rescheduling
Text Symbol: 020 = Second Pegging After Rescheduling
Text Symbol: 021 = Third Pegging After Rescheduling
Text Symbol: 022 = Create Manufacturing Orders
Text Symbol: 023 = Performance Measurements
Text Symbol: 024 = . Run : Duration
Text Symbol: 025 = Error After RS_REFRESH_FROM_SELECTOPTIONS
Text Symbol: 026 = Create Pegging Areas


INCLUDES used within this REPORT /SAPAPO/OM_PERFORMANCE

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:

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = gv_repid TABLES selection_table = gt_seltab EXCEPTIONS not_found = 1 no_report = 2 OTHERS = 3.

/SAPAPO/OM_JOB_CREATE CALL FUNCTION '/SAPAPO/OM_JOB_CREATE' EXPORTING iv_jobname = 'PERFORMANCE' iv_repname = gv_repid it_seltab = gt_seltab.



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 /SAPAPO/OM_PERFORMANCE or its description.