Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Doubt regarding versioning of ecatt scripts/test data

tangermayer
Associate
Associate
0 Kudos

Hi colleagues,

I have a version issue within my ecatts.

I have a script which has two versions: 1 and 2

For the Relaese FP2.5 version 1 is used: Versioning data is SAP_BYD 200

For the Relaese FP2.6 version 2 is used: Versioning data is SAP_BYD 201

We want to use version 2 also for FP3.0 which requires versioning data SAP_BYD 210?

Do I have to add the versioning data SAP_BYD 210 to version 2? If yes, I would have to add new versioning data for each new release.

I would expect that the entered versioning data determines from which release on the script is valid.

Regards Thomas

1 REPLY 1

Former Member
0 Kudos

Hi Thomas,

you are right, in your case you have to add the versioning information about the new release to the version 2 of your objects.

You have several options to do so:

- opening the script version in SECATT and adding the version info in script versions attributes

- opening the version editor screen of the script and add the release to version 2

- use the report RSECATT_MASS_CHANGE_VERSIONING to execute the attribute change for multiple objects at once, maybe for a test suite (this report is available in releases above SAP_BASIS 7.10 )

In addition there is a possibility to set the versioning attributes more general in case one expects that the script will not require special adaption to future releases. In such case give wildcards in the release field and only software components will be checked.

For you this means SAP_BYD *. Using this construct you would attribute the version 2 to be used on every SAP_BYD release except the one's which are maintained at other version of the script. Unfortunately there is no knowledge about release requence.

I hope this helps you in solving your problem.

Kind Regards

Jens