on 2024 May 28 1:50 PM
Dear Team,
I am extending the Fiori application Manage Service Entry Sheet - Lean Services. My requirement is to add 2 new custom fields ( Period From & Period To Dates ) in the item level of SES. These fields will be available in edit mode as well.
I added these two fields by extending the CDS view and appending the structure and transparent table. However the problem is that 'Period To' works fine while creating and updating SES, it is updated in db as well, however 'Period From' date does not work and when I try to provide a value in this field on UI, a merge call is done and I can see the payload having the updated record, and if I put a debugger in DPC_EXT~changeset_process the field is visible there as well, however when merge call completes the value is removed and is not updated. After final save(or create) also, the value for 'Period To' is updated but 'Period From' remains blank.
I have extended below CDS view to add both of my fields :
I have also appended my fields in table: srvcentrshtitm_d , this reflected in mmpur_ses_item, as well.
Please let me know what could be the issue and how can I fix this.
#MM-PUR-SVC-SES MM-PUR-SVC-SES
Request clarification before answering.
mmpur_ses_item_incl_eew_ps--->E_ServiceEntrySheetItem--->I_ServiceEntrySheetItem
you should follow that route to extend cds.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
64 | |
8 | |
7 | |
7 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.