cancel
Showing results for 
Search instead for 
Did you mean: 

Split screen alv

Former Member
0 Kudos

I must create a planing in webdynpro abap.

To perform this task, I decided to create a alv grid that contains two tables: an alv with grid split in two.

A side for employees and another side for the calendars. The ALV will be split vertically.

how I accomplish this task ?

Do you have any examples?

Thanks for you help.

Edited by: KhalidTaibi on Jun 22, 2009 11:55 AM

Edited by: KhalidTaibi on Jun 22, 2009 2:28 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Can you help me, please ?

Former Member
0 Kudos

Hi Khalid,

you can create two UI Element Containers in One view and Embedd ALV and Calendar , and use the Comp Controller methods to control the Actions

Regards

Vikranth

Former Member
0 Kudos

could you give me more details?

Is there an object standar calendar that can be integrated in alv?

How to get two different tables in a grid alv?

=> a table for a list of resources

=> a table for the calendar day

Thank you for your help.

Former Member
0 Kudos

Hi,

As per my knowledge you cannot embedd Calendar UI Element in the table as Column. Check the WDR_TEST_TABLE , this application gives the possibilites of the table Controls

Regards

Vikranth