cancel
Showing results for 
Search instead for 
Did you mean: 

Print Script

Former Member
0 Kudos

Hi expert,

here is my question.

I have created a new Script copied from an existing script, with only difference adding a colum.

We created the new output type linked to that new Script and print program, print program is the same as the copied script.

When I test the Script from SE71, all the grafic is there with new column added.

But when I test it with VT02N, with a real shipment number, it does not print graficly.

The splool look like this:

H046A114000000031841EZSD_SHIPMENT_CM6PRINTER cacit00l0100

S

CCODEPAGE 1100 LANGUAGE EN

CPAGENAME HEADER_1

DCMR_06FF-VBELN 81962346

DCMR_06FF-MAKTX INFINITI, HYDROEFFECT, BISCUIT

DCMR_06FF-POS12 51

DCMR_06FF-POS11 121

DCMR_06FF-LFIMG 1

DBO_QTY 0

DCMR_06FF-ANZPK 1

DCMR_06FF-BSTNK 12-P-23074

DCMR_06FF-MATNR 100055-092-007

DZBISMT 6061 INFINITI

.....

I have tested the debug mode, and all the values are in there.

Thank's for your help.

Bob

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yo, try to recreate your copy of script. Had this problem before, l deleted it and copy again. And it works goog. I think the old copy was corupt.

Have a nyce day.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Robert,

Go to se38 and open the program RSNAST00. there look for a subroutine TNAPR_LESEN. set a breakpoint at that subroutine. VT02N and give a print. The debugger opens up at the subroutien. There double click on TNAPR-FONAM. It will display the script name that is currently being used. check if its the same as the one that you have copied and modifed. If the script is diferent from the one that you want to print, just modify the field and place your custom script and continue the processing.

Please reward if helpful.

Former Member
0 Kudos

hi

why u created new out put type ,

u can just try by replacing previous script in old OUT PUT type with ur script , see the result .