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

Function module test directory save by abap code

0 Likes
2,277

I have a function module and I want to save the test directory of the fm by abap code .

I don't want to save it manually.

Is there any FM or BAPI for this ?

5 REPLIES 5
Read only

RaymondGiuseppi
Active Contributor
0 Likes
2,185

Look at FM of group SEUJ such as RS_TESTDATA_DIRECTORY_GET.

Read only

0 Likes
2,185

raymond.giuseppi Please tell exact FM.

Read only

Sandra_Rossi
Active Contributor
2,185

No FM, no BAPI.

Just this one: GitHub - sandraros/FM-Test-Data: Utility to read and save Function Module Test Data

Disclaimer: I'm the author.

PS: if you don't know what Git and abapGit are, you can't use it.

Read only

ansari_mobbasher
Explorer
0 Likes
2,185

sandra.rossi Is there any way apart from your class to save the test directory of a FM?

Read only

Sandra_Rossi
Active Contributor
0 Likes
2,185

SAP standard solution is just horrible, but I understand that the solution I propose is modern and powerful but cumbersome.