Application Development 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: 

Copy data from the test data directory to a new function module

Former Member
0 Kudos

Hi experts,

I am required to copy data from the test data directory on on function module in order to make it available for another function module at execution in se37.

What is the best way to achieve this?

Or, if nobody has attmpted this before, where is the best place to start looking?

many thanks,

Ali.

3 REPLIES 3

Former Member
0 Kudos

Hi,

You will have to use the cluster table EUFUNC to do that. You can get inspired by some FMs such as RS_TESTDATA_DIRECTORY_GET or RS_TESTDATA_GET.

You could also debug the 'Test data directory' function on SE37, with a closer look to the import/export forms in include LSEUJFDB, named db_import_datadir & db_export_datadir.

Hope this gives some leads...

Kr,

Manu.

Former Member
0 Kudos

Hello,

just enter TESTTRANS to the transaction window from test function module initial screen. you will be able to copy testcases from other system entered as FRC destination in subsequent dialog window.

KR

Jan

0 Kudos

Jan,

Fantastic answer.

Much appreciated.

AK