SAP Reports / Programs | Basis Components | Basis Components | eCATT Extended Computer Aided Test Tool(BC-TWB-TST-ECA) SAP BC

RSECATT_MASS_CHANGE_VERSIONING SAP ABAP Report - eCATT - Change Versioning







RSECATT_MASS_CHANGE_VERSIONING is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Mass change to the attributes for version determination of the eCATT objects test script and test data container...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RSECATT_MASS_CHANGE_VERSIONING 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 RSECATT_MASS_CHANGE_VERSIONING. "Basic submit
SUBMIT RSECATT_MASS_CHANGE_VERSIONING AND RETURN. "Return to original report after report execution complete
SUBMIT RSECATT_MASS_CHANGE_VERSIONING 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: PF_SP = D .
Selection Text: PF_RELE = D .
Selection Text: PF_COMP = D .
Selection Text: SO_ECTD = Test Data
Selection Text: SO_ECSC = Test Script
Selection Text: PF_ORIG = Development/Correction
Selection Text: PF_COPY = Repair
Title: eCATT - Change Versioning
Text Symbol: 140 = Do You Want to Continue?
Text Symbol: 133 = Update list
Text Symbol: 132 = Deselect All
Text Symbol: 131 = Select All
Text Symbol: 124 = Transport
Text Symbol: 123 = Filter
Text Symbol: 122 = Changeable
Text Symbol: 121 = Selection
Text Symbol: 120 = Entries found
Text Symbol: 110 = Enter objects in transport request/task
Text Symbol: 107 = to
Text Symbol: 106 = Change from
Text Symbol: 105 = Delete
Text Symbol: 104 = Set
Text Symbol: 103 = Change
Text Symbol: 102 = Version Attributes
Text Symbol: 101 = Object Names
Text Symbol: 100 = Object Selection
Text Symbol: 008 = Setting of eCATT Versioning Attributes
Text Symbol: 007 = Deletion of eCATT Versioning Attributes
Text Symbol: 006 = Modification of eCATT Versioning Attributes
Text Symbol: 005 = Test Configuration
Text Symbol: 004 = Test Script
Text Symbol: 002 = Was not found


INCLUDES used within this REPORT RSECATT_MASS_CHANGE_VERSIONING

INCLUDE RSECATT_MASS_CHG_VERS_CL_DEF.
INCLUDE RSECATT_MASS_CHG_VERS_CL_IMP.
INCLUDE RSECATT_MASS_CHANGE_VERSIONTOP.
INCLUDE RSECATT_MASS_CHANGE_VERSIONF03.
INCLUDE RSECATT_MASS_CHANGE_VERSIONF01.
INCLUDE RSECATT_MASS_CHANGE_VERSIONF02.





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:

No SAP FUNCTION MODULES are executed within this report code!



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