cancel
Showing results for 
Search instead for 
Did you mean: 

ALV TablePopin - expand on start

Former Member
0 Kudos

Hello,

i create a ALV with TablePopin. I dont now how to expand a TablePopin on Start.

Does anyone have a example for expand TablePoin on start.

Best Regards

Thomas

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Are Popins possible with ALV.

Check this thread -

What is your requirement.

Regards,

Lekha.

former_member230839
Participant
0 Kudos

Hi Thomas,

I think you have already inserted a table popin control for suppose ( TABLEPOPIN_1 ) into a table in which you want to display the details for every record in the table when clicked.

So have a column as link and on action of this set the selected popin of the context attribute to that TABLEPOPIN_1 for example.

context_element->set_attribute( name = 'SELECTED_POPIN' value =  'TABLEPOPIN_1' ).

if you want to display the table popin on start of the applicatio itself call the onaction from WDDOMODIFYVIEW.

Better refer the webdynpro demo component ( WDR_TEST_TABLE ) for easy understanding.

Regards,

Anil kumar G

Edited by: Anil Kumar on Jun 8, 2009 9:28 AM

Former Member
0 Kudos

Hi,

can you tell me the view for Method WDDOMODIFYVIEW of the webdynpro demo component ( WDR_TEST_TABLE ) for a example.

Regards Thomas