‎2006 Dec 21 10:12 AM
Hi,
I'm Copying one Z Function Module from 4.6 version to 4.7 version. In 4.7 version the Type Specification Like is not allowed. When i'm using the Like type Specification the Internal table which i refered is not holding the value.
Anyone can suggest me how to overcome this problem.
Regards,
Gopal
‎2006 Dec 21 10:15 AM
Hi ,
Are you talking about the interface of the FM , i.e. the parammeters .
If yes , then ony way is ti define a table type of the internal table you want to pass to the FM , and use it.
Regards
Arun
‎2006 Dec 21 10:17 AM
You have to create a structure in se11.
You also need to create a table type of that structure and then use it in the fm interface.
Regards,
ravi