Hi Gurus,
I would appreciate your knowledge and input with this question of mine.
I have an extensive code, over 1600 lines now and all my validation are done and working 100 percent correctly.
I am doing 9 calls to a webservice and need now to compare the results of my results table to my sap results table.
I tried to use:
Loop table1 into wa
Read table2 into wa
With key ....,
BUT
I really cannot compare all the fields I need to compare because in each call I make to the webservice I use diferent keys.
What is the best way of doing this?
I have tried a couple of things but with no success.
I thought now reading tables 9 times separately, storing the result and after move all those results to a final structure and display.
Is there a better solution?
Please help.
Thank you
F