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: 

Why SAP is not Fully Object Oriented?

Former Member
0 Kudos

Hi,

can any one tell me whether SAP screens can be implemented by using CLASS concept.

1 ACCEPTED SOLUTION

marcelo_ramos
Active Contributor
0 Kudos

Hi Narenda,

Screen must be definited using classical abap, but you can use ABAP Objects inside PAI/PBO Screen MODULEs or just call the screens inside Classes.

You can see an example on <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/05518a37-0601-0010-c689-c843962f3c53">Object-Oriented Dynpro Screen</a> or <a href="/people/thomas.jung3/blog/2005/02/21/abap-oo-mixed-with-classic-dynpro">SAP Network Blog: ABAP OO mixed with Classic Dynpro</a>.

Regards.

1 REPLY 1

marcelo_ramos
Active Contributor
0 Kudos

Hi Narenda,

Screen must be definited using classical abap, but you can use ABAP Objects inside PAI/PBO Screen MODULEs or just call the screens inside Classes.

You can see an example on <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/05518a37-0601-0010-c689-c843962f3c53">Object-Oriented Dynpro Screen</a> or <a href="/people/thomas.jung3/blog/2005/02/21/abap-oo-mixed-with-classic-dynpro">SAP Network Blog: ABAP OO mixed with Classic Dynpro</a>.

Regards.