SAP Reports / Programs | Basis Components | Database Interface, Database Platforms | liveCache Applications(BC-DB-LCA) SAP BC

/SAPAPO/OM_COM_TEST SAP ABAP Report - COM Tests







/SAPAPO/OM_COM_TEST 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_COM_TEST 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_COM_TEST. "Basic submit
SUBMIT /SAPAPO/OM_COM_TEST AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPAPO/OM_COM_TEST 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_TRACE = Additional Trace Information
Selection Text: P_STEP = Step
Selection Text: P_SAVE = Save and List Output
Selection Text: P_RAND = Random Number
Selection Text: P_PACK = Package
Selection Text: P_DORETR = Do Retrace
Selection Text: P_ALLST = All Steps of a Package
Selection Text: P_ALLPA = All Packages to 100,000
Title: COM Tests
Text Symbol: 501 = Error
Text Symbol: 500 = Error in Flush
Text Symbol: 122 = Delete All Entries
Text Symbol: 121 = Delete Entry
Text Symbol: 120 = Next Step
Text Symbol: 114 = Sel. Package
Text Symbol: 113 = Select Step
Text Symbol: 112 = All Packages
Text Symbol: 111 = Next Step
Text Symbol: 100 = SAP_APO_COMTEST
Text Symbol: 020 = Module Name
Text Symbol: 019 = Time Stamp
Text Symbol: 018 = Next Transaction Command
Text Symbol: 017 = First Error at
Text Symbol: 016 = Test Cases
Text Symbol: 015 = SQL Code
Text Symbol: 014 = Step:
Text Symbol: 013 = Package:
Text Symbol: 012 = Additional Trace Info.
Text Symbol: 011 = Do Retrace
Text Symbol: 010 = Random Number
Text Symbol: 009 = Error in Package
Text Symbol: 008 = Package
Text Symbol: 007 = Packages
Text Symbol: 006 = Steps
Text Symbol: 005 = All Steps
Text Symbol: 004 = Step
Text Symbol: 003 = liveCache Rollback
Text Symbol: 002 = liveCache Commit





Text Symbol: 001 = No Transaction


INCLUDES used within this REPORT /SAPAPO/OM_COM_TEST

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:

QF05_RANDOM_INTEGER CALL FUNCTION 'QF05_RANDOM_INTEGER' EXPORTING ran_int_max = 10000000 ran_int_min = 1 IMPORTING ran_int = p_rand EXCEPTIONS invalid_input = 1 OTHERS = 2.

/SAPAPO/OM_SAVE_RESULT CALL FUNCTION '/SAPAPO/OM_SAVE_RESULT' EXPORTING duration = gv_duration counter = gv_counter programname = '/SAPAPO/OM_COM_TEST' variantname = sy-slset comment = gv_comment tstset_guid = gs_tstuid-tstset_guid.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING is_layout = gs_layout_list it_fieldcat = gt_fieldcat_list TABLES t_outtab = gt_comtest EXCEPTIONS program_error = 0 OTHERS = 0.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Fehler'(501) txt2 = sy-subrc txt1 = 'Fehler in Flush'(500).

/SAPAPO/OM_PLAN_VERSION_CHANGE CALL FUNCTION '/SAPAPO/OM_PLAN_VERSION_CHANGE' EXPORTING it_plan_version = lt_plv EXCEPTIONS lc_connect_failed = 1 lc_com_error = 2 lc_appl_error = 3 OTHERS = 4.



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