cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a simple way to incorporate web dynpro applications.............

Former Member
0 Kudos

.......using Adobe Interactive forms with Guided procedures??

Hi all,

Sorry the question was so long I had to continue it.

So here is what I'm asking in detail. The scenario is to be able to incorporate an Adobe Interactive form (online and offline) in a guided procedure. Now, from my experience I think a guided procedure doesn't display a pdf document during the workflow process unless it consumes a web dynpro application which has an adobe form embedded within it. In this case I want the user to be able to download the adobe form from a process initiated by the guided procedure. 1) The user should be able to save the adobe form and fill it in offline. 2) Then the user can submit the form for approval (again a step in GP also), 3) if the form is approved the GP should inform the user and have the other relevant fields of the form filled in by an RFC invokation. 4) The user can see the new form. Steps 3) and 4) are no problem. Its the in between approval step that is posing a problem. How do you tackle the part of filling in the form and re-submitting it to a web Dynpro app that will fill in the required fields IF and ONLY IF the form is approved as part of the workflow??

Any tips or suggestions will be greatly appreciated.

Thanks in advance

Kunal.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kunal,

Please also have a look into this link.

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7fad6fea-0c01-0010-56b4-8ac88b4185ab">Creating a Callable Object: Interactive Form</a>

Thanks and Regards

Avijit

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Kunal,

Please have a look into this following links which can give you little idea about

1. <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a01d8da5-22f0-2910-e9b2-aa7cc9d3cabf?prtmode=navigate">how to use Guided Procedure with SAP Interactive Forms by Adobe.</a>

2. <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e99cff7a-0601-0010-dea3-e8166c7a7f20">My First Form Process in Guided Procedures</a>

3.

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b9ea34c2-0701-0010-e2a2-d8e9cd6d85dc">Configuring Guided Procedures for Interactive Forms</a>

I hope all these links will give you a better idea.

Thanks and Regards

Avijit Dhar

Former Member
0 Kudos

Hello Kunal,

Don't miss this blog - <a href="/people/sijesh.manohar/blog/2006/11/22/enabling-approval-within-interactive-forms">Thanks Sijesh Manohar</a>

Do update once you have found the solution.

Regards,

Anto.

Former Member
0 Kudos

Thanks for your responses.

The problem I am facing now is, upon clicking the approve button I want to be able to invoke a BAPI. But because we make the Approve and Reject buttons of type submit, the click event is gone!

Do you have any suggestions on how I might be able to approve and invoke BAPI together?

Thanks

Former Member
0 Kudos

Hey create a web sevice from that BApi and use it in the Form.

Import the data connection from data view pallette, bind the import and export values, if any.

It would be better, if you could post this thread in the Interactive Form Forum In SDN.

Rergards,

Anto.