cancel
Showing results for 
Search instead for 
Did you mean: 

delete a row in matrix with master data lines

Former Member
0 Kudos

Hi everyBody,

I've created a form with tow parts:

1 : 2 EditText binded with Fields of a Table (OX_ORSTWG) which is Master Data

2 : Matrix which columns binded with a second table (OX_RSTWG1) which is Master Data Lines.

I've created a UDO on this form with the Master Data Table (OX_ORSTWG).

Add, Delete, Modify works perfectly with the Master Data Table.

Inserting and modifing records in the matrix works well also. But I have a problem in deleting rows of the matrix (which represent the second table : Master data lines) .

I don't know why "Delete row" is disabled.

Could someone help me?

Thanks in advance.

Haifa

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Haifa

On UDO, you must specify allow delete for do it.

Go to <i>Tools--> User-defined Objects --> Registration wizard:</i>...

... and verify "Delete" is cheked

Kinds Regards

Answers (0)