Application Development 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: 

Perform statement in include of an User-exit

Former Member
0 Kudos

Hi,

Can I use perfrom statement in an include program of a function module ( User-Exit ). I have to call a function module two times in the include program. So, I tried to use perform statement. But it's not allowing me to do so.

Please let me know...

Thanks in Advance,

John Vikram V

2 REPLIES 2

amit_khare
Active Contributor
0 Kudos

You may try by writing FORM-ENDFORM in a different include program instead of the same include and call that include in this include....otherwise no.

Regards,

Amit

0 Kudos

Hi Amit,

Thanks a lot....

Thanks & Regards,

John Vikram V.