‎2007 Jun 14 3:35 AM
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
‎2007 Jun 14 3:41 AM
split the two COMMITs ie put the BDC that creates the Order in a separate Report program & SUBMIT it from the function module.
~Suresh
‎2007 Jun 14 3:44 AM
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