cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple coulmns in a column in webdynpro abap

0 Kudos

Hi ,

I have a requirement to build a layout in web dynpro where in  the first row has 2 columns,second has 4 columns and so on as below .

Please suggest if this is possible in any way .

Thanks in advance,

Sucharita Robin Paul .

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Well, here's a sample output through RowRepeater function. I've binded it to a simple context node with some attributes. Check if this helps.

0 Kudos

Hi Santosh ,

Can you please throw some light on the elements being used,I am getting fixed rows when I a define row repeater .

Answers (2)

Answers (2)

Former Member
0 Kudos

Apologies for delay in responding, I was away. Hope these screens help you. I added 12 rows and I was able to see all.

For simplicity, I've defined context as just a Node with bunch of attributes

The RowRepeater properties

For layout I've used containers as much. You may or may not require as many and it all depends on your design. The 1st container holds the row count while other 2 holds Text Edit and other fields.

TC1 contains the Row count.

The text view properties to display row count.

Cheers,

VS

0 Kudos

Hi Santosh ,

Thanks a lot for your inputs .It had helped me a lot .

I have successfully created grids in my layout through Row Repeater UI element.

But I am facing an issue , wherein if I zoom in or zoom out the size of the text editors changes and the rows don't look in proper format  in the row repeater .

Can we fix the size of the rows ?

I am attaching screenshots of different resolution .

Correct One :

After zoom:

Thanks ,

Suchi.

Former Member
0 Kudos

This should be pretty much achievable. It would require a bit of time in UI design and appropriate context binding. Do not have a ready solution as of now, but will post one sooner. In mean time, do check these following links as these would help in generating the required view.

As I understand, this requirement is related to HR Performance Management. Rowrepeater can be pretty useful.

Rowrepeater

https://help.sap.com/saphelp_nw70ehp1/helpdata/en/44/93d3792e8c60d6e10000000a114a6b/content.htm

Datagrid
http://help.sap.com/saphelp_snc700_ehp02_nw740/helpdata/en/73/41fec4d6e64d4d83927dc36574514e/content...

Ctable
https://help.sap.com/saphelp_nw73ehp1/helpdata/en/16/ace4de69be4093b65a5421f8c3d9db/frameset.htm


Also, if design is not required to be considered exact, you can make use of the table properties too.


Table/TableGrouping/Table Popin


Cheers,

VS