Get Example source ABAP code based on a different SAP table
VERSION 5 IN
SAP LUW Interrelated sequence of programming units, the execution of which BEGIN_SECTION VERSION 5 OUT , for example, in dialog steps> or in remote function calls>, END_SECTION VERSION 5 OUT can be distributed across several work processes>. However, their database changes are processed within a single database LUW>. BEGIN_SECTION VERSION 5 OUT SAP LUWs are implemented by bundling techniques, in which programming units such as update function modules> or subroutines> are registered in different work processes but executed by a single work process. An SAP LUW is usually started by opening a new ABAP_ISESS > and completed by the AB-SQL > statement COMMIT WORK>>. Changes within one SAP LUW can be undone by the AB-SQL statement ROLLBACK WORK>>. END_SECTION VERSION 5 OUT ABAP_MORE_INFO >