cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Backend Error running script

0 Likes
830

Hello experts,

I bumped into an error while I was adding scripts to set the defaults values of 2 combobox and 1 textfield of tx MIGO via OnLoad event.

This is the script:

And this is what happend sometimes when I open the flavor:

Hope you guys can point me in the right direction with this issue, I dont know what else to do

Regards
Jose

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

The error message tells you what happened - you tried to set a value in a read-only field. It looks like this was caused by the first line of your script. If this only happens sometimes, then I guess sometimes that field is writeable and sometimes not. I don't know transaction MIGO well enough to know why that might happen. Do you?

Steve.

Former Member
0 Likes

Hello Steve, thank you for your response

This combobox it's always writeable in this transaction, I dont know if the script its trying to set it while it's not yet load on Personas to be set and had something to do with my internet conection

Former Member
0 Likes

Your internet connection shouldn't have any effect on this. If the field is really always ready for input, then something strange is going on. Setting a key value for this field in the onLoad script works for me.

Are you up to date with all patches and notes? If so, then I suggest creating an OSS incident to get SAP to look at this.

Steve.

Answers (0)