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: 

class MODAL

Former Member
0 Kudos
88

Hi,

I am not able to find out this class.

how can i derive a MODAL class.Is there a class called as CL_BSP_MODAL or can i derive it from CL_BSP_CONTROLLER2 class,or can I use another class. I am not able to find it.

Thanks in advance,

.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
59

hi,

There is no class called CL_BSP_MODAL...but u can always create your own class which can be derived from CL_BSP_CONTROLLER2..

Then that class can be used to create controllers and Components..All the methods in CL_BSP_CONTROLLER2 will be accessible in that created class..

1 REPLY 1

Former Member
0 Kudos
60

hi,

There is no class called CL_BSP_MODAL...but u can always create your own class which can be derived from CL_BSP_CONTROLLER2..

Then that class can be used to create controllers and Components..All the methods in CL_BSP_CONTROLLER2 will be accessible in that created class..