cancel
Showing results for 
Search instead for 
Did you mean: 

webdynpro for abap

Former Member
0 Kudos

hi ,

i am new for webdynpro for abap. but i know ABAP. now i am so much interested in learn webdynpro for abap . Can any one tell how to initiate that . and how to connect the RFC with Webdynpro ..

Regards,

kumar

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

This helps you to learn more about WebDynPro applications, See list of Examples, Those helped me a lot

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webdynpro/web%20dy...

Thanks and Regards

Ravi Golla

praveenkumar_kadi
Active Contributor
0 Kudos

Hi,

Check these blogs for "webdynpro for ABAP"

/people/sap.user72/blog/2005/12/08/145web-dynpro-for-abap146-is-here--to-stay

/people/oliver.mayer/blog/2006/06/14/web-dynpro-abap-or-java

/people/craig.gutjahr/blog/2005/04/14/why-abap-performs-better-in-portal-development-than-java--hmmm

Quick tips

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40794172-b95a-2910-fb98-b86d8a09...

Former Member
0 Kudos

Hi,

Here are the details.

In the Web Dynpro application, you will connect to the remote SAP system, the backend, using an adaptive RFC model. To access database tables, you can make use of existing functions in the form of RFC function modules. For each function module that you need, the system generates a corresponding Java proxy class. All the generated proxy classes and interface are bundled together in the RFC model and treated as part of your Web Dynpro project.

For the purposes of this tutorial, you design a simple, structured Web application, which will display flight connections between a given departure and destination airport. The user interface for this Web application will consist of only two views combined into one view set. In the first view, the user should be able to enter the departure and destination airports in the appropriate input fields and trigger display of the flight data using a Search button. As a result of this query, all the available flight data will be displayed as a table in the next view.

<u><b>OBJECTIVES</b></u>

1) Create a model that is used to connect to the SAP backend from the Web Dynpro project

2) Generate Java proxies for function modules from a remote SAP system

3) Implement custom controllers for specific tasks that cannot be assigned to a single view

4) Create contexts for the custom controller and bind them to the model

5) Create view contexts and map them to the custom controller context

6) Bind UI controls to view context elements

7) Implement access to remote function modules in an SAP system

<u><b>PRE requisites</b></u>

1) The SAP NetWeaver Developer Studio is installed on your computer.

2) You have access to the SAP J2EE Engine (Release 6.40).

3) You have access to a remote SAP back-end system.

To test this example application successfully, you must also make sure that this SAP system contains the function module BAPI_FLIGHT_GETLIST and the appropriate data from the flight data model. To access functions within an SAP system, a user must provide this system with valid credentials by means of the logon process. Since you are using the Web Dynpro Adaptive RFC Layer, the user ID defined in the Web Dynpro Content Administrator of your J2EE Engine will take care of the connection automatically.

4) The SAP System Landscape Directory (SLD) and the SLD bridge are configured and running.

The SLD contains component information about all SAP software modules, the system landscape description and the name reservation service.

The SLD bridge is used to transform the system data to the SLD server complient format.

5) n order to connect the logical systems defined in the Adaptive RFC model with a physical SAP system you need to perform two configuration tasks:

Setting Up the SLD Connection

To establish a connection to the SLD server you have to specify the HTTP connection parameters. You will carry out this taks in the J2EE Engine Administrator while the J2EE Engine is running.

Proceed as follows:

Start the J2EE Engine if you have not already done so.

Start the engine administrator console using the path <Drive>:\usr\sap\<System ID>\JC00\j2ee\admin\go.bat.

Choose Connect and log on to the J2EE Engine. You need administrator rights for the login process.

After login, choose the Cluster tab on the left, expand the node Server, Services, and choose SLD Data Supplier.

Choose CIM Client Generation Settings and specify the necessary HTTP connection parameters to establish a connection to the SLD.

Save the data by pressing the Save button

Choose the CIM Client Test button to check the CIM client connectivity.

If the test was successful, you can close the J2EE Engine Administrator Console. Otherwise correct your connection parameters.

Now you have defined the connection parameters for SLD server has to be used to run your application.

hope this helps you and do <b>reward points</b> as part of the appreciation.

regards.

Former Member
0 Kudos

Hi kumaresan,

Chk out this link

http://help.sap.com/saphelp_erp2005/helpdata/en/c3/76b45d9688e04abe1a1070410ddc1e/frameset.htm

Reward points if useful

Thanks

srinivas