Massimo Renzi > > Hi all, > it's supported the BeginTrans, CommitTrans, RollbackTrans? > it's supported multi level BeginTrans?
Normal Transactions have not to be started explicitly. They are started with connecting to the database resp. after a COMMIT or ROLLBACK the next transaction is started. For multilevel transactions there is the difference that even the start has to be given with SUBTRANS BEGIN. The end with SUBTRANS ROLLBACK resp. SUBTRANS END. Elke SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
