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

SPOOL_NO_CONVERSION

SreekanthKrishn
Contributor
0 Likes
923

Hi all,

I have created a job for a Custom program. While executing the job, the job is getting terminated with an exception "SPOOL_NO_CONVERSION". The exception is occured in a write statement.

WRITE: /10 text-011, p_date.

Some one know when this error is occured..??

Can a write statement be used in a batch job..??

Any pointers ll be highly Appreciated.

Thanks.

1 ACCEPTED SOLUTION
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
733

You can use WRITE in bacth programs as well.

Now, are you saving the o/p file in spool ?

If yes , check the print paramenters .

For more on the same check SAP note "537814".

You can use WRITE in bacth programs as well.

Now, are you saving the o/p file in spool ?

If yes , check the print paramenters .

For more on the same check SAP note "537814".

3 REPLIES 3
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
734

You can use WRITE in bacth programs as well.

Now, are you saving the o/p file in spool ?

If yes , check the print paramenters .

For more on the same check SAP note "537814".

Read only

0 Likes
733

Hi,

I am not setting any print parameters in my program..

Thanks,

Sreekanth

Read only

0 Likes
733

Hi Srikanth,

Although you are not setting any print parameters, it's essential that you read the note 537814. The note says that this problem usually occurs when setting print parameters, but in your case I guess you need to upgrade the patch level of your SAP kernel. The correct patch level to resolve this problem is mentioned at the section 'SP Patch level' of the same note. Please search for the appropriate patch for your Kernel and install it.

Thanks and regards,

Sarath.