Making Buttons Visible/Invisible in views (Web Dynpro for ABAP)
By Sakthivelan .T and Thrinath Kumar .T, Kaavian Systems
Scenario:
In
this tutorial, we will see how to make buttons visible or invisible. Here, am
using a single view, this is also possible while navigating between diff views.
Procedure:
1.
Create Web-Dynpro component with name ZBUTTONS.
2. Enter the
Description for the Component.
3.
Save
it before we proceeds next step.
4.
Insert
the element; through right click on a ROOTUIELEMENTCONTAINER.
5.
Create
the Element as ID: Button1 and Type: Button.
6.
Enter
the Text: Button1, Tooltip: Click the Button1.
7.
Create
the Events for Button1. Enter the
action name and description as: ‘onbutton1’ and ‘Action for button1’.
8.
You
will get the screen as below.
Click here to continue...
|