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 гриде



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



Joined: 18 Feb 2008
Posts: 22
Location: Казакстан

PostPosted: Wed Aug 27, 2008 2:51 pm    Post subject: убрать кнопку на ALV гриде Reply with quote

вывожу данные в AVL
один из столбцов открыт на редактирование.
как убрать кнопки добавление и удаления строк в в тулбаре AVL грида?

_________________
Все есть в сети и все есть сеть.
Back to top
View user's profile Send private message Blog
XXX_:)
Аналитик
Аналитик


Age: 40
Joined: 01 Feb 2008
Posts: 387
Location: Воронеж

PostPosted: Wed Aug 27, 2008 3:40 pm    Post subject: Reply with quote

BCALV_EDIT_04
если не поможет, озвучте что за грид используете

_________________
Hормальные люди делают вещи намного более безумные чем всё, что делают сумасшедшие (c) С.Лем
Back to top
View user's profile Send private message Blog
bmonk
Участник
Участник



Joined: 09 Jan 2008
Posts: 3

PostPosted: Wed Aug 27, 2008 4:18 pm    Post subject: Reply with quote

Добрый день.

Можно попробывать вот так:
Code:

data:
   tool_funct         type UI_FUNCTIONS,

     append '&LOCAL&APPEND' to tool_funct.
     append '&LOCAL&INSER_ROW' to tool_funct.
     append '&LOCAL&DELETE_ROW' to tool_funct.
     append '&LOCAL©_ROW' to tool_funct.
     append '&LOCAL&INSERT_ROW' to tool_funct.
     append '&LOCAL&CUT' to tool_funct.

      CALL METHOD g_GRID->SET_TABLE_FOR_FIRST_DISPLAY
           EXPORTING
                     is_layout        = gs_layout
                     IT_TOOLBAR_EXCLUDING = tool_funct
           CHANGING
                     IT_OUTTAB        = itab[]
                     it_fieldcatalog  = it_fieldcat_grid.
Back to top
View user's profile Send private message
KeKS
Участник
Участник



Joined: 18 Feb 2008
Posts: 22
Location: Казакстан

PostPosted: Fri Aug 29, 2008 11:44 am    Post subject: Reply with quote

всем спасибо!
сделал так как советовали в 3 посту.

модеру: закрывайте тему.

_________________
Все есть в сети и все есть сеть.
Back to top
View user's profile Send private message Blog
vuces
Участник
Участник



Joined: 27 Oct 2008
Posts: 3

PostPosted: Thu Nov 13, 2008 2:32 pm    Post subject: Reply with quote

Где можно почитать об ALV гриде и как его использоваь, может кааие курсы по нему есть
Back to top
View user's profile Send private message
ghost
Специалист
Специалист


Age: 36
Joined: 18 Jan 2008
Posts: 71
Location: Tashkent-Astana-Moscow

PostPosted: Thu Nov 13, 2008 4:47 pm    Post subject: Reply with quote

в гугле наберите Easy Reference For ALV Grid Control

ну и курс BC412
Back to top
View user's profile Send private message Send e-mail Blog
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.