cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe form data --->> Backend SAP table

Former Member
0 Kudos

Am working in Webdynpro using Java. Once the user fills in the adobe form and clicks submit, I want to post/write that information to backend SAP table. Any inputs or leads?

Accepted Solutions (0)

Answers (1)

Answers (1)

venkata_ramisetti
Active Contributor
0 Kudos

Hi,

I think the following example program from SAP Help documentation will help you.

http://help.sap.com/saphelp_nw04s/helpdata/en/58/77accae1734c598fb628730959a67b/content.htm

Thanks

Ramakrishna

Former Member
0 Kudos

Thanks for the quick reply. I appreciate that. I had a look at that example before and it uses Guided Procedures which adds another layer to the application making it complex (for a beginner like me ). I am wondering if there is any other way of achieving the same without using Guided Procedures.

venkata_ramisetti
Active Contributor
0 Kudos

HI,

Can you please check the following document?

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/how-to%20guides%20...

I couldn't find such example. But we need to create a RFC function module to update table. This function module we need to call it when click on SUBMIT button on the INteractive Form.

Hope this helps.

Update: Please also check the below link.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/d1088b7e-0c01-0010-c78e-984c0... [original link is broken]

Thanks

Ramakrishna

Message was edited by:

Ramakrishna Prasad Ramisetti