cancel
Showing results for 
Search instead for 
Did you mean: 

Enable=False to Spesific Column,Row in Matrix

Former Member
0 Kudos

i' m almost desperate looking for the way to enable=false spesific Coordinate Column(x),Row(y) . For example I want to Enable=False to Column C1 But Only For Row 3. Do you know hot to deal with this ?. So fat i think it's imposible to do that. But Maybe You know better than i know about Matrix. Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

FOA
Advisor
Advisor
0 Kudos

Hi Hamdi,

To my knowledge is not possible to deactivate a row using the SDK. A particular column may work, but not cell specific. Sorry for that. You can open a message and send it to SAP Support requesting this functionality.

How ever there's a work around to achive this. Follow this link:

Regards,

Felipe

Message was edited by: Felipe Ortega Aguilar

Answers (1)

Answers (1)

Former Member
0 Kudos

Hamdi,

You could catch the focus event for the column. When BeforeAction is true if you set BubbleEvent = false the method won't complete. You might want to explicitly add a statement to "click" the next column so the user can tab through the columns that can be updated without being stopped. You can also change the column's colors if you want the disabled look.

Good luck.

Bill

Edit: Nevermind - it looks like the first reply points to a topic telling you how to do exactly what I suggested.