SAP R/3 форум ABAP консультантов
Russian ABAP Developer's Club

Home - FAQ - Search - Memberlist - Usergroups - Profile - Log in to check your private messages - Register - Log in - English
Blogs - Weblogs News

ALV GRID Toolbar



 
Post new topic   Reply to topic    Russian ABAP Developer's Club Forum Index -> ABAP
View previous topic :: View next topic  
Author Message
nordlender
Участник
Участник



Joined: 28 Jul 2009
Posts: 24

PostPosted: Thu Jul 30, 2009 6:51 pm    Post subject: ALV GRID Toolbar Reply with quote

привет.

вопрос такой у меня. есть ли у ALV Grid такая кнопка , с помощью которой можно вызвать окно для загрузки файла? Что-то типо "Open File" там я выберу мне нужныйдокумент и принажатии кнопки "upload" загрузится этот документ для дальнейшей обработке. То что функциональность самому программиеровать надо это понятно. меня пока только кнопка интересует. или придётся через PARAMETERS делать ? (PARAMETERS: ХХХХ LIKE RLGRAP-FILENAME)
Back to top
View user's profile Send private message
werwolf
Участник
Участник



Joined: 19 Feb 2008
Posts: 30
Location: Ростов-на-Дону

PostPosted: Thu Jul 30, 2009 7:01 pm    Post subject: Reply with quote

Можно добавить кнопку в тулбар или GUI-статус и прицепить обработчик.
Back to top
View user's profile Send private message
nordlender
Участник
Участник



Joined: 28 Jul 2009
Posts: 24

PostPosted: Thu Jul 30, 2009 8:01 pm    Post subject: Reply with quote

что-то типо такого ?

APPEND cl_gui_alv_grid=>mc_fc_ХХХ TО ХХХ _toolbar

атребут не найду правельный, не ткнёш?
Back to top
View user's profile Send private message
werwolf
Участник
Участник



Joined: 19 Feb 2008
Posts: 30
Location: Ростов-на-Дону

PostPosted: Fri Jul 31, 2009 8:51 am    Post subject: Reply with quote

Взято из демки по ALV (BCALV_TREE_DEMO)

Code:

* get toolbar control
  call method tree1->get_toolbar_object
    importing
      er_toolbar = mr_toolbar.

  check not mr_toolbar is initial.

* add Standard Button to toolbar (for Delete Subtree)
  call method mr_toolbar->add_button
    exporting
      fcode     = 'DELETE'
      icon      = '@18@'
      butn_type = cntb_btype_button
      text      = ''
      quickinfo = 'Delete subtree'.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Russian ABAP Developer's Club Forum Index -> ABAP All times are GMT + 4 Hours
Page 1 of 1

 
Jump to:  
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.