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
Category: Uncategorized
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
Displaying MIME Image
Create a web dynpro component. Add an IMAGE UI element in the view layout. In the source we have to provide an image. we
Check Box
Create a web dynpro component & add two attributes ( type CHAR01 ) under the context node ( want to show two check boxes).
CheckBox Group
Create a web dynpro component and design the context with a node a with cardinality 0..N and an attribute inside that node. Add a