2008 Jan 16 6:24 AM
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
2008 Jan 16 7:47 AM
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
2008 Jan 16 7:47 AM
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
2008 Jan 16 8:14 AM
Hi Durairaj,
Thanks for suggestion. I will try it out. The table is in tables parameter.
Regards,
Gopal
2008 Jan 16 8:27 AM