Skip to Content
0
Former Member
Jan 07, 2012 at 11:05 AM

Unable to retrive the data from BAPI

38 Views

Hi All,

I have created an app using BAPI.For that used standard code,application is running but data is not retrieved. Please help me regarding this.Following code is used in custom controller wdDoinit() method.

public void wdDoInit()

{

//@@begin wdDoInit()

// Create a new element in the Bapi_Flight_Getlist_Input node

Zbapi_Timesheet_Input input = new Zbapi_Timesheet_Input();

wdContext.nodeZbapi_Timesheet_Input().bind(input);

// Create new elements in the Destination_From and Destination_To nodes

input.setAction(new Zbapi_Timesheet_Input().getAction());

//@@end

}