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

commit work

Former Member
0 Likes
340

Hi Experts,

I am creating a function module to create a notification number create_notification

then there i am committing it self. with reference to created notitificaton number i am writing a bdc to create order .

Here commit works at the end , but i want to commit there it self.is there any other way to update the qmel table for the first commit.

regards

praveen k

2 REPLIES 2
Read only

suresh_datti
Active Contributor
0 Likes
318

split the two COMMITs ie put the BDC that creates the Order in a separate Report program & SUBMIT it from the function module.

~Suresh

Read only

Former Member
0 Likes
318

are you using call transaction ? if so use Update mode is 'S' then it works like comitt work.

reward points if it is helpful

Thanks

Seshu