Application Development 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: 

ale

Former Member
0 Kudos

Updates must be performed using ALE to three separate SAP systems. The

requirements state that if the updates fail on one system, the updates

remaining systems must be rolled back. A 2-phase commit is required for

this to take place.

How can this be best achieved?

1 REPLY 1

Former Member
0 Kudos

i have this options

1.Perform the updates on each system and as the last step, issue the ‘COMMIT WORK’ on each system.

2. This is performed using an outbound bundling technique.

3. Use transactional RFC to ensure that failed updates can be reapplied until they are successful on each system.

4. This is configured when defining the system landscape for ALE.

E SAP does not support a 2-phase commit for ALE updates.