Comprehensive and Detailed Explanation From Exact Extract:
Use ABAP Development Tools (ADT) in Eclipse: For ABAP Cloud development, ADT must be used, and modern object types such as CDS View Entities and Behavior Definitions can only be edited in ADT. This confirms option B.
Use SAP-released/predefined extension points: RAP extensibility is opt-in; every possible extension point must be defined explicitly in the original BO artifacts. Extensions are performed only at these predefined points to ensure lifecycle stability—this is exactly the “use SAP-released extension points” rule. This confirms option A.
In contrast, directly modifying SAP objects is not part of the clean-core, upgrade-stable model for public cloud; extensions must adhere to released APIs and predefined points (therefore C is not correct). The classic Web Dynpro UI technology is not the target for ABAP Cloud development in S/4HANA Cloud public edition (therefore D is not correct). (Context anchored by the extensibility/clean-core guidance above.)
Study-Guide anchors: ABAP Cloud development with ADT only; RAP opt-in extensibility and predefined extension points for cloud-ready, upgrade-safe extensions.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit