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

Form and Function Module

Former Member
0 Likes
381

Is there a way to put a form endform block into the definition of a function module?

tnx

Gabriele

2 REPLIES 2
Read only

Former Member
0 Likes
353

Hi Gabriele,

I dont think so. I have seen people adding the FORM.... ENDFORM after ENDFUNCTION statement.

But within the FUNCTION.......... ENDFUNCTION i dont think it is possible.

Regards,

Prakash Pandey

Read only

amit_khare
Active Contributor
0 Likes
353

Call an Include and Create FORM - ENDFORM there.

You will not able to directly call it in between definition block.