cancel
Showing results for 
Search instead for 
Did you mean: 

issue when print Adobe forms directly without print preview

Former Member
0 Kudos

I have an issue when print the Adobe Forms directly,the print on my computer can not print any things

I've test by using the program FP_TEST_00 the print preview is fine

And I can see the document in SP01 the status is Compl. but nothing transported to my print when I hit the "Print directly"

if I try to click on the button in print preview it's ok to print to my printer

Accepted Solutions (0)

Answers (1)

Answers (1)

diego_santos
Employee
Employee
0 Kudos

Hi ,

Check if the DEVICE parameter was set on OUTPUTPARAMS structure. That means, if a valid printer was assigned on runtime.

How to check:
1) set a breakpoint on FP_JOB_OPEN Function Module;

2) check in the stack, if the program that calls FP_JOB_OPEN passes the DEVICE parameter with a valid printer;

If it has a printer, then check the error on ADS trace.

See how to set up the trace on the KBAs below, depending on JAVA version.

2218551  How to activate ADS trace in NW 7.0x [Video]

2226341  How to activate ADS trace in NW 7.1 and higher? [Video]

Regards,

Diego

Former Member
0 Kudos

Hi Diego,

I checked as you mentioned , the device have a valid printer

but still can not print directly