cancel
Showing results for 
Search instead for 
Did you mean: 

How to store Interactive form as Readonly PDF in DMS

rameshkumar_ramasamy2
Participant
0 Kudos

Hi,

  In webdynpro, I want to store the interactive form as Read-only PDF in DMS.

I tried writing javascript to make all fields read-only in SUBMIT button of the form in pre-submit event. It works, I mean i could see all the fields are changing to read-only after pressing SUBMIT button. But the stored PDF document in DMS is Interactive still.

Even I tried the Activating READONLY property and Deactivating ENABLE property of the Interactive Form UI Element in SUBMIT method dynamically. That too didnt work out.

Please help me out in solving this.

Thanks

Ramesh

Accepted Solutions (0)

Answers (1)

Answers (1)

SandySingh
Active Contributor
0 Kudos

Hi Ramesh,

You should try to put the script in event preSave .

Refer to following threads

http://scn.sap.com/thread/518083

Reward points if helpful

Regards

Sandy

rameshkumar_ramasamy2
Participant
0 Kudos

Hi Sandy,

  Thanks for your reply. Even though we are not going to use the SAVE button, I tried to include the code in Presave event. Its weird that when opening the Online Interactive form itself, all the fields are in Read-only mode.

Thanks,

Ramesh