cancel
Showing results for 
Search instead for 
Did you mean: 

Set Default Value in RAP Managed App (without draft)

Rajeshwari_09
Product and Topic Expert
Product and Topic Expert
0 Kudos
273

Hi All,

I am working on custom List Report Fiori Elements App(Managed without draft). I want to default a date value in input field if its not provided by the user based on a status field.

Example:

IF Status = 'Yes' THEN Date Mandatory.

IF Status = 'No' THEN Date is optional & if left blank by user a default value has to assigned before Save.

I tried implementing the requirement using determination but it only works for Create and not for Update.

If I use Create and Update in my determination it goes into infinite loop.

Please Advise. Thank you.

ABAP RESTful Application Programming Model , SAP BTP, ABAP environment @Andre_Fischer @JessieCheah 

 

View Entire Topic
junwu
Active Contributor
0 Kudos
Rajeshwari_09
Product and Topic Expert
Product and Topic Expert
0 Kudos
Hi junwu, I am trying out it through augmentation too. Could please help me with the Modify Augmenting Entities statement. I guess I am missing something there which is causing the dump.