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 while doing enhancement

Former Member
0 Likes
650

Hi,

I am doing an enhancement.The program is an include program.This include program is inside a function call.I am writing a perform inside the include program.But its giving me an error that "incorrect nesting before form ,the structure introduced by function must be concluded with endfunction".Can you please help me out.

Thanks in advance.

Regards

Reni

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
607

Hi reni,

1. u are writing FORM-ENDFORM.

2. write this after the line.

ENDFUNCTION.

ie. After the line, where the

function ends.

regards,

amit m.

4 REPLIES 4
Read only

Former Member
0 Likes
608

Hi reni,

1. u are writing FORM-ENDFORM.

2. write this after the line.

ENDFUNCTION.

ie. After the line, where the

function ends.

regards,

amit m.

Read only

Former Member
0 Likes
607

Hi,

function ztest_abc.

[code]perform test_form.

form test_from.



endform.

endfunction.[/code]

form and endform block should be inside function and endfucntion.

regards

vijay

Read only

Former Member
0 Likes
607

FUNCTION ABC.

form XYZ

endform. "ZYX

ENDFUNCTION.

U might have deleted/comented the Endfunction while

enhancing the object.

Read only

Former Member
0 Likes
607

Hi Reni,

Where are u defining your FOM - ENDFORM specifications.

Thanks & Regards,

Ankur