cancel
Showing results for 
Search instead for 
Did you mean: 

want to save data

Former Member
0 Kudos

Hello Experts,

I have created an interactive form for test, it has one text field and one numc field. I have created structure with fields one text and one numc. I have created form using SFP. I want to save the data in the structure if user enters it in the form. is it possibe, if yes then cud u please guide me?

thanks,

Reena

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Reena,

Could you provide details about your scenario ?

The SFP transaction is meant to create print forms. For interactive forms, where you can send data to backends, you must use WD Java or ABAP, ISR or Guided Procedures. I can give details depending on your scenario.

Regards,

Francois

Former Member
0 Kudos

Hello Francois,

thanks for ur reply,

the scenario is, when a user clicks on a button on portal, an interactive form must pop-up, that form is then filled by user and then when he presses submit, then the data entered should be collected in a table,

can you suggest something??

plz advise,

Reena

Former Member
0 Kudos

Allright, this seems feasible in a Web Dynpro Java application which should embed an Interactive Form.

Lots of tutorials on how to do this are available here on SDN, on <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/interactiveforms">the Interactive Forms SDN homepage</a> (Tips on Developing SAP Interactive Forms by Adobe).

Regards,

Francois

Former Member
0 Kudos

Yes that is indeed a very helpfull section.

I do wonder if the information about "Interactive Forms for ABAP" is still up to date.

For instance, there is only a sample and information to be found on "Interactive Forms for ABAP" about printforms and offline dynamic forms.

But isnt it also possible to make an online dynamic form in ABAP?

Doesnt "Interactive Forms for ABAP" have the same options and features as "Interactive Forms for JAVA"?

Isnt the only difference between "Interactive Forms for ABAP" and "Interactive Forms for JAVA" the programming language and the fact that JAVA has been there longer and also is a little bit more extensive?

Former Member
0 Kudos

Hi,

Online interactive forms are available with WD ABAP also.

For this, you can find useful screencams regarding WD ABAP on the eLearning section of SDN: SAP Interactive Forms by Adobe > Advanced > Adobe Interactive Forms with Web Dynpro for ABAP.

The forms itself have the same features; differences are at runtime and during application design. Start with the language you know better. (In my opinion, WD Java is more user-friendly compared to ABAP.)

Regards,

Francois

Former Member
0 Kudos

Ok.

For me it doesnt really matter wich language in JAVA and ABAP, i have programmed in both languages for a short while both stacks are installed on the environment, so i am just gonna see wich one works the best for me.

But there is a lot more information to be found about a Webdynpro in JAVA then a Webdynpro in ABAP, because off this many starting developers will probabely choose for the JAVA solution. Or offcorse the programmers own background.

Thank you for the fast reply to bad i cant give you any points .

Former Member
0 Kudos

One final question for me.

SAP Interactive Forms by Adobe > Advanced > Adobe Interactive Forms with Web Dynpro for ABAP.

The eClasses in these sections are very helpfull. But is it perhaps possible to download all the tutorials projectdata (sourcecode, database data) so a user could execute the tutorial and perhaps go play with it?

Former Member
0 Kudos

Francois and Marc,

I am looking out for options but seems to be halted in half way. Basically i created interactive form and then i managed to embed in the webdynpro, but i am not able to find out a way where i can litrally capture data. also one more thing i want to bring to ur notice is that can i capture data just using interactive form, as in without embedding in webdynpro???

Former Member
0 Kudos

Hi Reena,

Welcome to Adobe Interactive forms groups.

Well,that's very much possible.

Define your own ISR Scenario and update your required table on click of Submit button.Here you dont require WD ABAP also. But I dont suggest this solution until unless there is a related approval process attached to the business process. It's usually used for Change Request of HR Master. I request you to send your requirement more clearly, so that based on it, I can suggest more clear solution.

Well to get to understand more on ISR/PCR...

http://help.sap.com/saphelp_erp2005vp/helpdata/en/4e/3120386827c23ce10000009b38f842/frameset.htm

http://help.sap.com/saphelp_erp2005vp/helpdata/en/45/37d555771442d7b9d53b2f57b29a77/frameset.htm

Also you can get ISR Cookbook in Service market place.

Hope this helps.

Regards

<i><b>Raja Sekhar</b></i>

Former Member
0 Kudos

Reena,

To answer your questions:

1. In the LiveCycle Designer integrated in the Developer Studio / ABAP Workbench, did you use the Tools > Import tool to import your form (this is what I understand when you say 'capture the data')

2. It's possible to input data with directly generated forms. But as those one didn't go through the ADS component, they didn't receive the credential enabling the Reader extensions. So, for instance, you won't be able to save data or to perform calls to external system.

Regards,

Francois

Former Member
0 Kudos

Francois, Raja and Marc,

the requirement is still on very primitive basis, i need a form online that has two fields for input, once the user inputs it i need to catch the data that has been input and store it in R3.

what i have done,

created a webdynpro application.

defined teh context controller.

now wat i dont knw is

how to link data frm form to webdynpro?

do i need to define fields in webdynpro to fetch the data frm form?

thanks,

Reena.

Former Member
0 Kudos

Reena,

Check the how-to guide on <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/how%20to%20execute%20an%20rfc%20model%20with%20input%20from%20interactive%20forms.pdf">executing an RFC model with input from Interactive Form</a>, this is exactly what you want to do.

Francois

Former Member
0 Kudos

Hello Reena,

Donno if you had already check this presentation...Thought this would be useful to you anyways...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/c766e918-0b01-0010-99b1-c2b78...

Regards

<i><b>Raja Sekhar</b></i>

Answers (0)