Skip to Content
0
Former Member
Jan 29, 2010 at 06:00 AM

How to make the rows in non editable mod

38 Views

Hi all ,

I am using two table controls,from second table control if i select some records it will come and sit in the first table control,but the

condition is those records are in non editable mod,for that i am using the code given below but it is not coming to non editable

mod,so how can i proceed?

LOOP AT SCREEN.

IF screen-name = 'X_PO1_SLIP-SERIAL'

OR screen-name = 'X_PO1_SLIP-SERIAL' "internal tabale-X_PO1_SLIP

OR screen-name = 'X_PO1_SLIP-LINESEL'

OR screen-name = 'SEBELN'.

screen-input = '0'.

MODIFY SCREEN.

ENDIF.

ENDLOOP.

thanks,

bikash