cancel
Showing results for 
Search instead for 
Did you mean: 

Saving an interactive form temporary and then retrieve it in DMS -possible?

Former Member
0 Kudos

Hi!

We have a scenario as follows: When a user creates a new Functional location, a new Interactive Adobe form should be automatically created - prefilled with the new number for the functional location and the description. This should be triggered from an existing user exit. The master data is on a 46c system so we need to call a function module on an ECC system remotely to create the Interactive form. Then this new form should be saved on a common folder or maybe c:/temp and then another program in the 46c system should be triggered that put this PDF-file into DMS. Manually the user will export the document to a Cfolder system, where external Vendor could do some updates in the Interactive form.

Do you think this Scenario is possible ? We will have a Proof of concept Workshop next week. But it would be nice to have others opinion on this.

Do we always need to build a WebDYnpro application around the Interactive form ?

Is it possible to generate an Interactive Form in the background?

Any thoughts is appreciated!

Regards, Tine

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks for you answer!

Former Member
0 Kudos

Hi Tines,

Yes it's possible to do so without Web developpement .

You need to retrieve the PDF content , store it on a file server and then use BAPI DOCUMENT_CHECKIN to do it .

If you want i can send you abap code for adding file into DMS.