cancel
Showing results for 
Search instead for 
Did you mean: 

How to insert data to back from Webdynpro java application ?

Former Member
0 Kudos

Hi,

Can anybody please let me know the code for inserting data from view to table in the backend system.

Regards

Srinivas.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Check this: [|]

Regards,

Naga

Former Member
0 Kudos

Hi,

Make use of RFC for achieving this.

Call this RFC in your WDJ component by using Adaptive RFC model and pass view data to be inserted to it & write code for insert operation.

Regards

Shruti

Former Member
0 Kudos

I need the java code for inserting data into SAP BackEnd system. (in view class).

Regards

Srinivas

Former Member
0 Kudos

Hi Srinivas,

AS per MVC ,It is better to write all the data operations (like send/recive data form backend)in the component controller. the view controller used to write the UI logic (like enabling/disbling UI elements).

Regards,

Naga

junwu
Active Contributor
0 Kudos

hi,

First you should point out what the back end is.

1.you can use jdbc to persist your data

2. import abap rfc to your web dynpro as model

......

best regards,

John