2022 Apr 06 1:12 PM
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
2022 Apr 06 1:43 PM
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