Hi Experts ,
I am writing a FM , which has a TABLES parameter of generic type (No type).
Also a importing paramater which gives me the Infotype name.
Inside the FM , I create dynamic workareas and internal tables based on the infotype name passed.
The problem is when I try to assign , the infotype data (passed in the TABLES paramater) , to the dynamically created internal table , I am getting a type conflict error.
The dump says , "You attempted to assign a field to a typed field symbol , but the field does not have the required type".
Please provide me a solution to the problem.
Thanks a lot in advance,
Aditya.