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

Hi

According to the ADS config guide for NW2004s, I wanted to test the ABAP connection. I went to t.code SA38, entered FP_PDF_TEST_00 and entered the connection name, and when I execute it I get the error

Error Code: 2

Error Message: ADS

Invalid http conenction: ADS

No version available.

Can anyone please explain me where and how should I set the http conenctions to make this test successful.

Thanks in advance

regards

SM

0 Likes
View Entire Topic
Former Member
0 Likes

Hi

Thanks for your input.

When I tested with FP_PDF_TEST_00, it returned a result with version information.

But no pdf output is displayed

1. Does is have to display the pdf form?

2. I am setting up a newly installed ADS server. So please let me know if have to d any other settings.

3.Also from the java perspective how to test if the adobe service is working for basic authentication?

thanks for your help

regards

SM

venkata_ramisetti
Active Contributor
0 Likes

Hi SM,

Programs FP_PDF_TEST_00 & FP_TEST_00 are completely different.

The program FP_PDF_TEST_00 that you run is just returns ADS version only.

If you execute the program FP_TEST_00, it will show you PDF output. That is this program takes the PDF form name FP_TEST_00 in the selection-screen parameter and also ADS destination name and will return you the PDF Output.

Basically you will do the following steps to run an Adobe Form.

1. Get the generated function module name for the Adobe form using function module FP_FUNCTION_MODULE_NAME.

2. Call the function module FP_JOB_OPEN. here we have to pass ADS connection, Device name, No dialog option...etc

3. Call the generated function module , here we an pass SAP data from the print program.

4. Call the function module FP_JOB_CLOSE.

For more information, check the program FP_TEST_00 code .

Thanks

Ramakrishna