Show TOC

DEMO_CONFIG_TABLE_READERLocate this document in the navigation structure

Use

Web Dynpro component DEMO_CONFIG_TABLE_READER displays a configuration output in a table interface.

To use the table interface, the component configuration must be of type 4 (permits data transfer to a table). With this type the configuration context is not filled when the component is uploaded, and the data is displayed in a table. Interface IF_WD_PERS_TABLE_READER can read the configuration data (retrievable using method GET_TABLE_READER of interface IF_WD_PERSONALIZATION).

Note

The table interface is used to read data only. It cannot save data.

Method GET_ROOT_NODE_ID provides you with the name of root node provided one exists. Method GET_CHILD_NODE_ID provides you with the node name.

Note

You can cut down on memory by using GET_TABLE_READER. This saves time filling the configuration context.

However, you cannot use context binding here.

In WDDOMODIFYVIEW perform the following tasks:

  • Get data

  • Create user interface design