i have form where through a full view a temporary table (inMemory type) but i want select some records and i want To insert them in a regular type table, how do i do it?
i have form where through a full view a temporary table (inMemory type) but i want select some records and i want To insert them in a regular type table, how do i do it?
Have you solved the issue? Do you still need support?
Thanks,
Girish S.
Hi REINYER TAYLOR,
You can create new table buffer for InMemory table and use "setTmpData" to a new buffer. Using that buffer, you can loop through all records and insert them in your regular table.
Refer to the below link for getting the InMemory table buffer using setTmpData method.
Thanks,
Girish S.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156