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

Table getting null value

Former Member
0 Kudos
416

Hi Experts,

I am completely new to Flex development. We are making a flex application which will be calling a web service

made through ABAP RFC. Now this webservice is exporting us a number , string and a table of some results. We

are able to capture number and string getting returned from web service but we are getting table result as null.

Can anyone show us the way why is this happening? Where are we going wrong?

Regards,

Gopal

1 ACCEPTED SOLUTION
Read only

athavanraja
Active Contributor
0 Kudos
392

is the table in question in the FM is a tables parameter or in export parameter.

if its in tables parameter , you have to send a blank record while calling the webservice

Regards

Raja

3 REPLIES 3
Read only

athavanraja
Active Contributor
0 Kudos
393

is the table in question in the FM is a tables parameter or in export parameter.

if its in tables parameter , you have to send a blank record while calling the webservice

Regards

Raja

Read only

0 Kudos
392

Hi Durairaj,

Thanks for suggestion. I will try it out. The table is in tables parameter.

Regards,

Gopal

Read only

0 Kudos
392

also suggest you to go thru this thread