2022 May 17 8:55 AM
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
2022 May 17 10:36 AM
Did you do a quick test directly using HANA SQL, before asking for AMDP/ABAP?
2022 May 17 10:47 AM
Hi Sandra,
No I didn't. I am looking for options to update using AMDP class by MODIFY/UPDATE/UPSERT commands.