2021 Feb 02 10:17 AM
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??
2021 Feb 02 1:37 PM
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?
2021 Feb 03 4:57 PM
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