SAP Reports / Programs

RSODSO_MPP_DATA_VERIFY SAP ABAP Report - Data Verification of MPP Activation







RSODSO_MPP_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_MPP_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_MPP_DATA_VERIFY. "Basic submit
SUBMIT RSODSO_MPP_DATA_VERIFY AND RETURN. "Return to original report after report execution complete
SUBMIT RSODSO_MPP_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_CYCLES = Number
Selection Text: I_DBSYS = DBMS-Specific Statements
Selection Text: I_DEBUG = Start Debugger in Program Run
Selection Text: I_DEL = Deletion Records
Selection Text: I_DUP = Duplicate records
Selection Text: I_FIX = Test with Loaded Requests
Selection Text: I_GEN = Generate Standard Scenario
Selection Text: I_INS = New Records
Selection Text: I_NUMREQ = Number of Requests
Selection Text: I_RAN = Test with Random Data
Selection Text: I_RE = Reproduce Test
Selection Text: I_REGEN = Recreate DataStore Once
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_STSCE = Use Standard Scenario
Selection Text: I_UPD = Updates
Selection Text: I_USSCE = Existing DataSources
Selection Text: I_USSRC = Standard DataStore
Selection Text: I_USTGT = MPP-Optimized DataStore
Selection Text: I_VAT = Active data
Selection Text: I_VCL = Change Log
Selection Text: I_VJT = Temporary Join
Selection Text: I_ACT = Test Activation
Title: Data Verification of MPP 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 = Distrubtion 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: 099 = WORK IN PROGRESS - DO NOT USE


INCLUDES used within this REPORT RSODSO_MPP_DATA_VERIFY

INCLUDE RSODSO_MPP_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.



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