Skip to Content
0
Jan 15, 2011 at 04:42 AM

issue when call a WEBSERVICE to pass TABLE

22 Views

I just create a webservice to pass a string and a table(KNA1).

It work well by calling it in IE:both String and table can be pass.

But when I call the webservice by ABAP,only the string can pass,

the Table is NULL.

How to do with this issue?Please