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 | ![]() |
CL_NWECM_LOCK_SCOPE - CONSTRUCTOR | Lock Constants to set the scope of the lock | SOURCE CREATE OBJECT sc_scope_exclusive |
2 | ![]() |
CL_NWECM_LOCK_SCOPE - CONSTRUCTOR | Lock Constants to set the scope of the lock | SOURCE EXPORTING |
3 | ![]() |
CL_NWECM_LOCK_SCOPE - CONSTRUCTOR | Lock Constants to set the scope of the lock | SOURCE iv_scope = sc_scope_exclusive_value. |
4 | ![]() |
CL_NWECM_LOCK_SCOPE - CONSTRUCTOR | Lock Constants to set the scope of the lock | SOURCE CREATE OBJECT sc_scope_shared |
5 | ![]() |
CL_NWECM_LOCK_SCOPE - CONSTRUCTOR | Lock Constants to set the scope of the lock | SOURCE EXPORTING |
6 | ![]() |
CL_NWECM_LOCK_SCOPE - CONSTRUCTOR | Lock Constants to set the scope of the lock | SOURCE iv_scope = sc_scope_shared_value. |