on 2020 Aug 25 9:21 AM
Hi, I would like to extend the employee details with custom fields. I tried the following this to achieve this: - Custom business objects with a CDS viewThe custom business object has been used for the custom fields and the CDS (API) view is used to join theI_PersonWorkAgreement_1 data. This would be a perfect solution, but cds data is not editable. - 2 different datasources in WebIDE1 datasource to get the custom fields data (external database with custom fiedls only) and 1 datasource to get the employee data (I_PersonWorkAgreement_1 for example). I am able to expose those datasources, but i couldnt figure out how to join these tables within the Web IDE - Adding custom fields to a SAP application with employee detailsThe employee fact sheet application is the only application with employee data. However, the employee fact sheet application is not editable to add custom fields. Is there another way to achieve this within the SAP architecture?
Request clarification before answering.
Hi,
We have a similar requirement and we achieved this by:-
1. Create CBO for custom fields.
2. Create a wrapper CDS view joining hte standard HR view I_PersonWorkAgreement and the CBO view.
3. Expose this wrapper view as API which can be consumed in WEBIDE.
Thanks
Sreekanth
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
98 | |
39 | |
8 | |
6 | |
5 | |
3 | |
3 | |
2 | |
2 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.