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 script reference call with table parameter

Fl0r1n
Participant
0 Likes
1,483

Hi community,

lately I encountered a pretty "strange" problem with some eCatt scripts that actually worked with no problem in the last 2 years, until last week after a system update..

Long story short, to describe the problem by using two dummy scripts, for the sake of simplifying the case:

  • We have two eCatt test scripts: one as a wrapper (YTS_DUMMY_WRAPPER), and a second one as a default script (YTS_DUMMY_DEFAULT), which is being called by the wrapper script;
  • The wrapper script has a parameter table (GT_ECATT_PARAMETER) which will be passed as importing parameter when calling the default script;

Problem:

When calling the default script assigning to IT_ECATT_PARAMETER the GT_ECATT_PARAMETER, one encounters the following error message: Parameter <parameter_description> is not defined.

Wrapper script screenshot:

Default script screenshot:

An the errors after the execution of the wrapper script:

Thanks for your suggestions!
Florin

1 ACCEPTED SOLUTION
Read only

Fl0r1n
Participant
0 Likes
1,255

Problem solved. The issue was that SAP HANA has another behavior, comparing to an old ERP system.

I just used test containers instead of table parameters in the script. In the script code afterwards you can check and use all the test container parameters in order to further develop your test.

1 REPLY 1
Read only

Fl0r1n
Participant
0 Likes
1,256

Problem solved. The issue was that SAP HANA has another behavior, comparing to an old ERP system.

I just used test containers instead of table parameters in the script. In the script code afterwards you can check and use all the test container parameters in order to further develop your test.