cancel
Showing results for 
Search instead for 
Did you mean: 

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

02-22-2012 8:50 PM
vijaymanikandan Contributor
531 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
vijaymanikandan
Contributor

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