SlideShare a Scribd company logo
webdynpro select option default value setting 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 검토일자 승인자 승인일자 검토자 최초작성 정세훈 Ver1.0 1 변경사유 작성자 작성일자 버전 순번
Procedure   1. Select option 이 있는  view 의  Wddoinit 에  select option 을 선언하고 다음의  code 를 삽입한다 . 참고사항 Related Link 목적 .select option usage 의  default value 를  setting 한다 . types : begin of r_uname, sign(1), option(2), low type zereq_perno, high type zereq_perno, end of r_uname. data : s_uname type standard table of r_uname. data : s_uname1 type standard table of r_uname1. data : t_uname type r_uname. data : t_uname1 type r_uname1. data : rt_uname type ref to data, field-symbols : <fs_uname> type table. 메뉴
Procedure   1. Select option 이 있는  view 의  Wddoinit 에  select option 을 선언하고 다음의  code 를 삽입한다 . 참고사항 Related Link 목적 .select option usage 의  default value 를  setting 한다 . t_uname-sign = 'I'. t_uname-option = 'EQ'. move tmp_pernr1 to t_uname-low. append t_uname to s_uname. clear t_uname. create data rt_uname like s_uname. assign rt_uname->* to <fs_uname>. <fs_uname> = s_uname. wd_this->m_handler->set_range_table_of_sel_field( i_id = 'REQ_PERNO' it_range_table = rt_uname ). 메뉴
Ad

More Related Content

Viewers also liked (9)

webdynpro에서 roadmap 사용
webdynpro에서 roadmap 사용webdynpro에서 roadmap 사용
webdynpro에서 roadmap 사용
jung_se_hun
 
Abap HR Function
Abap HR Function Abap HR Function
Abap HR Function
jung_se_hun
 
abap maintenance view and t-code
abap maintenance view and t-codeabap maintenance view and t-code
abap maintenance view and t-code
jung_se_hun
 
webdynpro Popup Open
webdynpro Popup Openwebdynpro Popup Open
webdynpro Popup Open
jung_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 Alv Leadselection
webdynpro Alv Leadselectionwebdynpro Alv Leadselection
webdynpro Alv Leadselection
jung_se_hun
 
abap 공휴일 구하기( FM : holiday_get)
abap 공휴일 구하기( FM : holiday_get)abap 공휴일 구하기( FM : holiday_get)
abap 공휴일 구하기( FM : holiday_get)
jung_se_hun
 
webdynpro Wda Select Option Usage
webdynpro Wda Select Option Usagewebdynpro Wda Select Option Usage
webdynpro Wda Select Option Usage
jung_se_hun
 
Abap Text Symbol translation
Abap Text Symbol translationAbap Text Symbol translation
Abap Text Symbol translation
jung_se_hun
 
webdynpro에서 roadmap 사용
webdynpro에서 roadmap 사용webdynpro에서 roadmap 사용
webdynpro에서 roadmap 사용
jung_se_hun
 
Abap HR Function
Abap HR Function Abap HR Function
Abap HR Function
jung_se_hun
 
abap maintenance view and t-code
abap maintenance view and t-codeabap maintenance view and t-code
abap maintenance view and t-code
jung_se_hun
 
webdynpro Popup Open
webdynpro Popup Openwebdynpro Popup Open
webdynpro Popup Open
jung_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 Alv Leadselection
webdynpro Alv Leadselectionwebdynpro Alv Leadselection
webdynpro Alv Leadselection
jung_se_hun
 
abap 공휴일 구하기( FM : holiday_get)
abap 공휴일 구하기( FM : holiday_get)abap 공휴일 구하기( FM : holiday_get)
abap 공휴일 구하기( FM : holiday_get)
jung_se_hun
 
webdynpro Wda Select Option Usage
webdynpro Wda Select Option Usagewebdynpro Wda Select Option Usage
webdynpro Wda Select Option Usage
jung_se_hun
 
Abap Text Symbol translation
Abap Text Symbol translationAbap Text Symbol translation
Abap Text Symbol translation
jung_se_hun
 

More from jung_se_hun (19)

Abap 에서 webdynpro Call
Abap 에서 webdynpro Call Abap 에서 webdynpro Call
Abap 에서 webdynpro Call
jung_se_hun
 
Webdynpro Service Activate
Webdynpro Service ActivateWebdynpro Service Activate
Webdynpro Service Activate
jung_se_hun
 
webdynpro Ovs Usage
webdynpro Ovs Usagewebdynpro Ovs Usage
webdynpro Ovs Usage
jung_se_hun
 
Webdynpro Alv Usage
Webdynpro Alv UsageWebdynpro Alv Usage
Webdynpro Alv Usage
jung_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
 
webdynpro File Up Down Load
webdynpro File Up Down Load webdynpro File Up Down Load
webdynpro File Up Down Load
jung_se_hun
 
webdynpro exit plug use
webdynpro exit plug usewebdynpro exit plug use
webdynpro exit plug use
jung_se_hun
 
webdynpro Column Grouping
webdynpro Column Groupingwebdynpro Column Grouping
webdynpro Column Grouping
jung_se_hun
 
Webdynpro Yes-No Popup
Webdynpro Yes-No Popup Webdynpro Yes-No Popup
Webdynpro Yes-No Popup
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 import
jung_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 Screen Exit guide
Abap Screen Exit guideAbap Screen Exit guide
Abap Screen Exit guide
jung_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 Guide
jung_se_hun
 
Abap Mail Sending
Abap Mail SendingAbap Mail Sending
Abap Mail Sending
jung_se_hun
 
webdynpro Smartform To Pfd Converting
webdynpro Smartform To Pfd Converting webdynpro Smartform To Pfd Converting
webdynpro Smartform To Pfd Converting
jung_se_hun
 
Abap 에서 webdynpro Call
Abap 에서 webdynpro Call Abap 에서 webdynpro Call
Abap 에서 webdynpro Call
jung_se_hun
 
Webdynpro Service Activate
Webdynpro Service ActivateWebdynpro Service Activate
Webdynpro Service Activate
jung_se_hun
 
webdynpro Ovs Usage
webdynpro Ovs Usagewebdynpro Ovs Usage
webdynpro Ovs Usage
jung_se_hun
 
Webdynpro Alv Usage
Webdynpro Alv UsageWebdynpro Alv Usage
Webdynpro Alv Usage
jung_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
 
webdynpro File Up Down Load
webdynpro File Up Down Load webdynpro File Up Down Load
webdynpro File Up Down Load
jung_se_hun
 
webdynpro exit plug use
webdynpro exit plug usewebdynpro exit plug use
webdynpro exit plug use
jung_se_hun
 
webdynpro Column Grouping
webdynpro Column Groupingwebdynpro Column Grouping
webdynpro Column Grouping
jung_se_hun
 
Webdynpro Yes-No Popup
Webdynpro Yes-No Popup Webdynpro Yes-No Popup
Webdynpro Yes-No Popup
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 import
jung_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 Screen Exit guide
Abap Screen Exit guideAbap Screen Exit guide
Abap Screen Exit guide
jung_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 Guide
jung_se_hun
 
Abap Mail Sending
Abap Mail SendingAbap Mail Sending
Abap Mail Sending
jung_se_hun
 
webdynpro Smartform To Pfd Converting
webdynpro Smartform To Pfd Converting webdynpro Smartform To Pfd Converting
webdynpro Smartform To Pfd Converting
jung_se_hun
 
Ad

Recently uploaded (20)

Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)
Ortus Solutions, Corp
 
Build Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For DevsBuild Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For Devs
Brian McKeiver
 
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Impelsys Inc.
 
Special Meetup Edition - TDX Bengaluru Meetup #52.pptx
Special Meetup Edition - TDX Bengaluru Meetup #52.pptxSpecial Meetup Edition - TDX Bengaluru Meetup #52.pptx
Special Meetup Edition - TDX Bengaluru Meetup #52.pptx
shyamraj55
 
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptxIncreasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Anoop Ashok
 
Electronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploitElectronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploit
niftliyevhuseyn
 
AI and Data Privacy in 2025: Global Trends
AI and Data Privacy in 2025: Global TrendsAI and Data Privacy in 2025: Global Trends
AI and Data Privacy in 2025: Global Trends
InData Labs
 
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven InsightsAndrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell
 
Rusty Waters: Elevating Lakehouses Beyond Spark
Rusty Waters: Elevating Lakehouses Beyond SparkRusty Waters: Elevating Lakehouses Beyond Spark
Rusty Waters: Elevating Lakehouses Beyond Spark
carlyakerly1
 
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc
 
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdfComplete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Software Company
 
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
Alan Dix
 
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Aqusag Technologies
 
2025-05-Q4-2024-Investor-Presentation.pptx
2025-05-Q4-2024-Investor-Presentation.pptx2025-05-Q4-2024-Investor-Presentation.pptx
2025-05-Q4-2024-Investor-Presentation.pptx
Samuele Fogagnolo
 
Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.
hpbmnnxrvb
 
Role of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered ManufacturingRole of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered Manufacturing
Andrew Leo
 
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager APIUiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPathCommunity
 
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdfSAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
Precisely
 
Mobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi ArabiaMobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi Arabia
Steve Jonas
 
Technology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data AnalyticsTechnology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data Analytics
InData Labs
 
Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)
Ortus Solutions, Corp
 
Build Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For DevsBuild Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For Devs
Brian McKeiver
 
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Impelsys Inc.
 
Special Meetup Edition - TDX Bengaluru Meetup #52.pptx
Special Meetup Edition - TDX Bengaluru Meetup #52.pptxSpecial Meetup Edition - TDX Bengaluru Meetup #52.pptx
Special Meetup Edition - TDX Bengaluru Meetup #52.pptx
shyamraj55
 
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptxIncreasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Anoop Ashok
 
Electronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploitElectronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploit
niftliyevhuseyn
 
AI and Data Privacy in 2025: Global Trends
AI and Data Privacy in 2025: Global TrendsAI and Data Privacy in 2025: Global Trends
AI and Data Privacy in 2025: Global Trends
InData Labs
 
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven InsightsAndrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell
 
Rusty Waters: Elevating Lakehouses Beyond Spark
Rusty Waters: Elevating Lakehouses Beyond SparkRusty Waters: Elevating Lakehouses Beyond Spark
Rusty Waters: Elevating Lakehouses Beyond Spark
carlyakerly1
 
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc
 
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdfComplete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Software Company
 
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
Alan Dix
 
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Aqusag Technologies
 
2025-05-Q4-2024-Investor-Presentation.pptx
2025-05-Q4-2024-Investor-Presentation.pptx2025-05-Q4-2024-Investor-Presentation.pptx
2025-05-Q4-2024-Investor-Presentation.pptx
Samuele Fogagnolo
 
Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.
hpbmnnxrvb
 
Role of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered ManufacturingRole of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered Manufacturing
Andrew Leo
 
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager APIUiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPathCommunity
 
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdfSAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
Precisely
 
Mobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi ArabiaMobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi Arabia
Steve Jonas
 
Technology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data AnalyticsTechnology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data Analytics
InData Labs
 
Ad

webdynpro Select Option Default Value Setting

  • 1. webdynpro select option default value setting 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. Document Control 산출물명 Phase 명 Task 명 Stage Task Module 검토일자 승인자 승인일자 검토자 최초작성 정세훈 Ver1.0 1 변경사유 작성자 작성일자 버전 순번
  • 3. Procedure 1. Select option 이 있는 view 의 Wddoinit 에 select option 을 선언하고 다음의 code 를 삽입한다 . 참고사항 Related Link 목적 .select option usage 의 default value 를 setting 한다 . types : begin of r_uname, sign(1), option(2), low type zereq_perno, high type zereq_perno, end of r_uname. data : s_uname type standard table of r_uname. data : s_uname1 type standard table of r_uname1. data : t_uname type r_uname. data : t_uname1 type r_uname1. data : rt_uname type ref to data, field-symbols : <fs_uname> type table. 메뉴
  • 4. Procedure 1. Select option 이 있는 view 의 Wddoinit 에 select option 을 선언하고 다음의 code 를 삽입한다 . 참고사항 Related Link 목적 .select option usage 의 default value 를 setting 한다 . t_uname-sign = 'I'. t_uname-option = 'EQ'. move tmp_pernr1 to t_uname-low. append t_uname to s_uname. clear t_uname. create data rt_uname like s_uname. assign rt_uname->* to <fs_uname>. <fs_uname> = s_uname. wd_this->m_handler->set_range_table_of_sel_field( i_id = 'REQ_PERNO' it_range_table = rt_uname ). 메뉴