cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SE37 Function module paste data in table ???

boiron007
Explorer
0 Likes
5,693

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

Accepted Solutions (0)

Answers (3)

Answers (3)

Sandra_Rossi
Active Contributor
0 Likes

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.

Sandra_Rossi
Active Contributor
0 Likes

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".

boiron007
Explorer
0 Likes

Hi Sandra,

Thanks for the replies.
Could you explain more in details "upload the parameter values via the debugger, right before the actual "call function" ?
if you have screenshot or any documentation ?

Thanks in advance
Samy

eduardo_heredia
Explorer
0 Likes

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.