Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem with print preview

Former Member
0 Likes
2,049

Hello All,

I've a problem with a PO and its print preview function. If this PO is in update mode (ME22n), it's possible to use correctly the print preview. But If I save this PO and check it in ME23N the print preview doesn't run and when I check the "messages" button I see nothing in the output...

If I check again this PO in ME22N (update mode), the print preview is OK and I see again an output in the "messages" button.

It means that when I save this PO, the output is not correctly saved but if I check again this PO in update mode (ME22N) the output appears again.

Please help me.

Many thanks.

Julien.


7 REPLIES 7
Read only

roberto_vacca2
Active Contributor
0 Likes
1,892

Hi.

Did you check the customization?

There are some messages created in authomatic by the customization. CHeck out NACE transaciton, to be sure what's going on with messages types.

Hope to help.

Bye

Read only

Former Member
0 Likes
1,892

Check the output configuration . Also check Business Workplace (SBWP ) if there are any update errors .

Thanks

Manik

Read only

Former Member
0 Likes
1,892

Hello,

Many thanks for your answers but my problem occurs only with this PO.

It means that it's probably not a customization problem because we would have this problem on a lot of PO.

I don't see any errors in SBWP.

Julien.

Read only

0 Likes
1,892

you should put a break point in the print routine and better analyze the environment variables.

Hope to help.

bye

Read only

Former Member
0 Likes
1,892

Please check ST22 to see if any dump is happening in background when you are executing print preview from ME23N.

Also put break point in your configured subroutine pool and check whether it is getting triggered.

Subroutine pool configured in NACE

Read only

Former Member
0 Likes
1,892

Hi,

Check your driver program for any tcode specifications present in it. For example, some code is based on field SY-TCODE.

Regards,

Ashish

Read only

Former Member
0 Likes
1,892

Hi julien,


I am not sure whether it will help u, but i think there is some code for Output, which runs only in Updte Task or Background Task.

pls check, if it helps you.

Thanking You All.