web dynpro for abap

13
WebDynpro for ABAP TM Building a simple application WebDynpro for ABAP - TM BUILDING A SIMPLE APPLICATION

Upload: gabriel-magalhaes

Post on 13-Apr-2017

95 views

Category:

Technology


11 download

TRANSCRIPT

Page 1: Web dynpro for abap

WebDynpro for ABAPTM

Building a simple application

WebDynpro for ABAP - TM

BUILDING A SIMPLE APPLICATION

Page 2: Web dynpro for abap

1

Scenario: To create and run a simple WebDynpro Application. We would accept an input value from the user on first screen and display the value entered on the second screen.

Note: Please refer to the SAP® help for detailed information of the components used in this document.

Procedure:

1. Go to transaction SE80. Please note that there is no separate transaction for creation of WebDynpro application other than SE80.

2. Select “WebDynpro Comp./Intf” from the list (as shown below)

3. Create a new WebDynpro component by the name ZSAPTECHNICAL_DEMO.

Assign it to the local object.

Page 3: Web dynpro for abap

2

4. Right click on the WebDynpro component “ZSAPTECHNICAL_DEMO” and create a view.

Save the application

5. Double-click on the COMPONENTCONTROLLER.

6. Check if the application is in change mode.

Page 4: Web dynpro for abap

3

7. Create a node as shown below:

Page 5: Web dynpro for abap

4

8. Create an attribute for the node as shown below:

Save the application.

Page 6: Web dynpro for abap

5

9. Double-click on the view, FIRST_VIEW, created earlier.

In this step, we would be designing the first screen of our application with the following elements:

Label for the input field

Input field

Button (for Submit)

Drag and drop the element “Label” onto the layout.

Page 7: Web dynpro for abap

6

After dragging and dropping onto the layout, change the text of the “Label” to “Username” in the right side bottom of the window.

Now drag and drop the “input field” onto the layout.

Now click on the Label element created earlier and set the property of “LabelFor” to “INPUT_FIELD”.

Finally, drag and drop the element “Button” on to the layout.

Page 8: Web dynpro for abap

7

In the properties window of the Button, do the following:

Change the text to “Submit”

Click on “Create” for the property “OnAction”.

Page 9: Web dynpro for abap

8

Enter the Action and the Outbound Plug name.

Press “OK” for the creation prompt of Outbound Plug.

Click on “Context”tab. Drag and drop the Node on the right side to the context on the left side.

Click on ‘YES’ for the prompt for the node to copied and mapped.

Save the application.

Click on Layout tab now.

Double-click on the “Input_field” and in the properties:

a) For the property “Value”, select the attribute “Name” by clicking on the binding button.

We are done with designing of the first screen.

Page 10: Web dynpro for abap

9

10. In this step, we would design the second screen of our application.

Right-Click on the WebDynpro component and create another view, SECOND_VIEW.

Create a label, “Entered Name” as mentioned in the earlier step.

We would display the value entered on the first screen in an element called “text view”.

Drag and drop the element “Text View” onto the layout.

Click on “Context” tab and map the nodes as in our earlier step.

Go to Tab “Inbound Plugs” and create an inbound plug as shown below:

Go back to the layout now.

Now double-click on the element “TextView” to open the properties. For the property “Text”, click on the binding button and select “Name”

Page 11: Web dynpro for abap

10

11. In this step, we would embed the above created views in the window created in the first step.

a) Double-click on the window “MAIN_WINDOW”.

b) Right-click on the window name and select “EMBED VIEW”.

c) Embed both the views created earlier. Do not select the view “EMPTYVIEW” which is created by default.

d) Expand the tree.

e) Now right-click on “SUBMIT” and select “Create Navigation”.

Page 12: Web dynpro for abap

11

f) Select “SECOND_VIEW” for the dest.view.

g) Now select the FIRST_VIEW and make it as default.

Save and activate the application (When activating, select all the six components related to this

webdynpro application. If all six components are activated, only then your application executes)

Now your application is ready to execute. Lets look at the method of testing this application.

Page 13: Web dynpro for abap

12

Testing your WebDynpro Component

1. Right-click on the WebDynpro Component and create WebDynpro Application.

2. Without changing any values, press SAVE.

3. Execute your WebDynpro application.