cancel
Showing results for 
Search instead for 
Did you mean: 

What can be a proper backend for webdynpro java

Former Member
0 Kudos

Hi all,

i am new to this technology

Can anyone help me how to create backend connection and retrive data from database to a tableview

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

Based on your requirement you can connect any kind of External systems.

The WD provides different Interfaces for accessing any Externals systems.

There is special procedure for every intereface.

first your will learn the WD fundametals then you will get all the details about how to connect external systems.

U can connect to R/3 and CRM and Oracele or Access to webservices and all.

Thanks,

Lohi

Former Member
0 Kudos

Hi,

You can connect to any backend using webdynpro java.

If you know java .........

connect database using... JDBC/EJB/WebService.

Go through the model concepts in webdynpro while using ejb or webservice.

If your backend is SAP R/3 , then use Adaptive RFC model to connect with it.

arun_srinivasan
Contributor
0 Kudos
suresh_krishnamoorthy
Active Contributor
0 Kudos

Hi Padma,

Backend system purely depend on your requirements. Check the following link for sample webdynpro backend application.

Backend Access/ Model:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/28113de9-0601-0010-71a3-c87806865f26?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d">here [original link is broken] [original link is broken]

Regards, Suresh KB

Former Member
0 Kudos

Hi,

First you define your backend, it can be simple database or a R/3 or may be something else.

depending upon that go for using RFC or WebServices or simple database connection.

Regards

Anirban