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.
André Arnaud de Cal...
293,020
Super User 2025 Season 1
Martin Dráb
231,837
Most Valuable Professional
nmaenpaa
101,156
Moderator