Skip to Content
0
Former Member
Nov 24, 2008 at 09:34 PM

Problem with java code Mobile 7.1

33 Views

Hi Mobile friends,

I have a problem when trying to make a webdynpro for laptop application under MI 7.1 I´m doing the same steps mentioned at the tutorial at help.sap (creating service order app) but instead use the custom data objects I used a standar data object called USER_DETAILS. My problem is that I cant find the metod model.createUSERDETAILS_USERDETAILS_ROOT . Can anybody help me with this issue.

I want to test a laptop application with Standar Data Objects delivered by SAP.

public void supplyUSERDETAILS_USERDETAILS_ROOT(IPrivateTest02Comp.IUSERDETAILS_USERDETAILS_ROOTNode node, IPrivateTest02Comp.IContextElement parentElement)

{

//@@begin supplyUSERDETAILS_USERDETAILS_ROOT(IWDNode,IWDNodeElement)

ModelTest model = ModelTest.getInstance();

Collection col = model.getUSERDETAILS_USERDETAILS_ROOTs();

if(col == null)

{

USERDETAILS_USERDETAILS_ROOT inst =

model.createUSERDETAILS_USERDETAILS_ROOT (method doesn´t exist)

}

//@@end

}

Regards,

David Faustini