Quantcast
Channel: SCN : All Content - User Interface Development in ABAP
Viewing all articles
Browse latest Browse all 540

Unable to disable input field in modal dialog box

$
0
0

Hi All, I have a screen typed modal dialog box with a table control.

I want to disable field input in the table control when some conditions meet.

I write the following code in the PBO, but it's not working. The group1 has been set.

LOOP AT SCREEN.
       IF screen-group1 = 'DSP'.
         screen-input = 0.
         MODIFY SCREEN.
       ENDIF.
ENDLOOP.

Would anyone help me? Thanks in advance!


Viewing all articles
Browse latest Browse all 540

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>