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

while defining function module

Former Member
0 Likes
459

I am confronted with the error: Record_tab is not an internal table, occurs n specification is missing etc..

At import segment I have used Record_tab.

What can I do?

Thanks in advance.

Deniz

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
417

Is Record_Tab an IMPORTING or EXPORTING parameter? If so, does it reference a table type? If not, you should create a table type in the ABAP dictionary and reference this table type when defining the parameter. Or you could simply use the TABLES parameter

Regards,

Rich Heilman

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
418

Is Record_Tab an IMPORTING or EXPORTING parameter? If so, does it reference a table type? If not, you should create a table type in the ABAP dictionary and reference this table type when defining the parameter. Or you could simply use the TABLES parameter

Regards,

Rich Heilman

Read only

alex_m
Active Contributor
0 Likes
417

Check your table record_tab is referenced any table type.

Read only

Former Member
0 Likes
417

hi deniz,

Just go for Record_Tab is Refrenced any table Type.

Majed Khan