cancel
Showing results for 
Search instead for 
Did you mean: 

SAP CRM Interactive Script Editor

former_member230285
Discoverer
0 Kudos

Hello Experts,

I am facing below issues in my Interactive Script Editor:

-->how to make a field read only

-->read only field should be auto populated based on the input on some other field

-->the values of an F4 field should depend upon the value populated in some other field

Please let me know if you have any suggestions or solutions regarding these queries. Thanks.

Regards,

Bharat

Accepted Solutions (0)

Answers (1)

Answers (1)

bruce_li
Contributor
0 Kudos

Hi Nitin,

There is no standard settings to achieve your requirement to make a field read only and then change/set the value of text fields on script according to the value in other fields like DDLB field.

Please refer to KBA 2499898, I think you might first create a BDC field like mentioned in this KBA. You need to set a relevant BDC path for this BDC field.

Then you need to write a customer code to define an event for the relevant DDLB field, after you select the value of this DDLB field, you need to write your code to trigger an event to save objects/data into the global data context (GDC/BDC), and write code for your BDC field to get this value.

Best Regards,

Bruce