cancel
Showing results for 
Search instead for 
Did you mean: 

How to create Online & Offline PO interactive form?

Former Member
0 Kudos

hello,

I am required to create an online as well as offline PO creation form.As i am new to adobe forms,i do not have much knowledge.

Kindly help me know how to proceed for the above mentioned forms.

Thanks,

Rosalin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rosalin,

If you want to know more about online/offline scenario in adobe interactive forms, search the forum. You will get many helping answers. Check the following threads.

[]

[]

[]

[http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/7783] [original link is broken] [original link is broken] [original link is broken];

Let me know if you need any specific help.

Thanks & Regards,

Sanoosh

Former Member
0 Kudos

Hi Sanoosh,

Thanks for the reply.

I want to know if their exists any standard PR or PO forrm in adobe?

Thanks,

Rosalin

Former Member
0 Kudos

Hi Rosalin,

I don't think there are standard adobe forms available for PO either in ECC 5 or ECC 6. You have to take it as a custom development either directly in ECC using TCode SFP or using WD ABAP/Java.

Adobe Lifecycle Designer provides you a sample form. Check the following path in your PC if the Lifecycle Designer has been installed. It is just a sample.

C:\Program Files\Adobe\Designer 8.0\EN\Samples

Goto TCode SFP. In form put ISR* and search. You will get the list of available standard forms. Check the following thread as well.

[]

Thanks & Regards,

Sanoosh

Edited by: Sanoosh P K on Mar 2, 2011 7:10 AM

Edited by: Sanoosh P K on Mar 2, 2011 7:16 AM

Former Member
0 Kudos

Hi Sanoosh,

I have created an offline form in SFP transaction.

first I have created a ztable which holds all the required fields to create the form.

Then in interface I created an import parameter of type ztable,then Created a form & design there.

Also I have to update the data from adobe form to the sap database table.

Plz tell me if I am proceeding the right way .

Or am I required to create an internal table for that.. ?

kindly guide me the steps for it.

Thanks

Rosalin

Edited by: Rosalin Sahu on Mar 2, 2011 9:38 AM

Former Member
0 Kudos

Hi Rosalin,

If you are a beginner I would advice you to search the SDN, get some documents and go through the steps in developing the required scenarios. There are some rules set for the forum. Check the link below.

[http://wiki.sdn.sap.com/wiki/display/Community/BlogsrelevantforAdobeforms+beginners]

Hope this will help you.

Thanks & Regards,

Sanoosh

Former Member
0 Kudos

Hi Sanoosh,

Thanks for the reply.

You send the sample link to me

C:\Program Files\Adobe\Designer 8.0\EN\Samplesi

In this link,there is one dynamic interactive PO form which has the functionality of , If we are providing the PART NO. in the line item then the other field values like description gets automatically displayed.

Kindly explain how does this functionality works.

Thanks,

Rosalin

Former Member
0 Kudos

Hi Rosalin,

In that form they have hard coded the values in arrays. In the change event of PART NO dropdown, they are fetching values from the arrays. No issues since it is a sample form.

In the real scenarios hard coding in arrays will not be a solution. So we will have to collect all the values in internal tables and pass the internal table with values intp the form. In form layout we can keep it as hidden table. On the change event of PART NO dropdown, loop the hidden table get the corresponding values and display.

Hope this will give you an idea. To see the javascript code of sample form, right click the form and open it in Adobe Lifecycle Designer.

Thanks & Regards,

Sanoosh

Answers (0)