SAP SHARING - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

sharing
When assignments are made between dynamic data objects ( strings and internal tables of the same type) and if these data types are passed by value , for performance reasons, only the required internal administrative entries for the string or table body are passed (table sharing possible only if the line type itself does not contain any table types). Sharing is kept until one of the data objects involved is accessed and changed. At this point, the actual copy process takes place. See also initial value sharing.
ABAP_MORE_INFO