Class Method list used by SAP ABAP Class CL_COS_MODE (Constants for Disabling)
SAP ABAP Class
CL_COS_MODE (Constants for Disabling) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | CL_COS_MODE - CONSTRUCTOR | Constants for Disabling | SOURCE create OBJECT sc_all |
|
| 2 | CL_COS_MODE - CONSTRUCTOR | Constants for Disabling | SOURCE EXPORTING |
|
| 3 | CL_COS_MODE - CONSTRUCTOR | Constants for Disabling | SOURCE iv_mode = sc_all_modes. |
|
| 4 | CL_COS_MODE - CONSTRUCTOR | Constants for Disabling | SOURCE create OBJECT sc_dev_mode |
|
| 5 | CL_COS_MODE - CONSTRUCTOR | Constants for Disabling | SOURCE EXPORTING |
|
| 6 | CL_COS_MODE - CONSTRUCTOR | Constants for Disabling | SOURCE iv_mode = sc_dev. |
|
| 7 | CL_COS_MODE - CONSTRUCTOR | Constants for Disabling | SOURCE create OBJECT sc_none |
|
| 8 | CL_COS_MODE - CONSTRUCTOR | Constants for Disabling | SOURCE EXPORTING |
|
| 9 | CL_COS_MODE - CONSTRUCTOR | Constants for Disabling | SOURCE iv_mode = sc_no_mode. |
|
| 10 | CL_COS_MODE - CONSTRUCTOR | Constants for Disabling | SOURCE create OBJECT sc_prod_mode |
|
| 11 | CL_COS_MODE - CONSTRUCTOR | Constants for Disabling | SOURCE EXPORTING |
|
| 12 | CL_COS_MODE - CONSTRUCTOR | Constants for Disabling | SOURCE iv_mode = sc_prod. |