cancel
Showing results for 
Search instead for 
Did you mean: 

Application Error

Former Member
0 Kudos

Hi,

Iam working on Flight list application.It is showing an error as The method nodeOutput_Flbooking() is undefined for the type IPublicFlightBooking .IContextnode.The code present is

public void ExecuteBapi_FlightBooking( )

{

//@@begin ExecuteBapi_FlightBooking()

IWDMessageManager manager = wdComponentAPI.getMessageManager();

try {

// Calls remote function module BAPI_FLBOOKING_Createfromdata

wdContext.currentBapi_Flbooking_Createfromdata_InputElement().modelObject().execute();

// Synchronise the data in the context with the data in the model

wdContext.nodeOutput_Flbooking().invalidate();

} catch (WDDynamicRFCExecuteException ce) {

manager.reportException(ce.getMessage(), false);

}

//@@end

Let me know what todo to get rid of this problem.

Regards,

Sridar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sridar,

You can reload / rebuild the project.

And if you have not incorporated a lot of logic, then delete the exiting model and import it again.

Regards,

Kartikaye

Answers (2)

Answers (2)

anoop_gupta2
Participant
0 Kudos

hi,

Either try to reimport all the classes,

OR

rebuild the project.(reload)

Best Regards.

Former Member
0 Kudos

Hi ,

Check nodeOutput_Flbooking() is exist in your context structure under Bapi_Flbooking_Createfromdata_Input node.

Regards,

Charan

Former Member
0 Kudos

I have checked it..it is there

Former Member
0 Kudos

try to import all of classes with ctrlshiftO

Regards

Marcos