2013 Sep 20 11:22 AM
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.
2013 Sep 27 6:13 AM
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.
2013 Sep 27 6:13 AM
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.