You are on page 1of 6

WebDynpro for ABAP - Hello world

Page 1 of 10

0
SAP Development SAP Netweaver ABAP Web Dynpro WDP ALV BSP Web Services SAP Portal Visual

SAP Develpment Ads by Google

Composer

Share |

Sap ABAP Tutorial Java Web Dynpro Sap ABAP Programs


ALV
SAP ABAP List viewer

My First ABAP WebDynpro - simple WebDynpro to display 'Hello world'


Database Refresh Guide
New Database Refresh Techniques Cut Storage Costs and Improve OPEX.
Delphix.com/Database-Refresh-Guide

ABAP Reporting SAPscript


Presenting data using SAPScripts

Testing SAP Applications


Read case studies and white papers on SAP application testing.
www.infosys.com/saptesting

SAP Help
SAP development

ABAP Help
ABAP development code

Dialog screens
ABAP dynpro screen development

Datenhandhabung in SAP
Fallstudien-Download und Demo. Sicher, schnell & automatisiert!
Winshuttle-Software.de

BAPI/RFC
Calling BAPI's and RFC's

File Upload and Download MS interface


Integrating SAP and Microsoft

Below are the steps for creating a simple ABAP WebDynpro wihich displays the message 'HelloWorld' to the user. Step 1 Execute transaction SE80 Step 2 Create Web Dynpro component Select Web Dynpro component/application from drop down and create new Web Dynpro component. Give the window a name of your choice e.g. MAIN_WINDOW. Also depending on your version of SAP you may also have the option to enter the default view as well. Give the view a name of your choice, i will use 'VIEW1' for this example. This view will then be automatically embeded into the window. If you eneter a view here you can miss out steps 3 and 6.

ABAP Performance
Improve performance

Testing / eCATT
Test SAP programs

SAP Graphics
Using graphics in sap programs

MINISAP
Stand alone SAP system for you home PC

SAP Upgrade
Upgrading your SAP ERP system

SAP Currency / Language conversion


Converting your SAP system to handle mutiple currencies/languages

SAP Security and Authorisations


Security topics such as authority checking and password fields

SAP Netweaver SAP Web development


Developing SAP web applications

SAP ABAP web dynpro SAP Visual Composer


Consume webservices or SAP BAPI and RFC function modules

SAP Portal - ESS/MSS


SAP Portal, ESS and MSS development

Step 3 Create View This step is not required if you entered the view name during the creation of your ABAP web dynpro(step 1). Within the context menu of the WebDynpro component and choose Create->View (VIEW1)

BSP's
developing BSP's applications

ITS
Internet transaction server

Jco development

http://www.sapdev.co.uk/webapps/webdynpro/wdp_helloworld.htm

3/15/2012

WebDynpro for ABAP - Hello world

Page 2 of 10

Join the Mailing List


Enter your name and email address below: Name: Email:

i j k l m n Subscribe n Unsubscribe j k l m GO
Get your Free Mailing List
by Bravenet.com

http://www.sapdev.co.uk/webapps/webdynpro/wdp_helloworld.htm

3/15/2012

WebDynpro for ABAP - Hello world

Page 3 of 10

Step 4 Within the layout tab of the view create a simple UI element of type CAPTION (VIEW1). To do this right click on the ROOTUIELEMENTCONTAINER within the UI element hierarchy (top right corner) and select Insert Element. Enter a name for the element and select type CAPTION.

Step 5 Double click on the CAPTION to maintain it properties list. Change its display text using the text property to what ever you want e.g. HELLO WORLD. Press enter to see these changes appear in the layout preview!

Step 6 Make WebDynpro view part of the WebDynpro window This step is not required if you entered the view name during the creation of your ABAP web dynpro(step 1), in which case go straight to step 7 otherwise follow instructions below. Edit the Webdynpro window and select the window tab(MAIN_WINDOW). In the window structure open the context menu for the Web Dynpro window and select Embed View.

http://www.sapdev.co.uk/webapps/webdynpro/wdp_helloworld.htm

3/15/2012

WebDynpro for ABAP - Hello world

Page 4 of 10

Display list of views available to be embedded Click 'value help' button to display list of available views to add.

Choose view to add to window Now select your view from the list.

The embed view popup will now be populated with the appropriate detials

The view has now been embeded to the window

http://www.sapdev.co.uk/webapps/webdynpro/wdp_helloworld.htm

3/15/2012

WebDynpro for ABAP - Hello world

Page 5 of 10

Step 7 Create web Dynpro application

Step 8 - Save and activate everything

Step 9 - Test your WebDynpro (WDp)

http://www.sapdev.co.uk/webapps/webdynpro/wdp_helloworld.htm

3/15/2012

WebDynpro for ABAP - Hello world

Page 6 of 10

Step 10 - Result

www.PDF-Tool.wiseconvert.com

Ads by Google

Share
0
tweet

Login
This blog post All blog posts Subscribe to this blog post's comments through...
Add to Add to My Yahoo!

http://www.sapdev.co.uk/webapps/webdynpro/wdp_helloworld.htm

3/15/2012

You might also like