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

Replace Generic Parameter Types'.

Former Member
0 Likes
816

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

1 REPLY 1
Read only

Sm1tje
Active Contributor
0 Likes
530

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.