Application Development and Automation 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: 
Read only

eCATT

Former Member
0 Likes
847

Hello,

Is it possible to test master data account creation in ecatt. Have already done this but when I execute the script for master data it shows an error that master data already created.

Regards,

Manoj

1 ACCEPTED SOLUTION
Read only

Vny12
Product and Topic Expert
Product and Topic Expert
0 Likes
830

Hi manoj,

I assume that , you have recorded a transaction and saved.

you are trying to execute again,here we get error , master data already exists ,because,you have not changed the master data number.

SAY u recorded script using number 123.

Now 123 is in system stored as master data.

You again execute the script,without changing 123 its obvious that we get error that data already exists,so please change 123 to 124 and execute.

Parameterize the field for easy change of data everytime.

i hope it helps

regards

vinay

Hello,

Is it possible to test master data account creation in ecatt. Have already done this but when I execute the script for master data it shows an error that master data already created.

Regards,

Manoj

4 REPLIES 4
Read only

Former Member
0 Likes
830

Hi

I am having same error. Could you be able to fix it ?

Thanks

SN

Read only

0 Likes
830

Hi,

Still i am not able to fix the issue.

Regards,

Manoj

Read only

Vny12
Product and Topic Expert
Product and Topic Expert
0 Likes
831

Hi manoj,

I assume that , you have recorded a transaction and saved.

you are trying to execute again,here we get error , master data already exists ,because,you have not changed the master data number.

SAY u recorded script using number 123.

Now 123 is in system stored as master data.

You again execute the script,without changing 123 its obvious that we get error that data already exists,so please change 123 to 124 and execute.

Parameterize the field for easy change of data everytime.

i hope it helps

regards

vinay

Read only

Former Member
0 Likes
830

Hello ,

Reason for the error is that the data is already created in the target system when the script is execute. When you execute again the script tries to create the same data again in the target system which is not possible as the data already exists So the values you need to pass needs to be parametrized so that you can pass different values when executed.

Once the script is recorded.

To make it reusable so that the other colleagues who needs this script of yours can use it by passing there own values to the fields , this requires parametrize the fields so that when the script is executed you can pass values to the parametrized fields at run time.

Hope it answers your question.

Thanks and Best regards,

Ajay