Age: 38 Joined: 21 Jun 2010 Posts: 10 Location: Сургут
Posted: Tue Sep 28, 2010 3:30 pm Post subject: selection-screen and container
Добрый день!
Подскажите пожалуйста как добавить экран выбора в контейнер. Контейнеры создаются програмно и хотелось бы чтоб в верхнем левом размещался экран выбора. Или просто редактируемые поля, что б к ним можно было словарь подцепить.
Так создаю контейнеры, В одном из них дерово хранится.
Code:
METHOD constructor.
DATA: events TYPE cntl_simple_events,
event LIKE LINE OF events,
event_handler TYPE REF TO screen_handler,
container_left TYPE REF TO cl_gui_container,
container_right TYPE REF TO cl_gui_container,
container_top TYPE REF TO cl_gui_container,
container_bottom TYPE REF TO cl_gui_container,
container_center TYPE REF TO cl_gui_container.
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.