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 problem with NRIV table

Former Member
0 Likes
474

Hi,

We have to do an ecatt sript to create a new range number.

This range number is created by a BC set that is working fine.

In the ecatt script, we call the BC set with the BCSET command, and maped it with some parameters.

When we test the script, everything works fine, but when we check NRIV table the values of the parameters are not there, and instead, it overwrites the default values in the original record of the BC set.

After some dispair, we realized that the problem was in process of mapping the parameters in the script inteface.

When we replace the value field with the parameter name, we erased the default value to, because it´s not doing nothing there, but in fact, this is the reason of the problem.

If we fullfill the default value, the script writes the parameter values in NRIV table, but we don't understand why..

Does anyone knows why this happens??

Thanks a lot!!

GeRAP Team

Hi,

We have to do an ecatt sript to create a new range number.

This range number is created by a BC set that is working fine.

In the ecatt script, we call the BC set with the BCSET command, and maped it with some parameters.

When we test the script, everything works fine, but when we check NRIV table the values of the parameters are not there, and instead, it overwrites the default values in the original record of the BC set.

After some dispair, we realized that the problem was in process of mapping the parameters in the script inteface.

When we replace the value field with the parameter name, we erased the default value to, because it´s not doing nothing there, but in fact, this is the reason of the problem.

If we fullfill the default value, the script writes the parameter values in NRIV table, but we don't understand why..

Does anyone knows why this happens??

Thanks a lot!!

GeRAP Team

1 REPLY 1
Read only

venkatesh_sakthivel
Active Participant
0 Likes
442

Hi,

From eCATT,we cant analyse much about BC sets.I suggest you to check few things before you execute through eCATT scripts.

i.) Upload and Run your BC Set file manually and check the NRIV table got reflected.

If yes -> then your BC set file is right,only mapping through eCATT is wrong

If No -> please check the logs and fix the problem.

If Yes::

Always compare the customizing entries of Source and Target.

If it matches,no update

if doesnt,update it

If NO::

Create a new BC set file and try it once manually and apply it in the eCATT logic.

hope it helps

Regards,

Venky