I have been working on a report for a Handheld device with Steploops. The problem I am having is that I need to disable a qty field when a checkbox is checked but enable it again when it is unchecked.
The main problem right now is that on my Loo...
Looks like a node is deactivated.CauseThe /sap/public/bc/icf/systemloginjs/ node in SICF is not activeResolutionOpen SICFSearch on systemloginjs in the Service Name fieldActivate the nodeMore information:https://me.sap.com/notes/0003194434
It solves my problem.In our case, it was working from the browser but not from the T-CODE (UI2/FLP) so we changed it to Required with Logon Data and it started working. Thanks
Yes, it works.Go to your Screen>Layout it will show you the screen painter.Then, double-click on your field it will show you a new popupBelow, go to Attributes>Program and look for Possible Entries and choose you required option
Works. I applied this in an input with event change to jump to another field:view.xml: <Input id='in_werks' required="true" placeholder="2000" valueLiveUpdate="true" change='clearFields' />Controller.jsjQuery.sap.delayedCall(0, this, function() { ...
*THIS ANSWER WAS POSTED BY phil soady IN STACKOVERFLOW* https://stackoverflow.com/questions/76706949/how-to-disable-enable-a-row-in-steploop-based-on-checkbox-sap-abap___________________________________________________________________________________...