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: 

How to compare two saved test data of an ABAP Function Module (SE37)

bbalci
Contributor
0 Kudos
815

Hi,

I frequently use test variants for ABAP function modules on transaction SE37, also on ABAP debugger there is a very useful option to save current parameters of a function module as test data as well.

But I always need to compare test variants to each other to find problems and I spend a lot of time for it. For example there is a BAPI call from an RFC / Web Service session which is not producing same result as another ABAP program, to detect the problem, I need to find out which parameters are missing or wrong so I'm comparing all the parameters of both calls.

Is there any automated solution to compare 2 test variants of an ABAP function module ? This can save many working hours.

Thanks in advance

Bulent Balci

1 REPLY 1

Sandra_Rossi
Active Contributor
568

It would not be too complex to create a comparison program if you use API to Read and Write function module Test Data (SE37) | SAP Blogs