Skip to Content
0
Former Member
May 13, 2008 at 10:28 AM

getting data into itembox from rfc

15 Views

hi

i have writen the follwing code to get the rfc data into the

itemlistbox

IPrivateTestView.IG_XXX_ModelElement carModelElement=wdContext.nodeG_Car_Model().createG_XXX_ModelElement(new Zlgs_Sglfild_Model());

carModelElement.getP_Model();

wdContext.nodeG_Car_Model().addElement(carModelElement)

and i have called the rfc from the component controller

but i am not able to get the data into the itemlistbox

i have binded the node to the datasource and text to the xxx

can any one help me out? its urgent ?