- This topic is empty.
-
AuthorPosts
-
May 11, 2023 at 1:22 pm #1810Arthur WangKeymaster
Which package privileges are required to extend an SAP HANA Live view?
Note: There are multiple correct answers to the question.A. REPO.ACTIVATE_NATIVE_OBJECTS
B. REPO.EDIT_IMPORTED_OBJECTS
C. REPO.READ
D. REPO.EDIT_NATIVE_OBJECTS
E. REPO.MAINTAIN_NATIVE_PACKAGESWhich is the correct answers?
—
Explanation
To extend an SAP HANA Live view, you will need certain package privileges.
A. REPO.ACTIVATE_NATIVE_OBJECTS:
This privilege allows you to activate native objects within a package. When you extend an SAP HANA Live view, you may need to activate the modified or newly created objects within the relevant package. For example, if you add additional fields or logic to an existing view, you will need to activate those changes to make them available for use.B. REPO.EDIT_IMPORTED_OBJECTS:
This privilege is not required for extending SAP HANA Live views. It grants the ability to modify imported objects from other packages. Since we’re focusing on extending views within the same package, this privilege is not necessary.C. REPO.READ:
The REPO.READ privilege is essential for accessing objects within a package. When extending an SAP HANA Live view, you’ll likely need to read and reference existing objects within the package. This privilege ensures that you have the necessary read access to those objects.D. REPO.EDIT_NATIVE_OBJECTS:
This privilege allows you to modify native objects within a package. When extending an SAP HANA Live view, you might need to make changes to the existing native objects or create new ones. This privilege grants you the ability to edit those objects within the package.E. REPO.MAINTAIN_NATIVE_PACKAGES:
This privilege is not required for extending SAP HANA Live views. It provides the ability to maintain native packages, such as creating or deleting packages. Since we’re focused on extending views within the same package, this privilege is not necessary.In summary, to extend an SAP HANA Live view, you need the following package privileges: REPO.ACTIVATE_NATIVE_OBJECTS, REPO.READ, and REPO.EDIT_NATIVE_OBJECTS. These privileges allow you to activate, read, and modify the native objects within the relevant package, ensuring that you have the necessary permissions to extend the view with new or modified functionality.
Correct answer: A, C, D
-
AuthorPosts
- You must be logged in to reply to this topic.