cancel
Showing results for 
Search instead for 
Did you mean: 

To see print priview in adobe form

Former Member
0 Kudos

Hi ,

I am working on offline interactive adobe form and I am trying to see the print preview where it is asking for adobe doc service/config (enter logon data ) userid & pwd.

when we were executing the adobe form it was asking for the logon details ,so as an alternative we have created a test program and called the adobe form to check the print priview ,but in this case also it asking for the userid & pwd.

In this test program we have called the adobeform in the way we call the smart form.

How to see the print priview.of adobe form by skipping this logon details.anyone has any idea...

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Animesh,

For either cases, I think you need your ADS right? I think you gotta check out your ADS Configuration.

Regards

<i><b>Raja Sekhar</b></i>

Former Member
0 Kudos

Hi Raja shekhar

Thanks for the reply

But could you tell me how to check ADS Configuration,whether it is installed in my system or not ?

Former Member
0 Kudos

Hi Animesh,

To check the ADS configuration for ABAP Stack do the following steps:

1. Log on to your SAP NetWeaver AS ABAP.

2. Call transaction SA38 and enter the name FP_TEST_00.

3. Choose Execute (F8). A dialog box is displayed.

4. Enter FP_TEST_00 in the field Form.

This is displayed as the default form name.

5. Enter the name of the connection to the ADS. Enter the default name ADS, or, if you have specified another name, the one you are using in your system.

6. In the dialog box, choose Output in Print Preview.

7. Enter an appropriate device type in the field Output Device.

8. Choose Print Preview.

If the configuration is correct, a form containing several lines on two pages is displayed.

If the configuration is not correct, no form is displayed.

Hope this helps.

PS : Award points for helpful answers.

Former Member
0 Kudos

HI Melwyn

Thanks for the reply

The Configuration is correct but when it ask about field Output Device

And chosing any of the given device to see print preview it again ask about the ADS configure user name and password.

Checking transction code SM59 to check the http connection with R/3 ,i can see ADS is configured there.

What would be the problem then.

Thanks

Animesh S.

amolgupta
Active Contributor
0 Kudos

hi,

to Check if ADS is working fine.

We are using WAS+Java.

i hope this should work for u as it works for me...

GOTO

1). http://<servername>:<port number>/wsnavigator

2). Click on “Adobe Document Services”

3). Click on “Test” on the blue strip

4). Click on “rpData (test.types.p1.RpData parameters)”

5). Click on “Send”

6). Enter the ADSUser “username” and “password”

7). You should be able to see the version info.

If you see the version info then it means that Adobe

Document Service is running fine.

regards,

-Amol Gupta

Former Member
0 Kudos

Thanks Amol

It was a useful reply for me.

Answers (1)

Answers (1)

debasish_panda
Explorer
0 Kudos

Hello Animesh,

You need to render the offline form once using the ADS of your J2EE Engine or the ABAP stack. The preview will be available only after the form is rendered.

So, check the ADS configuration and its state to be running.

Hope, this helps you in resolving the Issue.

Regards,

Debasish