Good morning,
there are two radiobuttons in IC web Client ( Ready and not ready) I need to change this status via ABAP or via javascript.
I have enhanced the hiddenview.html and I tried to change the radiobutton value via javascript but I'm not able to get the frame where is the radiobutton component:
parent.parent.frames<i>.document.getElementById("wsb_ready").value = true;
With this metod i get a null object.
Anyone knows witch is the correct frame or how set the status via ABAP?
Many thanks
Marc