cancel
Showing results for 
Search instead for 
Did you mean: 

How to communicate List UIBB to Tabbed UIBB

Former Member
0 Kudos

Hi Experts,

   I have requirement that i am using a single feeder class for searching (FPM_SEARCH_UIBB) and display result in list (FPM_LIST_UIBB) when user selects the order (Lead Selection) order details has to display in Tabbed UIBB.  In tabbed UIBB i am using freestyle(Webdynpro Views) UIBB's master UIBB and two tabbed UIBB's.

  How can i get list lead selection order details in Tabbed UIBB. I tried with Event processing data(Set value and get_value methods). But, when control pass to tabbed UIBB not triggering the same event.

Thanks & Regards,

Ramesh.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

create a class with static variable on lead selction store your order detail in static variable instansiate same class in your webdynpro view and use static variable

guillaume-hrc
Active Contributor
0 Kudos

Hi,

Would have suggested the same approach but maybe with singleton instead of static.

http://help.sap.com/abapdocu_731/en/abenstatic_class_singleton_guidl.htm

Best regards,

Guillaume

Former Member
0 Kudos

Hi Jitendra,

    Its working fine with class Static variable

Thanks & Regards,

Ramesh.

Answers (0)