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

Вопрос по экрану.



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



Joined: 25 Feb 2009
Posts: 34

PostPosted: Sun Mar 08, 2009 12:56 pm    Post subject: Вопрос по экрану. Reply with quote

Доброго времени суток!
_
Новечок в SAP-ABAP\4. Ускорено учусь делать отчеты на miniSAP - е.

У меня такая проблемка... не могу создать нормальный экран для отображения таблицы.

Например мучаю я таблицу spfli

Code:
REPORT  Z_MVS.
tables spfli.
select * from spfli.
  endselect.
  CALL SCREEN 100.


Для неё в Layout создаю Table Control (With Wizard).

В процессе создания:
- name of table control - TABLE_CONTROL
- Dictonary table - SPFLI
дальше выбираю для пробы всегоодно поле CITYFROM
inputt control.
далее имена для PBO, PAI.....
Короче тиав экранчик создался и попоутно добавились PAI PBO модули и кидлграммы кода

дальше 2 gui. context и user interface.

при запуске ни одной кнопки не работает.

подскажиите пожалуйста как правильно деать.
уже 3 день мучаюсь.
need help Exclamation



1.JPG
 Description:
screen
 Filesize:  28.48 KB
 Viewed:  6894 Time(s)

1.JPG


Back to top
View user's profile Send private message
mvs87
Участник
Участник



Joined: 25 Feb 2009
Posts: 34

PostPosted: Sun Mar 08, 2009 3:19 pm    Post subject: Reply with quote

может быть есть какоето пособие где описываеться создание экрана для отображения таблици? :: как затавить кнопки работать?
(если можно, то с иллюстрациями)
Back to top
View user's profile Send private message
admin
Администратор
Администратор



Joined: 01 Sep 2007
Posts: 1639

PostPosted: Sun Mar 08, 2009 10:59 pm    Post subject: Reply with quote

mvs87 wrote:
может быть есть какоето пособие где описываеться создание экрана для отображения таблици? :: как затавить кнопки работать?
(если можно, то с иллюстрациями)


Посмотрите примеры программ в разделе
http://www.sapnet.ru/viewtopic.php?t=18
Quote:
If you have access to system , use transaction code
ABAPDOCU - ABAP Documentation and Examples
BIBS - Style Guide
DWDM - Enjoy Demo Center
GRAL - Demo Reports for SAP Graphics
SE83 - Reuse library with SAP Help, Documentation, Examples and ABAP Objects.
SE38 Menu - Environment - Examples - ( Ergonomics, Performance, Controls ).


Кнопки делаются активными в GUI Status.
Обработка нажатия кнопок в логике экрана:
PROCESS AFTER INPUT.
MODULE USER_COMMAND_xxx.
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.