cancel
Showing results for 
Search instead for 
Did you mean: 

RFC or Database table

Former Member
0 Kudos

Hi All,

I want to know weather we have to use RFC in Webdynpro to populate data from Backend or we can use data base table directly.

Thanks and Regards,

Anand.

Accepted Solutions (0)

Answers (1)

Answers (1)

venkatakalyan_karanam
Active Contributor
0 Kudos

Hi

If it is a R/3 system then better to use RFC/BAPI approach

to develope MVC application.

If the data is coming from standalone DB then use jdbc

Better go for RFC for ease of integration and maintainance and flexible.

Regards

Kalyan

Former Member
0 Kudos

Hi Kalyan,

Thanks a lot for the prompt reply and let me explain clearly about my doubt.

A Webdynpro application from ESS is there and the data is coming from a RFC.

In back end they have added some fields and updated DB table.

So the requirement we have to add the fields in the Portal as well.

For this the RFC should be updated or just I can use the DB table in order to do the changes in the Webdynpro application.

Hope I am clear.

Thanks and Regards,

Anand.

Former Member
0 Kudos

Hi,

A Webdynpro application from ESS is there and the data is coming from a RFC.

In back end they have added some fields and updated DB table.

So the requirement we have to add the fields in the Portal as well.

For this the RFC should be updated or just I can use the DB table in order to do the changes in the Webdynpro application.

If it was done previously based on RFC,do a reimport of the RFC to get the newly added fields.

Change the Ui to accomodate the new fields.

Regards,

Ayyapparaj

Former Member
0 Kudos

For your scenario, I strongly advise to go by RFC / BAPI route.