cancel
Showing results for 
Search instead for 
Did you mean: 

Sending Ofline Interactive Form Back to SAP

Former Member
0 Kudos

Hi,

We have a requirement where user needs to fill in the offline interactive form and it needs to be submitted back to a SAP for further processing. I want to know the various options that can be used to make this possible.

Thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello Prem Kumar,

There are 2 ways to send the data in Adobe Interactive form offline scenario.

1. Uploading the PDF in which data is filled offline and then uploaded using upload UI element.

2. By calling a web service in the offline scenario on the submit button action.

You will find many earlier threads for the same.

Thanks

Sagar Ingalwar

chintan_virani
Active Contributor
0 Kudos

See if following links help.

[Send, Receive, and Process Interactive Forms via Email in AS ABAP|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0bba346-cb84-2910-2aa9-ba1f8a1c8617]

[Purely Offline Adobe Scenario for BAPI call|https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/7588] [original link is broken] [original link is broken] [original link is broken];

[Offline Interactive Forms Using Pure ABAP|http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c2567f2b-0b01-0010-b7b5-977cbf80665d]

Chintan

Former Member
0 Kudos

Hi,

I guess further processing in the sense, updating the values in the SAP database. If it is so, u should write a program which will read the Pdf, and convert it into XML. Then pass the Read values into a BAPI wich can update(change) the values in hte SAP database.

regards,

Surya