Application Development 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: 

want to do data type conversion and use the FOR ALL ENTRIES on the same query

0 Kudos

Hiii

While fetching the data from Standard Table to Internal Table. I want to do data type conversion and use the FOR ALL ENTRIES on the same query . can I use the both in a single query??

2 REPLIES 2

joltdx
Active Contributor

Hi!

I'm sorry but I have no idea what you mean... 🙂 You can do data type conversion and you can use FOR ALL ENTRIES. But what is it you want to do, what do you mean "on the same query"? Can you show us what is not working?

Abinathsiva
Active Contributor
0 Kudos

Hi,

All entries need data type should match or else query will throw an error. I same query if you need to get data type conversion is not possible, instead try through assign type(according to type in standard table) of internal table which all entries of is passed