Skip to Content
0
Former Member
Apr 24, 2009 at 09:47 AM

Pass data to global table by service call

14 Views

Hi all,

I am using a web service to call a RFC function module into my web dynpro component.When I create a new service then a new custom controller will created and in this controller a method is created for FM.

Now my query is, when I run the WD application, FM will retun a table at my end and I want to use it at view level.

I declared a global table in Component controller attribute and want to fill that table when I execute service. when I use wd_this-><Table name> (at custom controller level, in method for FM) then it shows me that this table is not exist.

Please suggest how to fetch table's value.

Thanks

Sanket sethi