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

Problem with call function parameter.

ronaldo_aparecido
Contributor
0 Likes
784

Hi guys.

I am creating a call function RFC and  i Have one table as parameter in Tab TABLES.

This table has fields which are structures.

When I type the name of the table in the TABLES tab an error occurs.

The message error is:

Tables with LIKE can only refer to flat structures

How can I pass this parameter on the tab 'tables' correctly.

Thanks.

1 ACCEPTED SOLUTION
Read only

former_member192854
Active Participant
0 Likes
751

If Nabheet's suggestion doesn't solve it. I think you should add all structures as tables separatly.

4 REPLIES 4
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
751

Try by adding these fields  include/append structure. Use include statemt it will make structure flat

Read only

Former Member
0 Likes
751

Ronaldo

Have you ever tried to create a category table (SE11) and add your table inside and put it in 37 as parameter?

You can add structure in the category table.

Read only

former_member192854
Active Participant
0 Likes
753

If Nabheet's suggestion doesn't solve it. I think you should add all structures as tables separatly.

Read only

0 Likes
751

Thanks sander .

Worked.

Thanks comunitty.