‎2017 Jul 28 11:28 AM
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?
‎2017 Jul 28 12:55 PM
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.
‎2017 Jul 28 11:36 AM
‎2017 Jul 28 12:39 PM
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 😄
‎2017 Jul 28 12:55 PM
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.
‎2017 Jul 29 8:41 PM
with 100% test coverage
I thought that 100% test coverage is fairy tale stuff 😄
‎2017 Jul 31 6:16 AM
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.
‎2017 Jul 31 6:37 AM
‎2017 Jul 31 6:38 AM
‎2017 Jul 28 8:57 PM
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