HI Everyone
I have created a ARFC2Model in NWDS 7.3. Followed the following link to create the model
http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/50f7192d-2808-2d10-189b-df3fa5f71abf
1) Imported the RFC and created ARFC2Model
2) Mapped the model nodes to component controller
3) written a method to execute the RFC in component controller The model gets successfully executed. There is no exception but still the data is not returned. I had put the debug point in RFC and it stops there.
input.execute(); wdComponentAPI.getMessageManager().reportSuccess("Value from backend " + input.getCt_Inco().size());
Here the size is returned as 0.
Could anyone please tell where could be the issue?
Regards Sonal Edited by: Sonal Mangla on Jan 7, 2012 1:00 AM
Edited by: Sonal Mangla on Jan 7, 2012 1:01 AM