cancel
Showing results for 
Search instead for 
Did you mean: 

Instead of FORM...

Former Member
0 Kudos

Hi!

What are you using for simple, reusable code parts in the WDA environment, instead of the FORM....ENDFORM and PERFORM routines, what you used in the ABAP environment?

I'm just collecting ideas to find the most simple and flexible solution

Thank you

Tamá

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

You should/must use ABAP OO concepts to modularize your code in Web Dynpro ABAP. You would use methods instead of forms for instance.