cancel
Showing results for 
Search instead for 
Did you mean: 

Send pushbutten on ALV toolbar not visible (SET_BI_BROADCASTING_ALLOWED)

Former Member
0 Kudos

Hello all,

I would like to use the BI broadcasting function on the ALV for Web Dynpro.

I have activated the function in method wddoinit of the respective view like this:

lr_salv_wd_config_table->if_salv_wd_std_functions~set_bi_broadcasting_allowed(

value = abap_true

).

But there is no button visible on the toolbar or on any tab of the settings popup.

Does anybody know which additional configuration is needed to use the broadcasting function?

Thanks!

Klaus

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Check the IMG. There is a global configuration setting in the IMG where this setting is controlled. It is delivered disabled by SAP. If you look in the reference IMG structure, the option can be found under SAP NetWeaver->Application Server->Web Dynpro ABAP->System-Wide Settings for the Web Dynpro ABAP ALV.

However this only enables the options. There is still technical setup that must be done because these options require connection to Java based NetWeaver stack.

Former Member
0 Kudos

Thanks for the quick reply!

I'm currently trying the Web Dynpro ALV functionality on the 2004s trial version. So I guess it will not work at all since the settings you mentioned are not available here.

For the development environment I'm sure it will solve the problem.

Answers (0)