Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

error when generating object

Former Member
0 Likes
705

wot does this mean...Method 'EXECUTE ' is implemented but not defined ?

how to solve this ..

regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
617

Hello,

Means that the method is not in the DEFINITION part of the class. Go to the class definition and look for this method. If you created the class, just add the method with it's parameters to the class definition.

Regards.

3 REPLIES 3
Read only

Former Member
0 Likes
618

Hello,

Means that the method is not in the DEFINITION part of the class. Go to the class definition and look for this method. If you created the class, just add the method with it's parameters to the class definition.

Regards.

Read only

Former Member
0 Likes
617

you need to do definition for the method

you have only executed but not defined

first of all you are using which class global class or local class

Read only

Former Member
0 Likes
617

hi bright,

please b clear in your requirement first.

what i can get is that u are generating an object by creating a method into it...this is regarding business objects...

if execute is the method that u have created...do 1 thing ...go to the program tab..a pop-up appears there...press yes...it leads you to coding screen...press enter there and click save...nw again try generating the object...

hope this will work for u...and do let me know

regards

kanika