cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe Interactive Forms using Web AS ABAP Only

Former Member
0 Kudos

Hi,

After setting up ADS, we want to publish an adobe interactive form to a website. We want this form to be truly interactive, meaning users can enter data through it with validations. My question is, is it possible to develop this form using ABAP only and deploy it in WEB AS ABAP? Or do we really need to use NWDS and WEB AS JAVA for this?

I saw somewhere that ABAP can only provide printforms (static?) while JAVA (in NWDS) can generate interactive forms.

Please help.

Thanks and Regards,

Tyken

Accepted Solutions (0)

Answers (3)

Answers (3)

OttoGold
Active Contributor
0 Kudos

Have you been able to resolve your problem? Please provide us with the solution and close the thread, Otto

OttoGold
Active Contributor
0 Kudos

You need to install Java stack. Otto

nelis
Active Contributor
0 Kudos

Yes, you can develop interactive forms in ABAP with Web Dynpro. See [here|http://www.sdn.sap.com/irj/sdn/adobe?rid=/webcontent/uuid/f0f4303c-11a8-2b10-30a9-9cf5c4acb3bf] [original link is broken]; for further information.

--

Nelis

Former Member
0 Kudos

Hi,

For this you must define the form's interface based on XML and not DDIC ...

Regards