‎2008 Jun 11 9:57 AM
Hi All,
I ahve a user exit.
In include of that User exit, I have writen my code.
with some perform statements.
When I try to activate the user exit include.
It is giving me error . Saying
Incorrect nesting: Before statement "FORM" the structure introduced by "Function" must be concluded by "ENDFUNCTION"
Eg : of my program.
Include XXXXXXX
in this include I have written code.
Select
perfrom XX
form XX
code.
endform.
‎2008 Jun 11 9:10 PM
‎2008 Jun 11 9:11 PM
hi,
you can't write form implementation inside this include
program (form....endform)
greetings,darek
‎2008 Jun 11 9:37 PM
Hi ,
You should write the code directly instead of having a perform in the include. As the code that you are writing in the include is directly within the Function... endfunction statement, you cannot write forms there.
Regards,
Kavitha