admin管理员组

文章数量:1130349

WDA

本文介绍SAP官方Dynpro开发文档NET310,以及资深开发顾问编写的完整教程。

  链接:  密码:kf5m
NET310 ABAP Web Dynpro目录 单元1: Web Dynpro 简介. . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 单元2: Web Dynpro 控制器. . . . . . . . . . . . . . . . . . . . . . . . . .23 单元3: 设计时的上下文 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 单元4: 定义用户界面. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  57 单元5: 控制器和上下文编程. . . . . . . . . . . . . . . . . . . . . . . . .   97 单元6: 国际化和消息. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  135 单元7: 输入帮助和语义帮助. . . . . . . . . . . . . . . . . . . . . . . . . 163 单元8: 组件重用. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  191 单元9: 对话框(弹出对话框) . . . . . . . . . . . . . . . . . . . . . .  217 单元10: 运行时的动态修改. . . . . . . . . . . . . . . . . . . . . . . . . . 233 单元11: 专题. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 265 附录1: 阶段模型. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  313 附录2: 动态编程——高级主题. . . . . . . . . . . . . . . . . . . . . . . 315 附录3: 输入帮助——高级主题. . . . . . . . . . . . . . . . . . . . . . . 319 附录4: 调整Web Dynpro 应用程序——高级主题. . . . . . .  325 附录5: 门户集成. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  327   资深开发顾问编写的资料 一、WebDynpro基础篇 案例一、WebDynpro For ABAP 基础 案例二: Tabtrip与close事件 案例三: HorizonalContextPanel及其事件 案例四: ContextPanel及其事件 案例五: 使用RowRepeater 案例六: Table:Scroll以及header(append与delete) 案例七: Table:Group(Column & Row) 以及firstActualRow,FirstVisiableRow 案例八: Table: Filter 案例九: Table: Sort 案例十: Table: Row Popin 与 Cell Popin,以及Business Graphic 案例十一: Table: 使用TableSummaryCell作subtotal 案例十二: Table: 实现TableSummaryCell的方法(展开或隐藏) 案例十三: Table:动态创建并实现TableSummaryCell的方法(展开或隐藏) 案例十四: Table:Context Change History的使用 案例十五: Table:Tree table(TreeByKeyTableColumn)- One level 案例十六: Table:Tree table(TreeByKeyTableColumn)- multi level 案例十七: Table:Tree table(TreeByKeyTableColumn)- Recursive Node 案例十八: 使用DateNavigator 案例十九: 使用RoadMap 案例二十: 使用Phase Indicator 案例二十一: 使用Select Options 案例二十二: 简单使用Reuse Component 案例二十三: 使用OTR并进行翻译 案例二十四: 利用Request进行SE63中OTR的翻译 案例二十五: UI Element的居中显示(Vertical and horizonal) 案例二十六: 使用Grid layout将UI element放置在不同的位置(左右缩进等) 案例二十七: 使用NavigationList(使用Recursion Node) 案例二十八: 使用CheckBox 和Checkbox Group 案例二十九: 使用OVS 案例三十: 使用Supply Function 案例三十一: 使用Message 案例三十二:使用DropdownlistByKey 和DropdownlistByIndex 案例三十三:使用External Window以及Dialog Boxes 案例三十四:实现Input field的cursor定位 案例三十五:从View上实现WebDynpro的log out 案例三十六:从Component Controller中实现WebDynpro的log out 案例三十七:实现Mandatory Fields的check 案例三十八:使用Assistance Class 案例三十九:WD防止Time out   二、WebDynpro进阶篇 案例一: WebDynpro中事件执行顺序 案例二: 快速搜索WebDynpro信息 案例三: Upload File using WebDynpro 案例四: SICF为某一WD App配置Logon page 案例五: Dynamic 创建 Business Graphic 案例六: Context Menu(静态 与 动态) 案例七: Drag and Drop(静态) 案例八: Drag and Drop(动态) 案例九: WD中实现export 到Excel,Doc,Txt. 案例十: 为WD的Application创建Transaction Code 案例十一: 使用ALV 案例十二: 使用Tree(静态Tree 结构) 案例十三: 使用Tree(动态Tree 结构—Recursion Tree)及其事件 案例十四: 使用PLUG 代替component controller 中的context 来实现不同的View 间进行传递数据 案例十五: 不同的Application 间传递数据(Parameter,不是使用Reuse Component Usage) 案例十六: 使用CL_WD_DYNAMIC_TOOL 动态创建UIElement 与Context Node 案例十七: 动态创建UI Element 与Context Node(静态定义attributes from DDIC) 案例十八: 动态创建UI Element 与Context Node(动态定义attributes),同时可以删除context Node 案例十九: 动态Mapping Context 案例二十: 动态创建UI elment 并绑定Action,同时设置WDEVENT 案例二十一: Component Usage:interface View/Context/Method/Event, Component 间Plug link 案例二十二: Webdynpro Component Interface 以及动态确定实现该Interface 的Component Usage 案例二十三: Multiple Webdynpro Component Usage(克隆Component Usage)以及动态navigation 案例二十四: Multiple Webdynpro Component Usage(非克隆Component Usage)以及动态navigation 案例二十五: 为动态创建的 Component Usage 动态注册event 并进行捕获 案例二十六: Enhancement in Webdynpro 案例二十七: Integration between Webdynpro and Adobe 案例二十八: ALV Color 以及on_click 和on_data_check 案例二十九:实现在AVL 里相同的column 但不同的Row设置不同的DropDownlist 案例三十: 如何从ALV 外部触发ALV event : 如On_data_Check 案例三十一:在WebDynpro中如何实现加锁(Enqueue)与解锁(Dequeue) 案例三十二:实现在table里同一Column和不同row具有不同的Search Help 案例三十三:关于Read-Only以及实现Read-only field的通过F4输入数据(使用Freely Programmed Input Help) 案例三十四: WebDynpro的Performance Tuning 案例三十五: 使用FloorPlan Manager – OIF 案例三十六: 使用FloorPlan Manager – GAF   三、WebDynpro For ABAP 讨论 讨论一: 以功能划分 – 使用MVC架构WD4A项目 讨论二: 以UI划分 – 使用MVC架构WD4A项目   转载:.html

转载于:.html

WDA

本文介绍SAP官方Dynpro开发文档NET310,以及资深开发顾问编写的完整教程。

  链接:  密码:kf5m
NET310 ABAP Web Dynpro目录 单元1: Web Dynpro 简介. . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 单元2: Web Dynpro 控制器. . . . . . . . . . . . . . . . . . . . . . . . . .23 单元3: 设计时的上下文 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 单元4: 定义用户界面. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  57 单元5: 控制器和上下文编程. . . . . . . . . . . . . . . . . . . . . . . . .   97 单元6: 国际化和消息. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  135 单元7: 输入帮助和语义帮助. . . . . . . . . . . . . . . . . . . . . . . . . 163 单元8: 组件重用. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  191 单元9: 对话框(弹出对话框) . . . . . . . . . . . . . . . . . . . . . .  217 单元10: 运行时的动态修改. . . . . . . . . . . . . . . . . . . . . . . . . . 233 单元11: 专题. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 265 附录1: 阶段模型. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  313 附录2: 动态编程——高级主题. . . . . . . . . . . . . . . . . . . . . . . 315 附录3: 输入帮助——高级主题. . . . . . . . . . . . . . . . . . . . . . . 319 附录4: 调整Web Dynpro 应用程序——高级主题. . . . . . .  325 附录5: 门户集成. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  327   资深开发顾问编写的资料 一、WebDynpro基础篇 案例一、WebDynpro For ABAP 基础 案例二: Tabtrip与close事件 案例三: HorizonalContextPanel及其事件 案例四: ContextPanel及其事件 案例五: 使用RowRepeater 案例六: Table:Scroll以及header(append与delete) 案例七: Table:Group(Column & Row) 以及firstActualRow,FirstVisiableRow 案例八: Table: Filter 案例九: Table: Sort 案例十: Table: Row Popin 与 Cell Popin,以及Business Graphic 案例十一: Table: 使用TableSummaryCell作subtotal 案例十二: Table: 实现TableSummaryCell的方法(展开或隐藏) 案例十三: Table:动态创建并实现TableSummaryCell的方法(展开或隐藏) 案例十四: Table:Context Change History的使用 案例十五: Table:Tree table(TreeByKeyTableColumn)- One level 案例十六: Table:Tree table(TreeByKeyTableColumn)- multi level 案例十七: Table:Tree table(TreeByKeyTableColumn)- Recursive Node 案例十八: 使用DateNavigator 案例十九: 使用RoadMap 案例二十: 使用Phase Indicator 案例二十一: 使用Select Options 案例二十二: 简单使用Reuse Component 案例二十三: 使用OTR并进行翻译 案例二十四: 利用Request进行SE63中OTR的翻译 案例二十五: UI Element的居中显示(Vertical and horizonal) 案例二十六: 使用Grid layout将UI element放置在不同的位置(左右缩进等) 案例二十七: 使用NavigationList(使用Recursion Node) 案例二十八: 使用CheckBox 和Checkbox Group 案例二十九: 使用OVS 案例三十: 使用Supply Function 案例三十一: 使用Message 案例三十二:使用DropdownlistByKey 和DropdownlistByIndex 案例三十三:使用External Window以及Dialog Boxes 案例三十四:实现Input field的cursor定位 案例三十五:从View上实现WebDynpro的log out 案例三十六:从Component Controller中实现WebDynpro的log out 案例三十七:实现Mandatory Fields的check 案例三十八:使用Assistance Class 案例三十九:WD防止Time out   二、WebDynpro进阶篇 案例一: WebDynpro中事件执行顺序 案例二: 快速搜索WebDynpro信息 案例三: Upload File using WebDynpro 案例四: SICF为某一WD App配置Logon page 案例五: Dynamic 创建 Business Graphic 案例六: Context Menu(静态 与 动态) 案例七: Drag and Drop(静态) 案例八: Drag and Drop(动态) 案例九: WD中实现export 到Excel,Doc,Txt. 案例十: 为WD的Application创建Transaction Code 案例十一: 使用ALV 案例十二: 使用Tree(静态Tree 结构) 案例十三: 使用Tree(动态Tree 结构—Recursion Tree)及其事件 案例十四: 使用PLUG 代替component controller 中的context 来实现不同的View 间进行传递数据 案例十五: 不同的Application 间传递数据(Parameter,不是使用Reuse Component Usage) 案例十六: 使用CL_WD_DYNAMIC_TOOL 动态创建UIElement 与Context Node 案例十七: 动态创建UI Element 与Context Node(静态定义attributes from DDIC) 案例十八: 动态创建UI Element 与Context Node(动态定义attributes),同时可以删除context Node 案例十九: 动态Mapping Context 案例二十: 动态创建UI elment 并绑定Action,同时设置WDEVENT 案例二十一: Component Usage:interface View/Context/Method/Event, Component 间Plug link 案例二十二: Webdynpro Component Interface 以及动态确定实现该Interface 的Component Usage 案例二十三: Multiple Webdynpro Component Usage(克隆Component Usage)以及动态navigation 案例二十四: Multiple Webdynpro Component Usage(非克隆Component Usage)以及动态navigation 案例二十五: 为动态创建的 Component Usage 动态注册event 并进行捕获 案例二十六: Enhancement in Webdynpro 案例二十七: Integration between Webdynpro and Adobe 案例二十八: ALV Color 以及on_click 和on_data_check 案例二十九:实现在AVL 里相同的column 但不同的Row设置不同的DropDownlist 案例三十: 如何从ALV 外部触发ALV event : 如On_data_Check 案例三十一:在WebDynpro中如何实现加锁(Enqueue)与解锁(Dequeue) 案例三十二:实现在table里同一Column和不同row具有不同的Search Help 案例三十三:关于Read-Only以及实现Read-only field的通过F4输入数据(使用Freely Programmed Input Help) 案例三十四: WebDynpro的Performance Tuning 案例三十五: 使用FloorPlan Manager – OIF 案例三十六: 使用FloorPlan Manager – GAF   三、WebDynpro For ABAP 讨论 讨论一: 以功能划分 – 使用MVC架构WD4A项目 讨论二: 以UI划分 – 使用MVC架构WD4A项目   转载:.html

转载于:.html

本文标签: WDA