cancel
Showing results for 
Search instead for 
Did you mean: 

UI elemnts for matrix type of data

Former Member
0 Kudos

Hi,

I need to design a layout on portal for one form. But this form contains matrix type data input i.e

for e.g consider below :-

COL1 COL2 COL3 COL4

row1 ____ ____ ______ _____

row2 ____ ____ ______ _____

row3 ____ ____ ______ _____

row4 ____ ____ ______ _____

now data is filled using combination of row1 +col1 ....row1 +col2...etc...same way as in matrix..

So how do i design my UI elements in mor efficient way.. i was thinking of table ... but is there any other option..

Also note tht...it is not just one matrix...there are several matrix in this one single form...

Regards,

Jigar Oza

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi jigar oza,

Use Matrix layout for designing the UI element also refer the following threads

http://help.sap.com/saphelp_nw04/helpdata/en/5b/bea93e6c514310e10000000a114084/frameset.htm

https://forums.sdn.sap.com/watches!add.jspa?forumID=52&threadID=41280

Regards,

Manivannan P

Former Member
0 Kudos

Hi manivannan ,

I think you hav not understood my query properly..

I don't need information on matrix layout...I have certain set of UI elements which i need to design..

i.e data is to be filled in combination of col1 + row1 information..

to be more precise.. i would give you one more real time example :-

          • **** Qty type specific Y/N

MVA ____ ______ _______ __

KV ____ ______ _______ __

winds ____ ______ _______ __

Former Member
0 Kudos

Hi,

1.You can use table UI for matrix type of data

2. you can define the combination of col1 + row1 information use two dimensional array and define the logic in the implemenatation part.

Regards,

Manivannan P