首页 > TAG信息列表 > Dynpro

Web Dynpro for ABAP(16):WDA Analysis Tools

3.21 Quality Assurance and Supportability WDA程序效能验证工具。 Tests工具: eCATT and Web Dynpro ABAP Debugging工具: Debugging Web Dynpro ABAP Applications Debugging Web Dynpro Applications Using the Context Menu Web Dynpro ABAP Debugging with Debugging Scripts

Web Dynpro for ABAP(13):Messages

3.18 Messages WDA运行过程中显示提示信息。 示例:WDR_TEST_MSG_AREA; 使用接口类:IF_WD_MESSAGE_MANAGER; 类中方法: CLEAR_MESSAGES:Deletes all messages IS_EMPTY:Queries whether messages are available REPORT_ATTRIBUTE_ERROR_MESSAGE:Reports a Web Dynpro exception for a conte

Web Dynpro for ABAP(15):Print

3.20 Print WDA调用浏览器打印界面 1.创建Print按钮,绑定事件PRINT; 2.实现ONACTIONPRINT事件; method ONACTIONPRINT. DATA:l_api_componentcontroller TYPE REF TO if_wd_component. DATA:l_appl TYPE REF TO if_wd_application. l_api_componentcontroller = wd_comp_cont

Web Dynpro for ABAP(8):Service Calls

3.12 Service Calls 调用已经存在的function以及Class的方法。 1.创建Service Call 2.使用Service Call 选择Component->右键->Create->Service call   使用已有Component Controller         这里可以选择将function的参数创建为method的parameter或者controller的attribute

Web Dynpro for ABAP(4):SAP List Viewer in Web Dynpro ABAP

3.8SAP List Viewer in Web Dynpro ABAP SAP List Viewer (ALV),Component: SALV_WD_TABLE。 ALV可以自定义内容: Filters Sorting across multiple columns Displaying calculations and subtotals Display in Crystal Reports with predefined Crystal Report layouts Configurabl

Web Dynpro for ABAP(1):Web Dynpro结构

Web Dynpro for ABAP 1Web Dynpro结构 Web Dynpro Component:View,Web Dynpro Window,Controller。  Web Component可以嵌入其他Web Component   1.1View 每个Web Dynpro Application至少有一个View; View中可以嵌入多种Element视图元素;   View拥有自己的Context,Controller