Class Method list used by SAP ABAP Class CL_NWECM_LOCK_SCOPE (Lock Constants to set the scope of the lock)
SAP ABAP Class CL_NWECM_LOCK_SCOPE (Lock Constants to set the scope of the lock) is using
# Object Type Object Name Object Description Note
     
1 Class Method  CL_NWECM_LOCK_SCOPE - CONSTRUCTOR Lock Constants to set the scope of the lock SOURCE CREATE OBJECT sc_scope_exclusive
2 Class Method  CL_NWECM_LOCK_SCOPE - CONSTRUCTOR Lock Constants to set the scope of the lock SOURCE EXPORTING
3 Class Method  CL_NWECM_LOCK_SCOPE - CONSTRUCTOR Lock Constants to set the scope of the lock SOURCE iv_scope = sc_scope_exclusive_value.
4 Class Method  CL_NWECM_LOCK_SCOPE - CONSTRUCTOR Lock Constants to set the scope of the lock SOURCE CREATE OBJECT sc_scope_shared
5 Class Method  CL_NWECM_LOCK_SCOPE - CONSTRUCTOR Lock Constants to set the scope of the lock SOURCE EXPORTING
6 Class Method  CL_NWECM_LOCK_SCOPE - CONSTRUCTOR Lock Constants to set the scope of the lock SOURCE iv_scope = sc_scope_shared_value.