Posted: Wed Sep 19, 2012 11:11 am Post subject: CL_SALV_TABLE
Не добавляется кнопка в тулбар,программа палает в дамп. (Class CL_SALV_FUNCTIONS, method ENABLE_FUNCTION not supported for SMARTFORM
Only Possible in Grid View). Если в метод add_function передать пустую переменную l_NAME,то в дамп не упадет но и кнопка не добавится. Подскажите пжл,что делать. Кнопку хочется добавить именно через этот метод.
Code:
METHOD show_data.
INCLUDE <icon>.
INCLUDE <symbol>.
DATA: g_alv TYPE REF TO cl_salv_table,
lo_functions TYPE REF TO cl_salv_functions_list.
DATA : l_text TYPE string,
l_name TYPE salv_de_function.
CALL METHOD cl_salv_table=>factory
IMPORTING
r_salv_table = g_alv
CHANGING
t_table = et_aircond.
Таким образом кнопки добавляются при отображении в контейнере на вашем экране. Если у вас полноэкранный ALV - то нужно сделать свой GUI статус (см. примеры в пакете SALV)
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG. SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG. Every effort is made to ensure content integrity. Use information on this site at your own risk.