cancel
Showing results for 
Search instead for 
Did you mean: 

Printing an ABAP report does not work

Former Member
0 Kudos

I am starting to learn ABAP programming, i have a simple report:

REPORT Z_ABAP.

NEW-PAGE PRINT ON IMMEDIATELY `X'.

WRITE: /'Test printing'.

FORMAT COLOR OFF INTENSIFIED OFF.

WRITE: /.

WRITE: 'Hello World' NO-GAP.

WRITE: /.

I defined an output device with properties "YSWIN (Rel.4.x/SAPlpd 4.09 + ONLY!)" and "G: Frontend Printing with Control Tech", the printer name is __default.

I print the above report via "Program" > "Print", nothing is printed, i check my local printer, no print job there.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Never mind, i figured out by myself ..

david_liu1
Advisor
Advisor
0 Kudos

Hello,

Can you share with us the solution of this issue.

Also please help to close this thread as it was solved.

Thanks.

Regards,

David