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: 

Updating/Inserting Virtual Table entries from ECC

lakshmanjk
Explorer
0 Kudos
292

Hello Gurus,

We have created a new virtual table in our system with reference to a table from non-SAP system and we are able to read the data successfully from this virtual table using AMDP query and display the output. I would like to know if it is possible to update the existing records and insert new records to this virtual table from the same AMDP or ABAP. The table definition remains same and no change to the definition as explained in ALTER VIRTUAL TABLE. If so, how can we achieve that using AMDP or ABAP code. Thanks for your inputs in advance.

Thanks

Lakshmanan J K

2 REPLIES 2

Sandra_Rossi
Active Contributor
0 Kudos
182

Did you do a quick test directly using HANA SQL, before asking for AMDP/ABAP?

lakshmanjk
Explorer
0 Kudos
182

Hi Sandra,

No I didn't. I am looking for options to update using AMDP class by MODIFY/UPDATE/UPSERT commands.