cancel
Showing results for 
Search instead for 
Did you mean: 

Interactive forms

Former Member
0 Kudos

Hi,

This is first time we are implementing adobe interactive forms, As of my knowledge we need webdynpro and SFP( form creation) is compulsory ??Can we do online Interactive forms using abap program and SFP without using webdynpro?? we have the requirement is like" in the first screen we have to enter employee number, form has to display employee info like name, postion,, If we change postion from adobe form it has to reflect in SAP"

Can we do this with out using webdynpro?? please advice me to how to go with requirement.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

harman_shahi
Contributor
0 Kudos

Hi Mike,

I think you should be able to a BSP application for your requirements.

Below is a link to a good "How-to Guide" to get you started:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d0e58022-2a39-2a10-69a8-c1a892e2...

hope this helps...

harman

Former Member
0 Kudos

Thanks for reply...

We won't use BSP's .

Do you have any idea about online adobe interactive fors works by abap program ( se38).

Thanks

Vamshee

harman_shahi
Contributor
0 Kudos

I never tried that.

Hopefully someone else here can provide some guidance...

vaibhav_tiwari
Contributor
0 Kudos

Hi Mike,

Go to follwing link and download the pdf. Pdf has all the guidelines of a ABAP application integrated with adobe forms:

[https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c2567f2b-0b01-0010-b7b5-977cbf80665d]

Hope it will help.

Regards,

Vaibhav Tiwari.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Mike,

You should use Web Dynpro ABAP or Java for implementing online Interactive form Scenario. Refer the below links, hope it will help.

[Online & Offline Interactive form in WD Java|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4fd2d690-0201-0010-de83-b4fa0c93e1a9]

[WD ABAP and Interactive Form|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3861] [original link is broken] [original link is broken] [original link is broken];

[http://help.sap.com/saphelp_nw04s/helpdata/en/aa/940ee5331b4b8fa0a6cb6714dc5db4/frameset.htm]

[https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/fceffc4b-0401-0010-fcad-e6fb29bb73de]

Hope it will help you.

Thanks.

Former Member
0 Kudos

Thanks a lot guys,

i saw all the links,

summary is we need to use webdynpro and adoe form (SFP) to create online Adobe interactive forms using ABAP.

Yhanks mike.

Former Member
0 Kudos

Good. mark this thread as answered .

Former Member
0 Kudos

Hi Mike,

I suggest WebDynpro ABAP.

You an create an intetactive form from a pure report program, using the standard FP unction modules (open, fm, close) with the fillable content as 'X'.

Now for your requirement, if you need a button on which the the employee details have to be updated,

1, It can be done through a button with in the form, which calls web service. (But as secure data is getting transferred, i wont go for this approach. - user authentication in Adobe designer for a web service is not possible (eventhough ther are some work arounds).)

2. Webdynpro ABAP or JAVA. (hope you are in ECC 6.0 for webDynpro ABAP.) I prefer webDynpro Java, as you can do iot eith little effort. rather than creating an RFC and calling it in NWDS. (button can be within or outside the form)

Hope you are clear. Do check for blogs and other articles in SCN for morer information. There aree many good blogs on these topics already by the Adobe experts.

Thanks and Regards,

Antony.

Edited by: Anto J I on May 7, 2008 5:21 AM