cancel
Showing results for 
Search instead for 
Did you mean: 

Interactive Adobe form using BAPI and .Net

Former Member
0 Kudos

Hi,

I am into ABAP Module, Have basic knowledge of Adobe forms.

My Requirement is :

1) Coding will be done at .Net developer side.

2) I have to create adobe form with some input fields which will be filled and submitted by enduser

3) and this adobe form will be used with the help of bapi CRM_MKTBP_CHANGE_BP to maintain marketing attributes for BP

My Question is

2) whether we can create adobe intractive forms and deploy the same in .net ( not using Webdynpro ). If yes then how is it possible ? or how to integrate this adobe form in .Net ?

Accepted Solutions (1)

Accepted Solutions (1)

jagdishwar_b
Active Participant
0 Kudos

>>how to integrate this adobe form in .Net ?

you can expose the .net functionality, and the bapi as a webservice,

and you can utilize/invoke those webservices from adobe form.

examples:

http://www.acrobatusers.com/tutorials/building-web-service-enabled-pdf-form-30-seconds

http://www.flexlive.net/wp-content/uploads/2007/05/ws_tutorial.swf

http://forms.stefcameron.com/2007/05/21/connecting-to-a-web-service/

http://ww.saptechnical.com/Tutorials/AdobeForms/Webservices/Page3.htm

regards,

BJagdishwar

Former Member
0 Kudos

Thanks for replying.

I know how to create webservices but i am still wondering how to deploy the same(call the webservice enebaled Adobe form) in .net environment ?

jagdishwar_b
Active Participant
0 Kudos

as per my last post:

your .net functionality will act as webservice provider,

and the adobe form will act as webservice consumer.

so, the action is triggered from adobe form, to get/put the data to .net by invoking the .net webservice.

i am not sure, if adobe form itself can be exposed as webservice provider so that your .net can call the Adobe form.

OttoGold
Active Contributor
0 Kudos

If you would use Java instead of .NET then your problem would have few ways how to get the solution. But I am not aware of any using .NET except the webservices.

Otto

Former Member
0 Kudos

Hi Anup,

We have a similar requirement in our project. We need to create adobe interactive form on .NET platform.

Do you have any documents or any material that would be useful.

Thank you,

Abhay

Answers (1)

Answers (1)

Former Member
0 Kudos

solved.