cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ABAP for Cloud Development & Package interfaces

clemrngt
Participant
0 Kudos
678

Hello all,

I have recently tried to move from standard development to abap for cloud development in a BADI implementation.

I was looking for a released API to work with Calendar, and folowing this SAP BLOG, I have found method CL_SCAL_UTILS.

But looking to the package,

And package interface of this package

I can see that it doesn't exists a package interface for this package and so, the class is not in any package interface.

Does this mean the class cannot be used outside of this package, and so cannot be used in my custom package (even if the class api state is released ) ?

Thx in advance

Accepted Solutions (1)

Accepted Solutions (1)

ThFiedler
Product and Topic Expert
Product and Topic Expert

Hi Clement,

released APIs and package interfaces are two different concepts. So you can and should use released APIs in your developments to be ABAP cloud compliant. We are currently working on a better alignment of both concepts.

Regards,

Thomas.

Robert_Schulte
Participant
0 Kudos

Hello Thomas / @ThFiedler,

is there any news regarding this topic? Do i understand correctly that "making objects available" is only possible for all or nothing outside current package, as C1 is "system internally" and there is nothing more fine granular?

Best regards

Robert

Answers (0)