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

Insert Data into Test Data container via ABAP

Former Member
0 Likes
814

Hello,

I would like to use eCatt test data container for ABAP unit test-classes. For testing I read the data from test data container via cl_apl_ecatt_tdc_api->get_value(). Now, I would like to set data into the test data container. The class cl_apl_ecatt_tdc_api doesn't have a setter-Methode for value.

How I can insert data into test data container with ABAP-Code?

Thanks

Maik

2 REPLIES 2
Read only

Former Member
0 Likes
527

Hi,

You can write a piece of code to export all the data into an excel and import the same in tdc i remberer the order save BADI would be helpful to achieve the same

Best Regards,

Sarveshvaran

Read only

Former Member
0 Likes
527

Hi,

You can write a piece of code to export all the data into an excel and import the same in tdc i remberer the order save BADI would be helpful to achieve the same

Best Regards,

Sarveshvaran