Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Tablecontrol

Former Member
0 Kudos

Hi!

Please read carefully, it will be though

I filled a tablecontrol for a Z table. It has 4 keys, BUKRS, ANLN1, ANLN2, ADATU. ADATU is the begin of the validity.

For those records, which is stored and read from the Z table, it has to be a read-only field.

But users has to option to enter new lines into the tablecontrol, in this case, it has to be modifiable.

How can I perform in a table control, row-dependent attributes setting?

Thank you in advance

Tamá

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Tamás

I think when you are looping at your control in the PBO, you can set the screen attributes for that row field as '0'. That should make the rows with data not input enables and rest should be input enables.

~ Ranganath

PS : Reward points for all useful answers !

2 REPLIES 2

Former Member
0 Kudos

Hi Tamás

I think when you are looping at your control in the PBO, you can set the screen attributes for that row field as '0'. That should make the rows with data not input enables and rest should be input enables.

~ Ranganath

PS : Reward points for all useful answers !

0 Kudos

how do you set the screen attributes of a row to '0'. which keyword is used for it.can you please explain