Application Development and Automation 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: 
Read only

$Batch Operation

0 Likes
1,642

What will happen if we try to insert multiple data using Update Function Module (Using $batch Operation) ?

5 REPLIES 5
Read only

FredericGirod
Active Contributor
1,544

My Cristal Ball says, you definitevely need to specify more your requierement

Read only

0 Likes
1,544

Hi ,

I want to insert some records to my database, this one I can do by just using $batch operation(without using Update FM). but in my code if I use Update function module (to insert data) it is throwing me an error.

error.png

As I am new to Odata please help me to know this.

Thanks & Regards,

Nasreen S T.

Read only

DavidLY
Product and Topic Expert
Product and Topic Expert
0 Likes
1,544

Hello,

This is raised by the Gateway foundation by a registered "On Commit" routine, and the text for this message /IWBEP/CM_MGW_RT 051 raised as type X is: "Commit work during changeset processing not allowed".

Maybe in any of your enhancements or Badi implementations?

Regards,

David

Read only

0 Likes
1,544
Hi,

Thanks David.

I debugged my code and I got to know about this, as you mention the error was for

Commit work during changeset processing not allowed.

Regards,

Nasreen S T.

Read only

DavidLY
Product and Topic Expert
Product and Topic Expert
0 Likes
1,544

Hi Nasreen,

If the issue got solved, please close this thread.

Thanks.

David