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

Update the multiple BO node instances using MODIFY method

Former Member
0 Likes
779

Hi all,

I hope all are doing well.

I am try to updating  multiple FWSD node instances at time. It gets updates all node changes when there is no error message in any node instance data.But if any one instance is failed then all node instances are rollback and no one get updated.

   What i have done is built an LT_MODIFICATIONS internal table with multiple forwarding settlement documents  and calls the MODIFY method of Service Manager and then calls the SAVE method of Transcation Manager.

  Actually i have scanario like consistent node instance changes get updated except failed node instances related to FWSD BO incase of mass updation. Can any one help how we can do mass updates for consistent node instances except failed instances?

Thanks in Advance,

Surendra.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
531

Dear All,

     I got a solution for updating the success FWD instances except failed ones. What i have done is calls MODIFY method of Service Manager with LT_MOD data then calls the SAVE method of Transcation Manager . Here i can get the error messages of failed FWSD instances and removed from LT_MOD interal table .

      Here after calls CLEAN_UP method of TX MGR for clearing the buffer data . Again i am try to modify the buffer with MODIFY method of Service Manager with LT_MOD which have successful FWSD records and calls SAVE method. Now consistent node instances get commited.

     This is way to updating the multiple node instances. But i hope that there should be a proper process to do it .

   Kindly help me if any one finds proper process.

Thanks in advance,

Surendra.

1 REPLY 1
Read only

Former Member
0 Likes
532

Dear All,

     I got a solution for updating the success FWD instances except failed ones. What i have done is calls MODIFY method of Service Manager with LT_MOD data then calls the SAVE method of Transcation Manager . Here i can get the error messages of failed FWSD instances and removed from LT_MOD interal table .

      Here after calls CLEAN_UP method of TX MGR for clearing the buffer data . Again i am try to modify the buffer with MODIFY method of Service Manager with LT_MOD which have successful FWSD records and calls SAVE method. Now consistent node instances get commited.

     This is way to updating the multiple node instances. But i hope that there should be a proper process to do it .

   Kindly help me if any one finds proper process.

Thanks in advance,

Surendra.