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

LFO



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



Joined: 21 Jan 2010
Posts: 3

PostPosted: Sun Mar 21, 2010 1:09 pm    Post subject: LFO Reply with quote

Добрый день!
Вызываю функцию
Code:
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
  EXPORTING
    i_callback_program = repname
    i_structure_name   = 'ZAK'
    i_callback_pf_status_set = 'SET_PF_STATUS'
*    i_callback_user_command = 'USER_COMMAND'
    it_fieldcat        = lt_fieldcat[]
    it_excluding       = it_exclude
  TABLES
    t_outtab           = zak.

FORM set_pf_status USING rt_extab TYPE slis_t_extab.
SET PF-STATUS 'STANDARD' OF PROGRAM 'SAPLKKBL' EXCLUDING it_exclude.
ENDFORM. "Set_pf_status


в статусе STANDARD есть кнопочка &LFO (статус списка)
Пример ее работы можно посмотреть (mb52 -> F8 -> enter).

Но на моем экране она не работает....

Кто подскажет, может что-то нужно в АЛВ передавать, или свою обработку делать в 'USER_COMMAND'....

Хотя я пытался обработачку сделать в 'USER_COMMAND', вылит дамп.. Sad
Back to top
View user's profile Send private message
Fami4
Специалист
Специалист


Age: 42
Joined: 04 Aug 2009
Posts: 62
Location: UA

PostPosted: Mon Mar 22, 2010 1:15 pm    Post subject: Reply with quote

А почему бы вам не создать и использовать свой статус со всеми нужными кнопками?
Back to top
View user's profile Send private message
Igor_34_rus
Специалист
Специалист



Joined: 08 Apr 2009
Posts: 75

PostPosted: Mon Mar 22, 2010 2:51 pm    Post subject: Reply with quote

откуда статус берется, оттуда и обработка должна подтягиваться...
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.