cancel
Showing results for 
Search instead for 
Did you mean: 

CONVT_NO_NUMBER , CX_SY_CONVERSION_NO_NUMBER dump in a zreport.

Former Member
0 Kudos

Hi gurus,

we have a custom report which retrieves the data from table TSP03 from backend and synchronise if there is change in the data in SRM table ZHTSP03. currently this report is generating dump CONVT_NO_NUMBER , with short text

Unable to interpret "IlFQ" as a number.

i have checked all data in TSP03 but there is no string like "IlFQ" . in the code the dump is occuring at the below syntax.

>>>>> CALL TRANSFORMATION id

SOURCE table = <tab>

RESULT table = data.

i have checked the entries of internal table <tab> which is the entries of table TSP03 and could not know why this dump is happening.

the data type for <tab> is type standard table AND

data is type data.

Please help

Thanks and Regards

Aditya Shrivastava

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

the code where the dump is getting is

call transformation id

source table = <tab>

result table = data.

Thanks

Aditya

Edited by: Aditya Shrivastava on Mar 16, 2010 4:17 PM

Edited by: Aditya Shrivastava on May 4, 2010 8:19 AM