cancel
Showing results for 
Search instead for 
Did you mean: 

WDRuntimeException: Property 'null' bound to 'ccGUID' of ViewElement with ID 'radio' is not editable

Former Member
0 Kudos

Hi guys,

I have a problem with a WDJ Application which runs properly under Netweaver AS Java 7.1 but not under Netweaver AS Java 7.3 with EHP18.

=================== Error Log ========================

Caused by: com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Security Violation: Property 'null' bound to 'ccRecGUID' of ViewElement with ID 'ccRecRadio_editor' is not editable!
at com.sap.tc.webdynpro.progmodel.view.SecureInteractionHelper.handleSecurityViolation(SecureInteractionHelper.java:320)
at com.sap.tc.webdynpro.progmodel.view.ViewElement.checkPropertyChangeAllowed(ViewElement.java:1279)
at com.sap.tc.webdynpro.progmodel.view.SecureInteractionHelper.updateAttribute(SecureInteractionHelper.java:153)
at com.sap.tc.webdynpro.progmodel.view.SecureInteractionHelper.updateAttribute(SecureInteractionHelper.java:136)
at com.sap.tc.webdynpro.clientserver.uielements.adaptbase.AbstractAdapter.updateAttributeAsKey(AbstractAdapter.java:1433)
at com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.RadioButtonAdapter.onRADIOBUTTONCHANGE(RadioButtonAdapter.java:935)

========================================

With properties of Radio button:

I got the error message when click radio buton.

Please advise.

Thanks ,

Cuong

Accepted Solutions (1)

Accepted Solutions (1)

former_member108703
Participant
0 Kudos

Hello Cuong,

You meant Netweaver AS Java 7.3 with EHP1 or 7.3 SP18?

What patch levels do You have at FRAMEWORK and WD-RUNTIME?

You can check the workaround in the below thread:

https://archive.sap.com/discussions/thread/1690294

Zoltan

Answers (1)

Answers (1)

former_member108703
Participant

Hello Cuong,


What SP level do You have on the 7.1 system? What patch levels do You have at FRAMEWORK and WD-RUNTIME?


Could You generate troubleshooting wizard trace while You reproduce the issue with the radio button? (com.sap.tc.webdynpro location)

This KBA describes how to do it:

1921472 - How to use the Troubleshooting Wizard for collecting traces using custom locations [VIDEO]

Zoltan

Former Member
0 Kudos

Hello Zoltan,

Currently, i using NWDS 7.3-EHP1-SP13-PAT0000. I have migrated from 7.1 to 7.4 and need to using radio button for this case.

Could you please help me to advise.