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

Convert Object To Integer Error

Former Member
0 Likes
832

Hi Experts,

I am getting the following error while deleting data from Internal Table.

Error analysis:    At the statment  "Convert object to integer"  only number-type data objects are supported at the argument position   "object".   In this particular case, the operand "object" has the non-number-type type    "h".

I am just deleting Internal Table data from Work Area.

For all the fields in Internal Table used conversion routines before deleting.

Not sure what is happening. Please share if any ideas.

Regards,

Mohammed

1 REPLY 1
Read only

Former Member
0 Likes
547

Hello Rafi,

Could you please share you code, with table and work area difinitions?