SlideShare a Scribd company logo
1 of 10
webdynpro select option usage Skill cut [email_address] Copyright © 2006 by BNE Solution Consulting INC.  ALL RIGHTS RESERVED. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means - electronic, mechanical, photocopying, recording, or otherwise- without the permission of BNE Solution Consulting.  This document provides an outline of a presentation and is incomplete without the accompanying oral commentary and discussion.
Document Control 산출물명 Phase 명 Task 명 Stage Task Module 검토일자 승인자 승인일자 검토자 ,[object Object],정세훈 Ver1.0 1 변경사유 작성자 작성일자 버전 순번
Procedure   1. Component  에  WDR_OVS component 를 추가한다 . 참고사항 Related Link 목적 ,[object Object],메뉴
Procedure   1. Select option usage 를 사용할  view 의  property 에  select option  을 선언한다 . 참고사항 Related Link 목적 ,[object Object],메뉴
Procedure   1. Layout 에  viewcontainerUI 를 그린다 . 참고사항 Related Link 목적 ,[object Object],메뉴
Procedure   1. Viewcontainer 에  WND_SELECTION_SCREEN 을  embed 한다 . 참고사항 Related Link 목적 ,[object Object],메뉴
Procedure   1. View 에  M_HANDLER TYPE IF_WD_SELECT_OPTIONS M_WD_SELECT_OPTIONS TYPE IWCI_WDR_SELECT_OPTIONS 를 선언한다 . 참고사항 Related Link 목적 ,[object Object],메뉴
[object Object],[object Object],[object Object],[object Object],목적 ,[object Object],data : lr_componentcontroller type ref to ig_componentcontroller, l_ref_cmp_usage type ref to if_wd_component_usage, lt_range_table type ref to data. l_ref_cmp_usage = wd_this->wd_cpuse_select_options( ). if l_ref_cmp_usage->has_active_component( ) is initial. l_ref_cmp_usage->create_component( ). endif. wd_this->m_wd_select_options = wd_this->wd_cpifc_select_options( ). wd_this->m_handler = wd_this->m_wd_select_options->init_selection_screen( ). lt_range_table =  wd_this->m_handler->create_range_table( i_typename = 'ZEREQ_PERNO' ). &quot;<= variant type wd_this->m_handler->add_selection_field( i_id = 'REQ_PERNO' it_result = lt_range_table i_no_extension = abap_true i_no_intervals = abap_true i_value_help_type = if_wd_value_help_handler=>co_prefix_ovs i_description = string1 i_read_only = abap_false ). 메뉴
Procedure   1.  실제  DATA 를  SELECT  하는 부분에서 다음과 같이 사용하면된다 . 참고사항 Related Link 목적 ,[object Object],DATA : rt_req_perno TYPE REF TO data. FIELD-SYMBOLS : <fs_req_perno> TYPE table. rt_req_perno = wd_this->m_handler->get_range_table_of_sel_field( i_id = 'REQ_PERNO'). ASSIGN rt_req_perno->* TO <fs_req_perno>. SELECT WHERE req_perno IN <fs_req_perno>. 메뉴
Procedure   1.  결과화면 참고사항 Related Link 목적 ,[object Object],메뉴

More Related Content

Similar to webdynpro Wda Select Option Usage

webdynpro Application attach in Menu
webdynpro Application attach in Menuwebdynpro Application attach in Menu
webdynpro Application attach in Menugueste09a71
 
Webdynpro Yes-No Popup
Webdynpro Yes-No Popup Webdynpro Yes-No Popup
Webdynpro Yes-No Popup jung_se_hun
 
webdynpro exit plug use
webdynpro exit plug usewebdynpro exit plug use
webdynpro exit plug usejung_se_hun
 
webdynpro에서 roadmap 사용
webdynpro에서 roadmap 사용webdynpro에서 roadmap 사용
webdynpro에서 roadmap 사용jung_se_hun
 
Abap Screen Exit guide
Abap Screen Exit guideAbap Screen Exit guide
Abap Screen Exit guidejung_se_hun
 
webdynpro에서 messag display
webdynpro에서 messag displaywebdynpro에서 messag display
webdynpro에서 messag displayjung_se_hun
 
webdynpro Alv Tree
webdynpro  Alv Treewebdynpro  Alv Tree
webdynpro Alv Treeguest38b420
 
Webdynpro에서 table select all and deselect all
Webdynpro에서 table select all and deselect allWebdynpro에서 table select all and deselect all
Webdynpro에서 table select all and deselect alljung_se_hun
 
Webdynpro에서 message display
Webdynpro에서 message displayWebdynpro에서 message display
Webdynpro에서 message displayjung_se_hun
 
webdynpro에서 iview통해서 transaction call
webdynpro에서 iview통해서 transaction callwebdynpro에서 iview통해서 transaction call
webdynpro에서 iview통해서 transaction calljung_se_hun
 
webdynpro Application role setting
webdynpro Application role settingwebdynpro Application role setting
webdynpro Application role settingjung_se_hun
 
webdynpro에서 iview통해서 transaction call
webdynpro에서  iview통해서 transaction callwebdynpro에서  iview통해서 transaction call
webdynpro에서 iview통해서 transaction calljung_se_hun
 
UI 정적분석툴 소개와 활용사례
UI 정적분석툴 소개와 활용사례UI 정적분석툴 소개와 활용사례
UI 정적분석툴 소개와 활용사례SangIn Choung
 
webdynpro Smartform To Pfd Converting
webdynpro Smartform To Pfd Converting webdynpro Smartform To Pfd Converting
webdynpro Smartform To Pfd Converting jung_se_hun
 
(편집-테스트카페 발표자료) 1인 QA 수행사례로 발표한 자료 (W프로젝트 사례)
(편집-테스트카페 발표자료) 1인 QA 수행사례로 발표한 자료 (W프로젝트 사례)(편집-테스트카페 발표자료) 1인 QA 수행사례로 발표한 자료 (W프로젝트 사례)
(편집-테스트카페 발표자료) 1인 QA 수행사례로 발표한 자료 (W프로젝트 사례)SangIn Choung
 
산학 제출 PPT
산학 제출 PPT산학 제출 PPT
산학 제출 PPT21HG020
 
webdynpro Column Grouping
webdynpro Column Groupingwebdynpro Column Grouping
webdynpro Column Groupingjung_se_hun
 
Source Code Compare Engine
Source Code Compare EngineSource Code Compare Engine
Source Code Compare EngineJune Heo
 
Abap 에서 webdynpro Call
Abap 에서 webdynpro Call Abap 에서 webdynpro Call
Abap 에서 webdynpro Call jung_se_hun
 
Essencia ui ux specification 2014 10 15
Essencia ui ux specification 2014 10 15Essencia ui ux specification 2014 10 15
Essencia ui ux specification 2014 10 15uEngine Solutions
 

Similar to webdynpro Wda Select Option Usage (20)

webdynpro Application attach in Menu
webdynpro Application attach in Menuwebdynpro Application attach in Menu
webdynpro Application attach in Menu
 
Webdynpro Yes-No Popup
Webdynpro Yes-No Popup Webdynpro Yes-No Popup
Webdynpro Yes-No Popup
 
webdynpro exit plug use
webdynpro exit plug usewebdynpro exit plug use
webdynpro exit plug use
 
webdynpro에서 roadmap 사용
webdynpro에서 roadmap 사용webdynpro에서 roadmap 사용
webdynpro에서 roadmap 사용
 
Abap Screen Exit guide
Abap Screen Exit guideAbap Screen Exit guide
Abap Screen Exit guide
 
webdynpro에서 messag display
webdynpro에서 messag displaywebdynpro에서 messag display
webdynpro에서 messag display
 
webdynpro Alv Tree
webdynpro  Alv Treewebdynpro  Alv Tree
webdynpro Alv Tree
 
Webdynpro에서 table select all and deselect all
Webdynpro에서 table select all and deselect allWebdynpro에서 table select all and deselect all
Webdynpro에서 table select all and deselect all
 
Webdynpro에서 message display
Webdynpro에서 message displayWebdynpro에서 message display
Webdynpro에서 message display
 
webdynpro에서 iview통해서 transaction call
webdynpro에서 iview통해서 transaction callwebdynpro에서 iview통해서 transaction call
webdynpro에서 iview통해서 transaction call
 
webdynpro Application role setting
webdynpro Application role settingwebdynpro Application role setting
webdynpro Application role setting
 
webdynpro에서 iview통해서 transaction call
webdynpro에서  iview통해서 transaction callwebdynpro에서  iview통해서 transaction call
webdynpro에서 iview통해서 transaction call
 
UI 정적분석툴 소개와 활용사례
UI 정적분석툴 소개와 활용사례UI 정적분석툴 소개와 활용사례
UI 정적분석툴 소개와 활용사례
 
webdynpro Smartform To Pfd Converting
webdynpro Smartform To Pfd Converting webdynpro Smartform To Pfd Converting
webdynpro Smartform To Pfd Converting
 
(편집-테스트카페 발표자료) 1인 QA 수행사례로 발표한 자료 (W프로젝트 사례)
(편집-테스트카페 발표자료) 1인 QA 수행사례로 발표한 자료 (W프로젝트 사례)(편집-테스트카페 발표자료) 1인 QA 수행사례로 발표한 자료 (W프로젝트 사례)
(편집-테스트카페 발표자료) 1인 QA 수행사례로 발표한 자료 (W프로젝트 사례)
 
산학 제출 PPT
산학 제출 PPT산학 제출 PPT
산학 제출 PPT
 
webdynpro Column Grouping
webdynpro Column Groupingwebdynpro Column Grouping
webdynpro Column Grouping
 
Source Code Compare Engine
Source Code Compare EngineSource Code Compare Engine
Source Code Compare Engine
 
Abap 에서 webdynpro Call
Abap 에서 webdynpro Call Abap 에서 webdynpro Call
Abap 에서 webdynpro Call
 
Essencia ui ux specification 2014 10 15
Essencia ui ux specification 2014 10 15Essencia ui ux specification 2014 10 15
Essencia ui ux specification 2014 10 15
 

More from jung_se_hun

Webdynpro Service Activate
Webdynpro Service ActivateWebdynpro Service Activate
Webdynpro Service Activatejung_se_hun
 
webdynpro Select Option Default Value Setting
webdynpro  Select Option Default Value Setting webdynpro  Select Option Default Value Setting
webdynpro Select Option Default Value Setting jung_se_hun
 
webdynpro Alv Leadselection
webdynpro Alv Leadselectionwebdynpro Alv Leadselection
webdynpro Alv Leadselectionjung_se_hun
 
webdynpro Table Popin
webdynpro Table Popin webdynpro Table Popin
webdynpro Table Popin jung_se_hun
 
sap Webdynpro File Up Down Load
sap Webdynpro File Up Down Load sap Webdynpro File Up Down Load
sap Webdynpro File Up Down Load jung_se_hun
 
SAP Abap File Save (Cl Gos Manager)
SAP Abap File Save (Cl Gos Manager)SAP Abap File Save (Cl Gos Manager)
SAP Abap File Save (Cl Gos Manager)jung_se_hun
 
sap Abap File Save (Cl Gos Manager)
sap Abap File Save (Cl Gos Manager)sap Abap File Save (Cl Gos Manager)
sap Abap File Save (Cl Gos Manager)jung_se_hun
 
webdynpro File Up Down Load
webdynpro File Up Down Load webdynpro File Up Down Load
webdynpro File Up Down Load jung_se_hun
 
webdynpro Popup Open
webdynpro Popup Openwebdynpro Popup Open
webdynpro Popup Openjung_se_hun
 
webdynpro Dropdown List Value Set Setting
webdynpro Dropdown List Value Set Setting webdynpro Dropdown List Value Set Setting
webdynpro Dropdown List Value Set Setting jung_se_hun
 
webdynpro for abap Cell Color Setting
webdynpro for abap Cell Color Setting webdynpro for abap Cell Color Setting
webdynpro for abap Cell Color Setting jung_se_hun
 
Abap HR Function
Abap HR Function Abap HR Function
Abap HR Function jung_se_hun
 
Abap RFC destination for web service import
 Abap RFC destination for web service import Abap RFC destination for web service import
Abap RFC destination for web service importjung_se_hun
 
abap maintenance view and t-code
abap maintenance view and t-codeabap maintenance view and t-code
abap maintenance view and t-codejung_se_hun
 
Abap maintenance view
Abap maintenance view Abap maintenance view
Abap maintenance view jung_se_hun
 
sap Error Report
sap Error Report sap Error Report
sap Error Report jung_se_hun
 
Abap Text Symbol translation
Abap Text Symbol translationAbap Text Symbol translation
Abap Text Symbol translationjung_se_hun
 
Abap Dev Class 변경
Abap Dev Class 변경 Abap Dev Class 변경
Abap Dev Class 변경 jung_se_hun
 
Abap Field Exit Guide
 Abap Field Exit Guide Abap Field Exit Guide
Abap Field Exit Guidejung_se_hun
 
Abap Mail Sending
Abap Mail SendingAbap Mail Sending
Abap Mail Sendingjung_se_hun
 

More from jung_se_hun (20)

Webdynpro Service Activate
Webdynpro Service ActivateWebdynpro Service Activate
Webdynpro Service Activate
 
webdynpro Select Option Default Value Setting
webdynpro  Select Option Default Value Setting webdynpro  Select Option Default Value Setting
webdynpro Select Option Default Value Setting
 
webdynpro Alv Leadselection
webdynpro Alv Leadselectionwebdynpro Alv Leadselection
webdynpro Alv Leadselection
 
webdynpro Table Popin
webdynpro Table Popin webdynpro Table Popin
webdynpro Table Popin
 
sap Webdynpro File Up Down Load
sap Webdynpro File Up Down Load sap Webdynpro File Up Down Load
sap Webdynpro File Up Down Load
 
SAP Abap File Save (Cl Gos Manager)
SAP Abap File Save (Cl Gos Manager)SAP Abap File Save (Cl Gos Manager)
SAP Abap File Save (Cl Gos Manager)
 
sap Abap File Save (Cl Gos Manager)
sap Abap File Save (Cl Gos Manager)sap Abap File Save (Cl Gos Manager)
sap Abap File Save (Cl Gos Manager)
 
webdynpro File Up Down Load
webdynpro File Up Down Load webdynpro File Up Down Load
webdynpro File Up Down Load
 
webdynpro Popup Open
webdynpro Popup Openwebdynpro Popup Open
webdynpro Popup Open
 
webdynpro Dropdown List Value Set Setting
webdynpro Dropdown List Value Set Setting webdynpro Dropdown List Value Set Setting
webdynpro Dropdown List Value Set Setting
 
webdynpro for abap Cell Color Setting
webdynpro for abap Cell Color Setting webdynpro for abap Cell Color Setting
webdynpro for abap Cell Color Setting
 
Abap HR Function
Abap HR Function Abap HR Function
Abap HR Function
 
Abap RFC destination for web service import
 Abap RFC destination for web service import Abap RFC destination for web service import
Abap RFC destination for web service import
 
abap maintenance view and t-code
abap maintenance view and t-codeabap maintenance view and t-code
abap maintenance view and t-code
 
Abap maintenance view
Abap maintenance view Abap maintenance view
Abap maintenance view
 
sap Error Report
sap Error Report sap Error Report
sap Error Report
 
Abap Text Symbol translation
Abap Text Symbol translationAbap Text Symbol translation
Abap Text Symbol translation
 
Abap Dev Class 변경
Abap Dev Class 변경 Abap Dev Class 변경
Abap Dev Class 변경
 
Abap Field Exit Guide
 Abap Field Exit Guide Abap Field Exit Guide
Abap Field Exit Guide
 
Abap Mail Sending
Abap Mail SendingAbap Mail Sending
Abap Mail Sending
 

Recently uploaded

캐드앤그래픽스 2024년 5월호 목차
캐드앤그래픽스 2024년 5월호 목차캐드앤그래픽스 2024년 5월호 목차
캐드앤그래픽스 2024년 5월호 목차캐드앤그래픽스
 
MOODv2 : Masked Image Modeling for Out-of-Distribution Detection
MOODv2 : Masked Image Modeling for Out-of-Distribution DetectionMOODv2 : Masked Image Modeling for Out-of-Distribution Detection
MOODv2 : Masked Image Modeling for Out-of-Distribution DetectionKim Daeun
 
Console API (Kitworks Team Study 백혜인 발표자료)
Console API (Kitworks Team Study 백혜인 발표자료)Console API (Kitworks Team Study 백혜인 발표자료)
Console API (Kitworks Team Study 백혜인 발표자료)Wonjun Hwang
 
A future that integrates LLMs and LAMs (Symposium)
A future that integrates LLMs and LAMs (Symposium)A future that integrates LLMs and LAMs (Symposium)
A future that integrates LLMs and LAMs (Symposium)Tae Young Lee
 
Merge (Kitworks Team Study 이성수 발표자료 240426)
Merge (Kitworks Team Study 이성수 발표자료 240426)Merge (Kitworks Team Study 이성수 발표자료 240426)
Merge (Kitworks Team Study 이성수 발표자료 240426)Wonjun Hwang
 
Continual Active Learning for Efficient Adaptation of Machine LearningModels ...
Continual Active Learning for Efficient Adaptation of Machine LearningModels ...Continual Active Learning for Efficient Adaptation of Machine LearningModels ...
Continual Active Learning for Efficient Adaptation of Machine LearningModels ...Kim Daeun
 

Recently uploaded (6)

캐드앤그래픽스 2024년 5월호 목차
캐드앤그래픽스 2024년 5월호 목차캐드앤그래픽스 2024년 5월호 목차
캐드앤그래픽스 2024년 5월호 목차
 
MOODv2 : Masked Image Modeling for Out-of-Distribution Detection
MOODv2 : Masked Image Modeling for Out-of-Distribution DetectionMOODv2 : Masked Image Modeling for Out-of-Distribution Detection
MOODv2 : Masked Image Modeling for Out-of-Distribution Detection
 
Console API (Kitworks Team Study 백혜인 발표자료)
Console API (Kitworks Team Study 백혜인 발표자료)Console API (Kitworks Team Study 백혜인 발표자료)
Console API (Kitworks Team Study 백혜인 발표자료)
 
A future that integrates LLMs and LAMs (Symposium)
A future that integrates LLMs and LAMs (Symposium)A future that integrates LLMs and LAMs (Symposium)
A future that integrates LLMs and LAMs (Symposium)
 
Merge (Kitworks Team Study 이성수 발표자료 240426)
Merge (Kitworks Team Study 이성수 발표자료 240426)Merge (Kitworks Team Study 이성수 발표자료 240426)
Merge (Kitworks Team Study 이성수 발표자료 240426)
 
Continual Active Learning for Efficient Adaptation of Machine LearningModels ...
Continual Active Learning for Efficient Adaptation of Machine LearningModels ...Continual Active Learning for Efficient Adaptation of Machine LearningModels ...
Continual Active Learning for Efficient Adaptation of Machine LearningModels ...
 

webdynpro Wda Select Option Usage

  • 1. webdynpro select option usage Skill cut [email_address] Copyright © 2006 by BNE Solution Consulting INC. ALL RIGHTS RESERVED. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means - electronic, mechanical, photocopying, recording, or otherwise- without the permission of BNE Solution Consulting. This document provides an outline of a presentation and is incomplete without the accompanying oral commentary and discussion.
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.