2008 Jun 06 7:47 AM
Hi
I am having a select options like this:
SO_BSART FOR EKKO-BSART NO INTERVALS DEFAULT 'ZTP'.
I have given ZTP AS DEFAULT..I WANT TO GREY OUT THAT FIELD SO THAT USER CAN NOT CHANGE IT..
Can one help me out how to do this??
Arun
2008 Jun 06 7:59 AM
hi Arun,
that is the way to do it:
SO_BSART FOR EKKO-BSART NO INTERVALS DEFAULT 'ZTP' MODIF ID 001 .
AT SELECTION-SCREEN OUTPUT.
LOOP AT screen.
CHECK screen-group1 EQ '001'.
screen-input = '0'.
MODIFY screen.
ENDLOOP.
hope this helps
ec
hi Arun,
that is the way to do it:
SO_BSART FOR EKKO-BSART NO INTERVALS DEFAULT 'ZTP' MODIF ID 001 .
AT SELECTION-SCREEN OUTPUT.
LOOP AT screen.
CHECK screen-group1 EQ '001'.
screen-input = '0'.
MODIFY screen.
ENDLOOP.
hope this helps
ec
2008 Jun 06 7:59 AM
hi Arun,
that is the way to do it:
SO_BSART FOR EKKO-BSART NO INTERVALS DEFAULT 'ZTP' MODIF ID 001 .
AT SELECTION-SCREEN OUTPUT.
LOOP AT screen.
CHECK screen-group1 EQ '001'.
screen-input = '0'.
MODIFY screen.
ENDLOOP.
hope this helps
ec
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |