Skip to Content
0
Former Member
Jul 27, 2010 at 07:53 AM

full data load in case of INSERT statement

35 Views

Hi!

Requirement is that data needs to be inserted into database table

through INSERT statement but the condition would be that,

if any one of the record is not loaded into the database table

no commit work is going to take place and rollback will take place.

only full data load of data is allowed no partial data load is allowed.

How to handle this after we write the INSERT statement.

thanks

ABAP Developer1