SAP Reports / Programs

RSODSO_IMO_DATA_VERIFY SAP ABAP Report - Data verfification of the SAP-HANA-opt. activation







RSODSO_IMO_DATA_VERIFY 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 RSODSO_IMO_DATA_VERIFY 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 RSODSO_IMO_DATA_VERIFY. "Basic submit
SUBMIT RSODSO_IMO_DATA_VERIFY AND RETURN. "Return to original report after report execution complete
SUBMIT RSODSO_IMO_DATA_VERIFY 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: I_ACT = Test Activation
Selection Text: I_CLDT = Test Deletion from Changelog
Selection Text: I_COND = Condense requests
Selection Text: I_CYCLES = Test Runs
Selection Text: I_GEN = Create scenario (runtime)
Selection Text: I_GENCL = Create scenario (CL Delete)
Selection Text: I_GENM = Create scenario (migration)
Selection Text: I_MAXDUP = Maximal number duplicates
Selection Text: I_MIGR = Test of migration
Selection Text: I_MOBIN = Without chng log (stored proc)
Selection Text: I_MOFULL = Keeping the change log
Selection Text: I_MOSQL = Without change log (SQL)
Selection Text: I_MPS = Package Size for Data Transfer
Selection Text: I_NKRAT = Ratio new/existing sets
Selection Text: I_NUMKEY = Number different keys
Selection Text: I_NUMREQ = Number of Requests
Selection Text: I_RE = Reproduce Test
Selection Text: I_REF = Only create data
Selection Text: I_ROLL = Rollback Test
Selection Text: I_SEED = Seed of Previous Test Run
Selection Text: I_SKIPUI = Do Not Display Check Details
Selection Text: I_VAT = Active data
Selection Text: I_VCL = Change Log
Title: Data verfification of the SAP-HANA-opt. activation
Text Symbol: 001 = Test successful
Text Symbol: 002 = Test Failed. Result:
Text Symbol: 003 = Configuration for Test Runs with Random Data
Text Symbol: 004 = Reproduce Test Case
Text Symbol: 005 = Distribution per Req.
Text Symbol: 006 = Old Configuration (Provider and Data Distribution) is Read
Text Symbol: 007 = !!!
Text Symbol: 008 = Action
Text Symbol: 010 = Data Verification is Currently Being Used:
Text Symbol: 011 = Continue
Text Symbol: 012 = Transaction is locked
Text Symbol: 013 = Cancel
Text Symbol: 020 = Data Verification
Text Symbol: 021 = Data Generation





Text Symbol: 022 = Test Runs
Text Symbol: 023 = Scenario Description
Text Symbol: 030 = Note: 8 runs are required for a rollback test,
Text Symbol: 031 = to simulate the deletion of a request in all cancelation scenarios
Text Symbol: 032 = Configuration of Test (Activation/Rollback, Data Distribution, Runs)
Text Symbol: 033 = is automatically determined when a SEED is specified
Text Symbol: 040 = Not-condensed requests will only
Text Symbol: 041 = be created, if only data are generated
Text Symbol: 050 = Migration Options
Text Symbol: 099 = WORK IN PROGRESS - DO NOT USE


INCLUDES used within this REPORT RSODSO_IMO_DATA_VERIFY

INCLUDE RSODSO_IMO_DATA_VERIFY_GENEF01.


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:

RSODSO_MPP_SHOW_RESULT CALL FUNCTION 'RSODSO_MPP_SHOW_RESULT' EXPORTING i_datastore_mpp = l_datastore_tgt i_datastore_std = l_datastore_src i_t_msg = l_t_msg i_eval_mpp = rs_c_false.



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