cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

Re: Activate Interactive Form (Transaction SFP) without valid ADS connection

09-15-2016 3:39 AM
547 views 0 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

Hi there,

I had to implement some OSS notes and one of them had a interactive form.

Since I don't have the ADS configured on my system, and I don't need it to be configured (the form is not going to be used), I can't activate this form.

I have other systems with this form activated without ADS configured. The difference is that the form came from a Support Package.

So my question is: How do I force the activation of this interactive form? Any workaround?

Thanks in advance.

0 Likes
View Entire Topic
Former Member
0 Likes

Hi there,

The class CL_FP_PDF_OBJECT was the missing link.

I tried debug before but didn't catch this class.

If anyone has the same problem put a breakpoint in this class and avoid all the errors prior to the call of this class.

Thanks!

Thanks  guys, 4 years later, you have saved my life