UBE - Transaction processing

Zoltan_Gyimesi

Zoltan_Gyimesi

Legendary Poster
Hi List,

Excuse me to ask the List, but I have currently very limited time to make experiences - so I hope, I will get the answer here faster.

First of all, is there any white paper or any downloadable, which describes Transaction Processing more better and detailed than Developers Guide (I am mainly interested UBE Transaction Processing).

Here is the sketch of my scenatio:
***********************
- Transaction Processing is enabled in the UBE
=========
- Begin Transaction
- Open F1 table to Include Transaction
=========
- Section A:
-- inserts records into F1 table
=========
- Section B:
-- based on a BusinessView over F1 table
-- would like to process records, inserted in Section A
-- inserts further records into F1 table
=========
- Close F1 table
- Commit or Rollback the transaction
***********************

My questions are:

Q1.) Will Section B see the records, inserted in Section A via the BSVW based on F1 table?
Q2.) Will the records belong into the same transaction - inserted in Section A and B? (I suppose and hope: yes)
Q3.) Will all inserted records (inserted in Section A and B) rolled back (if I issue a RollBackTransaction on the end of the UBE)?
(I suppose, if Q1=Yes, then Q3=Yes too)

My main question is really Q1?
Can sombody confirm my scenario or advise changes?

Thanks your response in advance!

Regards,

Zoltán
 
Additional question:

What about, if Section B is a Conditional one and called from the EndSection of Section A?

Regards,

Zoltán
 
Hi Zoltan,

Have you been able to complete the scenario you've described above??
 
Back
Top