Top Banner

of 12

Table Data

Mar 01, 2016

Download

Documents

Webdynpro table maintain
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript

Create Web Dynpro component e.g. ZTEST_WDA_TAB and Save as Local object.

Go to CONTEXT tab and create node e.g IT0001 as shown in the below screen shots.

Goto LAYOUT tab ( Insert TRAY element on view ( Later Insert TABLE element inside the TRAY.

Bind Context node with TABLE UI element as shown in the below screen shots.

Goto METHODs tab ( Double click on WDDOINIT method to write code to fetch from DB and using SETTERs, data is passed to corresponding context. As Context is bound with Layout, at runtime Data is display.

Save and Activate all.

Create Web Dynpro Application e.g. ZTEST_WDA_TAB and Run using F8.