简体   繁体   中英

Develop an ALV-alike Web Dynpro Component

Is there a way to develop an ALV-alike Web Dynpro component? If yes can someone show me a link, an article or Google search keywords about how-to?

[update] Thank you 4 ur replies. But I am asking how to develop my own alv, not how to use ALV.

SAP provided ALV for web dynpro abap. Here is the first link I've found:

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/80a3de18-ee00-2d10-bfb3-946d7e00fd91

使用此处记录的官方SAP List Viewer组件。

I believe you won't find any how-to develop an ALV-like Web Dynpro component, but you can always check the code of standard WD List Viewer at SALV_WD_TABLE component.

You may want to check the customcontroller interface methods to get an overview of how the table data arrives for the component, and after that check the dynamic table creation.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM