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

getting dump while exporting to local file

Former Member
0 Likes
809

hi,

i have developed an alv report,while exporting to local file it is giving dump as "The current statement requires a character-type data object." in the include "LKKBLF99" for quantity field.

3 REPLIES 3
Read only

former_member609120
Contributor
0 Likes
539

Hi,

I think u are trying to equate character field to a numeric field ,

SInce there ia a data type mismatch it is givin you dump.

Could you check both the variable values in the debugger..

Best Regards,

Vanessa Noronha.

Read only

former_member242255
Active Contributor
0 Likes
539

please check whether you have any fields if type P(packed decimals or quantity).

from ALV output when u go for dounload these will create the DUMP.

change the fields to character type.

Read only

0 Likes
539

the data in xl sheet is starting from column B. how to make it to come from column A.