cancel
Showing results for 
Search instead for 
Did you mean: 

Shipment Printing.

Former Member
0 Kudos

I have a problem with the shipment printing. when i look at the print preview for a particular shipment the quantity displayed for a particular material is 24 CAS. But when i print the shipment document on my local printer the quantity is printed as 48 CAS instead of 24 CAS. can some one help me in this regards. how can i identify the program which is used to print the shipment document ?.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks, Problem solved.

Former Member
0 Kudos

Hi This issue is

that the data tables being passed to the form are not being refreshed.

You will not have this problem if u print without looking at print preview first.

To find the print program go to NACE txn

Enter ur output type and find it in processing routines.

Ask an ABAP developer to refresh to internal tables.

It will slove the issue

Former Member
0 Kudos

Hi Nehal Fonseca,

Thanks for you answer, i got the program but not able to debug it. i have set some break points in the program and tried to debug but not getting into the debug mode can some one tell me how to debug the script program.

Former Member
0 Kudos

Hi Chindam,

You cannot debug the driver program directly,

Once u set break points.

Go thru the normal procedure of how you do printing

Isuue outut to ..etc etc

Most probably ur driver program will not execute standalone

To debug your script

go to se 71.

Enter ur script name .

Choose Utilities -> Activate Debugger.

But i think u should debug ur driver program first.

Former Member
0 Kudos

Hi Nehal Fonseca,

When i set some break points in the driver program and trying to execute it, the program is issuing the out put but <b>with out stopping</b> at the break points. what could be the reason ? and is there any other way to debug the driver program ?

Former Member
0 Kudos

1. Are u sure you have found the program u are using.

There are many types of output issuing

it could be a program for fax or IDOCs or email

Make sure u have used the program for printing.

2. Also in NACE, besides the print program, the form routine is also mentioned

Executin starts from that form routine in the program, make sure youre break points lie within the form routine