2008 Sep 27 5:25 AM
Hello All,
I want to show the table entries in display format, that i want to show the values but only i want to disable.
If i am using
Loop at screen.
screen active = 1.
screen output = 0.
endloop.
but the above logic is not working is there any other way to show the table entires in display mode. On this any suggestions.
2008 Sep 27 5:29 AM
are you using the Table control..?
then in that case you can do this..
in the PBO.
loop at itab with control tc.
module modify_Screen.
endloop.inside the module you can do this way...
Loop at screen.
screen-input = 0.
modify screen. "This is must..
endloop.
2008 Sep 27 5:29 AM
are you using the Table control..?
then in that case you can do this..
in the PBO.
loop at itab with control tc.
module modify_Screen.
endloop.inside the module you can do this way...
Loop at screen.
screen-input = 0.
modify screen. "This is must..
endloop.
2008 Sep 27 5:54 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |