cancel
Showing results for 
Search instead for 
Did you mean: 

Calling a Method in Web Dynpro ABAP

Former Member
0 Kudos

Hi Experts,

I have created a class in se24 and called its methods in web dynpro by simply creating its object. It is working fine. After that i came to know that method should be called through creating a service call in WD.

What is the standard way and why?

Thanks

Ravindra.

View Entire Topic
Former Member
0 Kudos

Ravindra,

As per MVC architecture of WD ABAP, you should create all your business logic (FM,Methods etc.) into your assistance class only. Later, you can use those methods in your views.

Thanks,

Ravin