cancel
Showing results for 
Search instead for 
Did you mean: 

Collapsed Matrix Rows?

Former Member
0 Kudos

Hello,

Is there any way to create a matrix with collapsing childrows? Like in a grid? This is already done by SAP at form Bank Statement Details, when you request a Posting Proposal for Uncleared Rows.

I exported the form XML (codewise) and the XML showed me a matrix with columns. So it should be possible, but i cant find an explanation in the SDK Help Center.

Can anyone help me along?

Thanks in advance!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I'm sorry, i think you got my question wrong, i ment it the question for a grid..

Nussi
Active Contributor
0 Kudos

ok, you meant grids...

did't try this so far to add DataTable.Columns while it is filled.

anyway you will see the new column in all rows - not only for specific rows.

and the CollapseLevel will always work like this.

CollapseLevel = 3 -> the first 3 columns in grid you can collapse/extend.

you will not be able to make a special collapslevel for only one row.

lg David

Former Member
0 Kudos

Okay, then I'm going for a grid. It will be a bit harder but I will take some time for it then.

Thanks for your quick reply's!

Nussi
Active Contributor
0 Kudos

no problem

if you have further questions you know where to find me

lg David

Answers (2)

Answers (2)

Former Member
0 Kudos

Okay, is it possible to create rows/columns on demand, without having to edit the datatable? And is it possible to add expanded rows on a specific row?

Nussi
Active Contributor
0 Kudos

Hi,

usually you can't add a column to a matrix when it is filled - you have to clear the matrix and reload

it from the datatable.

and when you add the column, the column is visible in all rows not only for a specific row.

lg David

Nussi
Active Contributor
0 Kudos

Hi,

actually the "collapse" function is only available in grids.

SAP has more possibilities than we have in SDK.

lg David