cancel
Showing results for 
Search instead for 
Did you mean: 

Activate Interactive Form (Transaction SFP) without valid ADS connection

Former Member
0 Kudos

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.

Accepted Solutions (1)

Accepted Solutions (1)

vijaymanikandan
Contributor
0 Kudos

Hi

I doubt if this possible but what you can do is to forcefully in debug mode tell that the RFC is fine and then try to activate the form.

Some more findings where you can set a breakpoint.

CLASS - CL_FP_PDF_OBJECT

METHOD - constructor

There is a FM 'RFC_READ_DESTINATION_TYPE' which is being called set a break point in this FM and activate your form and you might need to change lots of parameter values to activate it.

Give it a try but not the most recommended way.

Br,

Vijay V

Edited by: Vijay Venkataraman on Feb 22, 2012 9:16 PM

Answers (1)

Answers (1)

Former Member
0 Kudos

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!

0 Kudos

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