‎2006 Feb 09 10:09 AM
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
‎2006 Feb 09 10:13 AM
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.
‎2006 Feb 09 10:13 AM
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.
‎2006 Feb 09 10:38 AM
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
‎2006 Feb 09 10:43 AM
FUNCTION ABC.
form XYZ
endform. "ZYX
ENDFUNCTION.
U might have deleted/comented the Endfunction while
enhancing the object.
‎2006 Feb 09 10:57 AM
Hi Reni,
Where are u defining your FOM - ENDFORM specifications.
Thanks & Regards,
Ankur