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

Why SAP is not Fully Object Oriented?

Former Member
0 Likes
332

Hi,

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

1 ACCEPTED SOLUTION
Read only

marcelo_ramos1
SAP Mentor
SAP Mentor
0 Likes
308

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
Read only

marcelo_ramos1
SAP Mentor
SAP Mentor
0 Likes
309

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.