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: 

Function module test directory save by abap code

0 Kudos
906

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

raymond_giuseppi
Active Contributor
0 Kudos
814

Look at FM of group SEUJ such as RS_TESTDATA_DIRECTORY_GET.

0 Kudos
814

raymond.giuseppi Please tell exact FM.

Sandra_Rossi
Active Contributor
814

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.

ansari_mobbasher
Explorer
0 Kudos
814

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

Sandra_Rossi
Active Contributor
0 Kudos
814

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