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

An SAP standard program completely object-oriented programmed

Former Member
1,411

Hello together,

as the title says, I am looking for an SAP program or module, which was solved in an object-oriented manner. I would like to acquire the OOP and would like to see a great example.

Does anyone know a program that has been implemented in this way?

1 ACCEPTED SOLUTION
Read only

retired_member
Product and Topic Expert
Product and Topic Expert
1,094

You find a fully OO-written example (with separated concerns and with 100% test coverage) in package SABAP_DEMOS_CAR_RENTAL (created for a TechEd once).

It is called using program DEMO_CR_CALL_CAR_RENTAL.

8 REPLIES 8
Read only

kiran_k8
Active Contributor
0 Likes
1,094

Hans,

To start with,you can refer to www.zevolving.com of Naimesh Patel.

K.Kiran.

Read only

Former Member
0 Likes
1,094

Hi Kiran,

I know platforms and examples like this. I want to see a well writen productive OO program. I guess SAP should have a lot of these programs because OOP is implemented since release 4.6 😄

Read only

retired_member
Product and Topic Expert
Product and Topic Expert
1,095

You find a fully OO-written example (with separated concerns and with 100% test coverage) in package SABAP_DEMOS_CAR_RENTAL (created for a TechEd once).

It is called using program DEMO_CR_CALL_CAR_RENTAL.

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,094

with 100% test coverage

I thought that 100% test coverage is fairy tale stuff 😄

Read only

0 Likes
1,094

Horst,

May I know from which version is this package available.

I don't find in SAP ECC 6.0 ( SAP_ABA 701 SAPKA70108 ).

K.Kiran.

Read only

0 Likes
1,094

Now, that's why it is a demo only ...

Read only

0 Likes
1,094

7.02

Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
1,094

Not exactly a productive program but from SAP - take a look at the good old tutorial from Thomas Jung himself: https://archive.sap.com/documents/docs/DOC-10236