design the context node in the component controller as follows. Add an attribute ‘COLOR’ with type as ‘WDUI_TABLE_CELL_DESIGN’. Put the blow code in the component
Author: coderobbot
ALV with link to action column
To set LINK TO ACTION to a filed, create a new method like SET_COLUMN_LINK’ in the component controller methods. Put the below code which instantiate
ALV with editable column
To make a column editable, Create a new method EDIT_COLUMN in the component controller. Put the below code. First instantiate the used component. get the
ALV with column color
Create a web dynpro component and Use the standard ALV web dynpro component as the used controller. Go to the component controller and the used
ALV in 10 steps in Web Dynpro
Step1. Create a web dynpro component and add the ALV component SALV_WD_TABLE as the component use. Step2. Under the component controller Properties add the used component
Component Reuse
Create a web dynpro component. Add a method in the component controller and Select the Interface checkbox. Provide the exporting parameter of the method