cancel
Showing results for 
Search instead for 
Did you mean: 

print test

Former Member
0 Kudos

Hi Friends,

I am currently modifying the scripts ( quotation ), our functional consultant has given the print program and form name . By using that form name i went for fro print test it is going for dump, but if i go fo the transaction vl21 for a perticular quotation it is giving the output. but i am not able to get why it is going for dump if i go for the print preview in the form.

can any one suggest me.

thanks in advance.

regards,

desha.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

first debug it and see why it is giving the dump

how to debug means

go to utilities ---> activate debugger

or

you have to check for any subroutines written in that script

some where it may give amount as

'XXXXXXXXXXXXX.XX' like this

then it wil give definitely dump

as it may confused to change these characters into amount

i got the same dump so i can tell you this

so if the sub routine is there

check the amount coming inside that

hope you understood

thanks & regards,

Venkatesh

Answers (1)

Answers (1)

Former Member
0 Kudos

You should not test the print preview from SE71 and you have to test it from Vl21 Transaction.

The reason why you are getting dump in SE71 print preview - form contains many currency and qty fields ,form will not understand the qty and currency value since it is not executable program,everytime if execute it will go short dump due to overflow the currency and qty values.

so please test it from transaction level and not from form level.

even if you want to test from form painter then comment out the currency and qty field ,now you will able to see the print preview

Thanks

Seshu

Former Member
0 Kudos

thanks seshu i will try that and get back t u.

Former Member
0 Kudos

Hello Desha,

there is one more chance you get short dump if the windows are overlapping in SE71 form Print preview then you get short dump.

Thanks

Seshu