‎2008 Apr 17 1:40 PM
Hi All,
Please help me,
I am running one task its asking the ' Replace Generic Parameter Types'.
Some parameters are generically typed. Enter concr
the required length for these parameters.
I don't know, what value i should type the 'Concrete type' coulm..
Thanks & regards
Subbu
‎2008 Apr 17 1:47 PM
This depends on what exactly you are doing. You are using a generic parameter like, type table, type any, type ref to data, type ref to object, etc.
In case of type table, this means that any internal table, no matter what structure it has, can be passed in this method (subroutine). But when you are trying to use this parameter, than you cannot just always use it like that, since for example the function module your are trying to call requires an internal table with a certain (CONCRETE) structure.
Maybe you can post part of your code and we can have a look.