Application Development and Automation 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: 
Read only

SE37, Function module test, copy & paste table values ?!?!

Former Member
0 Likes
3,058

Hi all,

if i run a function module test with se37 and want to fill the table values from the clipboard, nothing happens.

There is a button in the Status line called "Insert Data" with the clipboard symbol but it seems not to work...

Anyone here who knows how to solve this ? By the way are there any new transactions for testing function modules, where ALV Grid is used for parameter transfer for the tables ?

Thx....

2 REPLIES 2
Read only

Former Member
0 Likes
1,135

Hi Roman.

You are correct,,

the error is because you need to enter the data properly,, just open the FM before running it for test & look for the Import parameters...

Some will be Mandatory... you need to pass the data properly without missing anything.

Thanks & regards,

Dileep .C

Read only

Former Member
0 Likes
1,135

Hi,

If you check that properly it is for INSERT DATE not data so it may be used to insert Dates in date fields i guess.

As it is only for testing FM's, you cannot expect all functionalities there, otherwise you have to write a sample program to check the FM using CALL Function.

Regards

Karthik D