cancel
Showing results for 
Search instead for 
Did you mean: 

eCATT and txt files????

Former Member
0 Kudos

Hi all, I am new on this topic (eCATT) but I wonder if it admits testing/using procedures which get data from external txt files, like CATT does. If so, how do I define txt file structure and link it with parameters?

Any help will be very useful.

Thanks in advance

Arturo Campos

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Arturo,

it works in Web AS 6.40 but unfortunately not in Release 6.20.

Try the following workarounds for importing text files in 6.20:

- Use copy and paste to insert variants into a test configuration

- Use inline ABAP in a script to upload data into an internal table using the class CL_GUI_FRONTEND_SERVICES. This class has a method that uploads a tab-delimited text file into an internal table.

Regards

Jon

Former Member
0 Kudos

Thank you for your quick answer. I will try it.

Regards,

Arturo Campos