on ‎2021 Oct 30 5:12 PM
Hi expert,
if i run a function module test with se37 and want to fill the table values from notepad or Excel nothing happens.
Anyone here who knows how to paste value in FM ?
PS : There is a button in the Status line called "INSERT DATE" with the clipboard symbol but not to work so it may be used to insert Dates in date fields i guess.
Thank you

Request clarification before answering.
Another solution is to add a break-point in the function module, run it in the normal context, if you know it of course, and when the backend debugger starts, tool > fast variable display > context menu > save parameters as test data. Then run the test data using SE37.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
One of the solutions is to run your function module via SE37 in debug mode (Execute with debug), and upload the parameter values via the debugger, right before the actual "call function".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Samy, I don't think this option is available.
However you can create a program in SE38 to read/upload the data from notepad or excel.
Inside this program you can call your FM filling the table values
and in debugging mode you can test your FM.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 56 | |
| 28 | |
| 21 | |
| 10 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.