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

about FM

Former Member
0 Likes
429

hi friends,

i want to use FM but when i execute the FM in se 38 it goes in dump and if i test it in se37 then it says type is f . now what should i do .

its simple FM . a and b as importing in FM and c as exporting in source code

c = a + b.

tell me the solution

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
410

Pass the correct type for A B and C.

If they are type F, declare as Data" a type f value 1. etc..

3 REPLIES 3
Read only

Former Member
0 Likes
411

Pass the correct type for A B and C.

If they are type F, declare as Data" a type f value 1. etc..

Read only

Former Member
0 Likes
410

Data Type mismatch,IN e38 give the same data type whatever u hv given for import ,export parameter

Read only

0 Likes
410

Try giving all the variables of same type in FM and then execute in SE38.U can be sure if it is due to the type.

George