cancel
Showing results for 
Search instead for 
Did you mean: 

ALV in Web Dynpro ABAP

Former Member
0 Kudos

Hi

I am using the ALV for displaying contents of a table. Is it possible to have a table cell with menu options? Sort of like a button choice UI element for a table cell?

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Thanks for the information.

Actually what I want is the following:

I have seen this in some ALV table in WDP. But I think it is WDP for Java. So I do not know if it is possible in WDP for ABAP.

For example, I have a table of elements. I could possibly perform operations on multiple rows of the table, as well as a single row of a table. In case of multiple rows, i can select the rows and click on a table toolbar button.

Now for an operation on a single row, I want to do it at the row level itself. Therefore, somewhere in the table row itself i should be able to trigger an operation(out of a set of operations) in the context of that row.

Take for example the Button Choice UI element. This element provides with more than one action for the button. I want something similar. ALV allows to embed a button as a table cell element, but I have not seen any example with button choice as a table cell element. Is it possible? Or is there some other way of doing this? Can it be done in a normal table?

Thanks and Regards

Wenonah

Former Member
0 Kudos

Hi Wenonah Jaques,

Kindly check out following,

Please see Package SWDP_DEMO_TUTORIALS >> In webDynpro see

WDT_ALV.

Hope this will help you.

Cheers,

Darshna.

Former Member
0 Kudos
Former Member
0 Kudos

Hi Wenonah ,

With ALV I am not preety sure but with Table its very much possible

You can see Demo compoenents <b>

SALV_WD_DEMO_TABLE_PROPS</b>

and

<b>DEMO_VARIABLE_DROPDOWN</b>.

Btw see package <b>SALV_WD_DEMO</b>

Hope it will help you.

Cheers <i><b>

Parry</b></i>