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

Version Compatibility on Type Specification Like

Former Member
0 Likes
445

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

2 REPLIES 2
Read only

Former Member
0 Likes
415

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

Read only

Former Member
0 Likes
415

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