
Step 3 - Add field attributes to your context node Also rememeber to set theĬardinality to 0:n (or 1:n) to denote a table. structure you want your ALV grid based on ). Give the new node a name and enter which table structure you want to base it on (i.e. Step 2 - Populate properties of your context node Now add a new node to the context node (right click the context and select Create->Node). the fields in this context will make up the columns of your ALV table.ĭouble click on the ComponentController and select the 'Context' tab. Now create your context which will be used to generate your ALV grid table. Within the layout tab of your VIEW add a new element of type ViewContainerUIElement and give it a name, such as VIEWCONT1. Step 1 - Create a View Container UIElement Once you have your basic web dynpro which contains a simply view, window and application you can follow the steps below to insert an ALV table into it. It also allows the final user to manipulate the report to their liking by re-orderingīefore following these steps you need to have created a Basic Web Dynpro, which will only take about 5mins as it does not need to do anything, all the one linked to here does

Implementing an interactive ALV report is a very simple processīut once added provides extensive functionality such as sorting, edit, printing, export to excel, various views of same data. Here are the simple instruction of how to insert an ALV report table into your web dynpro for ABAP application.
