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

Meta-Data are missing for table

former_member182832
Participant
0 Likes
636

Dear ALL ,

I am trying to call "HR_READ_INFOTYPE" from a Java program using rfc and I got this error:

" Meta data equal to null is not allowed for field INFTY_TAB with type TABLE in meta data instance TABLES "

the required table INFTY_TAB is used as a generic table in the function module. I tried to use PA0008 but it seems it is not possible to use it through  RFC call.  How can I avoid this exception?

Thanks in advance.

Mehdi.

1 ACCEPTED SOLUTION
Read only

JarosBaw
Active Participant
0 Likes
526

Hi,

This function by default is not remote enabled. Loot at

Regards,

Jarek

2 REPLIES 2
Read only

JarosBaw
Active Participant
0 Likes
527

Hi,

This function by default is not remote enabled. Loot at

Regards,

Jarek

Read only

0 Likes
526

Hi Jarek

Thanks for your answer 

I will wrap thé FM into another with remote access.