cancel
Showing results for 
Search instead for 
Did you mean: 

how to update data in the backend through webdynpros

Former Member
0 Kudos

Hi,

how to update the data in the backend through webdynpro's using Adaptive RFC Model? and what r the steps?

Regards,

Sid.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

You have to write ABAP code (Function module using the transaction code se37) for insert/update data in a table; make its attribute as Remote Enabled, set its import and export parameters and activate it.

This RFC is gona used in the WebDynpro application for your requirement.

For a complete Adaptive RFC work; go through this:

https://www.sdn.sap.com/irj/sdn/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d

Regards

-Vinod

*

Edited by: Vinod V on Mar 27, 2008 3:48 PM

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

Accessing ABAP Function Modules you can get n also update the data to back end in Web Dynpro

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/49f2ea90-0201-0010-ce8e-de18b94a...

plz see the *Accessing ABAP Functions in Web Dynpro * tutorial in the link , hope that ill help u .

Regards,

Sunitha Hari