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: 

data transfer from external source (for example excel) into debugger

Former Member
0 Kudos

Hello there,

I just wanted to ask, if it is possible to automatically transfer data (source for example excel) into the debugger.

In my case I have to test a couple of routines (in the abap debugger) with numerous datasets and I can`t enter them manually. (Since there are too many.)

Thanks for any kind of advice,

Stefan

2 REPLIES 2

Former Member
0 Kudos

Hello Stefen,

You can test a value in the debugger, but you cant pass a dataset in to a debugger.

Regards,

Naresh.

0 Kudos

Hi Naresh,

thanks for your answer.

Is it possible to transfer this value to one of the fields (variables...).

So I just pass a couple values to the referring fields and loop it a couple of times?

Thanks

Stefan