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

perform statement in ECC 6.0

Former Member
0 Likes
334

hi,

So is it the best practice that we have to avoid creating FORM-ENDFORM in ECC 6.0 and also avoid using PERFORM statement ? what will be the alternative for this ?

I have a couple of includes where there are lots of FORMS.

thks

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
314

Use METHODS instead of creating FORM-PERFORM. ECC is all about Object Oriented Concepts.

1 REPLY 1
Read only

amit_khare
Active Contributor
0 Likes
315

Use METHODS instead of creating FORM-PERFORM. ECC is all about Object Oriented Concepts.