‎2008 May 02 5:38 AM
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
‎2008 May 02 5:39 AM
Pass the correct type for A B and C.
If they are type F, declare as Data" a type f value 1. etc..
‎2008 May 02 5:39 AM
Pass the correct type for A B and C.
If they are type F, declare as Data" a type f value 1. etc..
‎2008 May 02 5:42 AM
Data Type mismatch,IN e38 give the same data type whatever u hv given for import ,export parameter
‎2008 May 02 5:52 AM
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