cancel
Showing results for 
Search instead for 
Did you mean: 

c++ in sAP

Former Member
0 Kudos

hi all,

is there any modules covering C++ in SAP.

thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

<b>Kaleemullah</b>

You mean O-O Concept in SAP.

Yes, there are ABAP Objects in SAP which uses O-O(Object Oriented).

You can create Global CLASSES in SE24. Use then in your ABAP Programs, But they are not Module Specific. You can use them in any module. Also, you can create instances of classes, which we call objects in ABAP. You have Inheritence, Sub Class and Super Class. I mean, you have everything like in C++.

You can go to ABAP Objects section instead of Scripting Section and there you can find people asking and answering questions on ABAP Objects.

I hope this is very helpful to you Kaleemullah.

Please award points if you are convinced.

Regards,

Ishaq.