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: 

Best approach to carry out Multiple record DB Operations(INSERT/UPDATE/DELETE) in S4 HANA System.

Sijin_Chandran
Active Contributor
0 Kudos

Hello ABAP Gurus,

As evident from the title of the Link, I want to know the best approach to be followed while carrying out MULTIPLE Record based DB operations in S4 Hana Systems.

Earlier in R3 systems for this purposes the Syntax was :

UPDATE sflight FROM TABLE ITAB.

INSERT sflight FROM TABLE ITAB.

DELETE sflight FROM TABLE ITAB.

Now to carry over the same purpose in S4 Hana what should be the best approach considering we have NativeSQL / SQL Script based AMDP as an option available in S4 HANA.

I checked with a related query mentioned below and also added a comment to Horst's reply as well.

https://answers.sap.com/questions/450219/updating-a-db-table-using-amdp-or-sql-script.html

0 REPLIES 0