0% found this document useful (0 votes)
17 views4 pages

Webdynpro For Abap: Scenario

The document describes how to build a simple two screen WebDynpro application in SAP. It involves creating a new WebDynpro component in transaction SE80, adding two views, and using a component controller to accept input on the first screen and display it on the second screen.

Uploaded by

amaya100100
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views4 pages

Webdynpro For Abap: Scenario

The document describes how to build a simple two screen WebDynpro application in SAP. It involves creating a new WebDynpro component in transaction SE80, adding two views, and using a component controller to accept input on the first screen and display it on the second screen.

Uploaded by

amaya100100
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

WebDynpro for ABAP

TM

Building a simple application
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.
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.
7. Create a node as shown below:

You might also like