Class Method list used by SAP ABAP Class CL_UPG_SHDCLONE (Main class for cloning of shd system)
SAP ABAP Class
CL_UPG_SHDCLONE (Main class for cloning of shd system) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | CL_ABAP_MATCHER - CONTAINS | Regular Expressions | ||
| 2 | CL_ABAP_TSTMP - SUBTRACT | Arithmetic and Conversion for Time Stamps | ||
| 3 | CL_AUNIT_ASSERT - ASSERT_EQUALS | ABAP Unit: Assertions (see Longtext) | ||
| 4 | CL_AUNIT_ASSERT - FAIL | ABAP Unit: Assertions (see Longtext) | ||
| 5 | CL_SQL_CONNECTION - CONSTRUCTOR | Database Connection | ||
| 6 | CL_SQL_CONNECTION - CONSTRUCTOR | Database Connection | ||
| 7 | CL_SQL_CONNECTION - CONSTRUCTOR | Database Connection | ||
| 8 | CL_SQL_CONNECTION - CREATE_STATEMENT | Database Connection | ||
| 9 | CL_SQL_CONNECTION - CREATE_STATEMENT | Database Connection | ||
| 10 | CL_SQL_CONNECTION - CREATE_STATEMENT | Database Connection | ||
| 11 | CL_SQL_CONNECTION - CREATE_STATEMENT | Database Connection | ||
| 12 | CL_SQL_CONNECTION - GET_METADATA | Database Connection | ||
| 13 | CL_SQL_CONNECTION - GET_METADATA | Database Connection | ||
| 14 | CL_SQL_METADATA - GET_COLUMNS | Method to Describe DB Objects | ||
| 15 | CL_SQL_METADATA - GET_COLUMNS | Method to Describe DB Objects | ||
| 16 | CL_SQL_METADATA - GET_COLUMNS | Method to Describe DB Objects | ||
| 17 | CL_SQL_METADATA - GET_INDEX_INFO | Method to Describe DB Objects | ||
| 18 | CL_SQL_METADATA - GET_PRIMARY_KEYS | Method to Describe DB Objects | ||
| 19 | CL_SQL_METADATA - GET_SCHEMAS | Method to Describe DB Objects | ||
| 20 | CL_SQL_METADATA - GET_VIEWTEXT | Method to Describe DB Objects | ||
| 21 | CL_SQL_RESULT_SET - CLOSE | Resulting Set of an SQL Query | ||
| 22 | CL_SQL_RESULT_SET - NEXT | Resulting Set of an SQL Query | ||
| 23 | CL_SQL_RESULT_SET - SET_PARAM | Resulting Set of an SQL Query | ||
| 24 | CL_SQL_STATEMENT - EXECUTE_DDL | SQL statement | ||
| 25 | CL_SQL_STATEMENT - EXECUTE_DDL | SQL statement | ||
| 26 | CL_SQL_STATEMENT - EXECUTE_DDL | SQL statement | ||
| 27 | CL_SQL_STATEMENT - EXECUTE_QUERY | SQL statement | ||
| 28 | CL_SQL_STATEMENT - EXECUTE_UPDATE | SQL statement | ||
| 29 | CL_UPG_DIRECT_LOGGER - ADD_LOG_ENTRY | Log writter for cloner | ||
| 30 | CL_UPG_DIRECT_LOGGER - CONSTRUCTOR | Log writter for cloner | ||
| 31 | CL_UPG_DIRECT_LOGGER - ERROR | Log writter for cloner | ||
| 32 | CL_UPG_DIRECT_LOGGER - ERROR | Log writter for cloner | ||
| 33 | CL_UPG_DIRECT_LOGGER - ERROR | Log writter for cloner | ||
| 34 | CL_UPG_DIRECT_LOGGER - ERROR | Log writter for cloner | ||
| 35 | CL_UPG_DIRECT_LOGGER - ERROR | Log writter for cloner | ||
| 36 | CL_UPG_DIRECT_LOGGER - ERROR | Log writter for cloner | ||
| 37 | CL_UPG_DIRECT_LOGGER - ERROR | Log writter for cloner | ||
| 38 | CL_UPG_DIRECT_LOGGER - ERROR | Log writter for cloner | ||
| 39 | CL_UPG_DIRECT_LOGGER - ERROR | Log writter for cloner | ||
| 40 | CL_UPG_DIRECT_LOGGER - ERROR | Log writter for cloner | ||
| 41 | CL_UPG_DIRECT_LOGGER - FLUSH | Log writter for cloner | ||
| 42 | CL_UPG_DIRECT_LOGGER - FLUSH | Log writter for cloner | ||
| 43 | CL_UPG_DIRECT_LOGGER - FLUSH | Log writter for cloner | ||
| 44 | CL_UPG_DIRECT_LOGGER - TRACE | Log writter for cloner | ||
| 45 | CL_UPG_DIRECT_LOGGER - TRACE | Log writter for cloner | ||
| 46 | CL_UPG_SHDCLONE - CALCULATE_CREATE_TABLE_STMT | Main class for cloning of shd system | SOURCE calculate_create_table_stmt( |
|
| 47 | CL_UPG_SHDCLONE - CALCULATE_CREATE_TABLE_STMT | Main class for cloning of shd system | SOURCE EXPORTING |
|
| 48 | CL_UPG_SHDCLONE - CALCULATE_CREATE_TABLE_STMT | Main class for cloning of shd system | SOURCE i_tabname = shdname |
|
| 49 | CL_UPG_SHDCLONE - CALCULATE_CREATE_TABLE_STMT | Main class for cloning of shd system | SOURCE i_roworcolst = 'C' "column store for non-ddic tables |
|
| 50 | CL_UPG_SHDCLONE - CALCULATE_CREATE_TABLE_STMT | Main class for cloning of shd system | SOURCE IMPORTING |
|
| 51 | CL_UPG_SHDCLONE - CALCULATE_CREATE_TABLE_STMT | Main class for cloning of shd system | SOURCE et_stmt = lt_stmt |
|
| 52 | CL_UPG_SHDCLONE - CALCULATE_CREATE_TABLE_STMT | Main class for cloning of shd system | SOURCE CHANGING |
|
| 53 | CL_UPG_SHDCLONE - CALCULATE_CREATE_TABLE_STMT | Main class for cloning of shd system | SOURCE ct_ddfields = t_ddfields |
|
| 54 | CL_UPG_SHDCLONE - CALCULATE_CREATE_TABLE_STMT | Main class for cloning of shd system | SOURCE ). |
|
| 55 | CL_UPG_SHDCLONE - CALCULATE_CREATE_TABLE_STMT | Main class for cloning of shd system | SOURCE calculate_create_table_stmt( |
|
| 56 | CL_UPG_SHDCLONE - CALCULATE_CREATE_TABLE_STMT | Main class for cloning of shd system | SOURCE EXPORTING |
|
| 57 | CL_UPG_SHDCLONE - CALCULATE_CREATE_TABLE_STMT | Main class for cloning of shd system | SOURCE i_tabname = shdname |
|
| 58 | CL_UPG_SHDCLONE - CALCULATE_CREATE_TABLE_STMT | Main class for cloning of shd system | SOURCE i_roworcolst = lv_ROWORCOLST |
|
| 59 | CL_UPG_SHDCLONE - CALCULATE_CREATE_TABLE_STMT | Main class for cloning of shd system | SOURCE IMPORTING |
|
| 60 | CL_UPG_SHDCLONE - CALCULATE_CREATE_TABLE_STMT | Main class for cloning of shd system | SOURCE et_stmt = lt_stmt |
|
| 61 | CL_UPG_SHDCLONE - CALCULATE_CREATE_TABLE_STMT | Main class for cloning of shd system | SOURCE CHANGING |
|
| 62 | CL_UPG_SHDCLONE - CALCULATE_CREATE_TABLE_STMT | Main class for cloning of shd system | SOURCE ct_ddfields = lt_ddfields |
|
| 63 | CL_UPG_SHDCLONE - CALCULATE_CREATE_TABLE_STMT | Main class for cloning of shd system | SOURCE ). |
|
| 64 | CL_UPG_SHDCLONE - CALCULATE_CREATE_TABLE_STMT | Main class for cloning of shd system | SOURCE calculate_create_table_stmt( |
|
| 65 | CL_UPG_SHDCLONE - CALCULATE_CREATE_TABLE_STMT | Main class for cloning of shd system | SOURCE EXPORTING |
|
| 66 | CL_UPG_SHDCLONE - CALCULATE_CREATE_TABLE_STMT | Main class for cloning of shd system | SOURCE i_tabname = shdname |
|
| 67 | CL_UPG_SHDCLONE - CALCULATE_CREATE_TABLE_STMT | Main class for cloning of shd system | SOURCE i_roworcolst = 'R' "create NT tables as rowstore |
|
| 68 | CL_UPG_SHDCLONE - CALCULATE_CREATE_TABLE_STMT | Main class for cloning of shd system | SOURCE IMPORTING |
|
| 69 | CL_UPG_SHDCLONE - CALCULATE_CREATE_TABLE_STMT | Main class for cloning of shd system | SOURCE et_stmt = lt_stmt |
|
| 70 | CL_UPG_SHDCLONE - CALCULATE_CREATE_TABLE_STMT | Main class for cloning of shd system | SOURCE CHANGING |
|
| 71 | CL_UPG_SHDCLONE - CALCULATE_CREATE_TABLE_STMT | Main class for cloning of shd system | SOURCE ct_ddfields = lt_ddfields ). |
|
| 72 | CL_UPG_SHDCLONE - CHECK_DATA_TRANSFER | Main class for cloning of shd system | SOURCE check_data_transfer( tabname = tabname shdname = shdname countpre = countpre ). |
|
| 73 | CL_UPG_SHDCLONE - CONSTRUCTOR | Main class for cloning of shd system | ||
| 74 | CL_UPG_SHDCLONE - COPY_DATA | Main class for cloning of shd system | ||
| 75 | CL_UPG_SHDCLONE - COPY_INDXS | Main class for cloning of shd system | ||
| 76 | CL_UPG_SHDCLONE - COPY_STR | Main class for cloning of shd system | ||
| 77 | CL_UPG_SHDCLONE - CREATE_INDX_FROM_DB | Main class for cloning of shd system | ||
| 78 | CL_UPG_SHDCLONE - CREATE_INDX_FROM_DD | Main class for cloning of shd system | ||
| 79 | CL_UPG_SHDCLONE - CREATE_NT_TABLE | Main class for cloning of shd system | ||
| 80 | CL_UPG_SHDCLONE - CREATE_PK | Main class for cloning of shd system | ||
| 81 | CL_UPG_SHDCLONE - CREATE_PK | Main class for cloning of shd system | ||
| 82 | CL_UPG_SHDCLONE - CREATE_TBL_FROM_DB | Main class for cloning of shd system | ||
| 83 | CL_UPG_SHDCLONE - CREATE_TBL_FROM_DD | Main class for cloning of shd system | ||
| 84 | CL_UPG_SHDCLONE - DROP | Main class for cloning of shd system | ||
| 85 | CL_UPG_SHDCLONE - EXEC_SQL_TAB | Main class for cloning of shd system | ||
| 86 | CL_UPG_SHDCLONE - EXEC_SQL_TAB | Main class for cloning of shd system | ||
| 87 | CL_UPG_SHDCLONE - EXEC_SQL_TAB | Main class for cloning of shd system | ||
| 88 | CL_UPG_SHDCLONE - EXEC_SQL_TAB | Main class for cloning of shd system | ||
| 89 | CL_UPG_SHDCLONE - EXEC_SQL_TAB | Main class for cloning of shd system | ||
| 90 | CL_UPG_SHDCLONE - EXEC_SQL_TAB | Main class for cloning of shd system | ||
| 91 | CL_UPG_SHDCLONE - EXEC_SQL_TAB | Main class for cloning of shd system | ||
| 92 | CL_UPG_SHDCLONE - EXEC_SQL_TAB | Main class for cloning of shd system | ||
| 93 | CL_UPG_SHDCLONE - EXEC_SQL_TAB | Main class for cloning of shd system | ||
| 94 | CL_UPG_SHDCLONE - GET_CLIENT_FIELD | Main class for cloning of shd system | ||
| 95 | CL_UPG_SHDCLONE - GET_CLIENT_FIELD | Main class for cloning of shd system | ||
| 96 | CL_UPG_SHDCLONE - GET_CLIENT_FIELD | Main class for cloning of shd system | ||
| 97 | CL_UPG_SHDCLONE - GET_DB_TAB_DEF | Main class for cloning of shd system | ||
| 98 | CL_UPG_SHDCLONE - GET_DDFIELDS | Main class for cloning of shd system | ||
| 99 | CL_UPG_SHDCLONE - GET_DDFIELDS | Main class for cloning of shd system | ||
| 100 | CL_UPG_SHDCLONE - GET_DROPVIEW | Main class for cloning of shd system | ||
| 101 | CL_UPG_SHDCLONE - GET_DROPVIEW | Main class for cloning of shd system | ||
| 102 | CL_UPG_SHDCLONE - GET_INDX_REPL | Main class for cloning of shd system | ||
| 103 | CL_UPG_SHDCLONE - GET_INDX_REPL | Main class for cloning of shd system | ||
| 104 | CL_UPG_SHDCLONE - GET_INDX_REPL | Main class for cloning of shd system | ||
| 105 | CL_UPG_SHDCLONE - GET_OBJECT_FOR_DB | Main class for cloning of shd system | ||
| 106 | CL_UPG_SHDCLONE - GET_OBJECT_FOR_DB | Main class for cloning of shd system | ||
| 107 | CL_UPG_SHDCLONE - GET_PK_FIELDS | Main class for cloning of shd system | ||
| 108 | CL_UPG_SHDCLONE - GET_PK_STRATEGY | Main class for cloning of shd system | ||
| 109 | CL_UPG_SHDCLONE - GET_ROWS_COUNT | Main class for cloning of shd system | ||
| 110 | CL_UPG_SHDCLONE - GET_ROWS_COUNT | Main class for cloning of shd system | ||
| 111 | CL_UPG_SHDCLONE - GET_ROWS_COUNT_CLSPEC | Main class for cloning of shd system | SOURCE countpre = get_rows_count_clspec( tabname ). |
|
| 112 | CL_UPG_SHDCLONE - GET_TBS_REPL | Main class for cloning of shd system | ||
| 113 | CL_UPG_SHDCLONE - INDX_ADD_BRIDGE_SUFFIX | Main class for cloning of shd system | SOURCE me->indx_add_bridge_suffix( CHANGING index_name = new ). |
|
| 114 | CL_UPG_SHDCLONE - INDX_ADD_BRIDGE_SUFFIX | Main class for cloning of shd system | SOURCE me->indx_add_bridge_suffix( CHANGING index_name = repl-new ). |
|
| 115 | CL_UPG_SHDCLONE - IS_DDIC_TABLE | Main class for cloning of shd system | ||
| 116 | CL_UPG_SHDCLONE - IS_EXCHANGE_TABLE | Main class for cloning of shd system | ||
| 117 | CL_UPG_SHDCLONE - IS_NT_TABLE | Main class for cloning of shd system | ||
| 118 | CL_UPG_SHDCLONE - LOG_ADD | Main class for cloning of shd system | ||
| 119 | CL_UPG_SHDCLONE - LOG_ADD | Main class for cloning of shd system | ||
| 120 | CL_UPG_SHDCLONE - LOG_ADD | Main class for cloning of shd system | ||
| 121 | CL_UPG_SHDCLONE - LOG_ADD | Main class for cloning of shd system | ||
| 122 | CL_UPG_SHDCLONE - LOG_ADD | Main class for cloning of shd system | ||
| 123 | CL_UPG_SHDCLONE - LOG_ADD | Main class for cloning of shd system | ||
| 124 | CL_UPG_SHDCLONE - LOG_ADD_ENTRY | Main class for cloning of shd system | ||
| 125 | CL_UPG_SHDCLONE - LOG_ADD_ENTRY | Main class for cloning of shd system | ||
| 126 | CL_UPG_SHDCLONE - LOG_ADD_ENTRY | Main class for cloning of shd system | ||
| 127 | CL_UPG_SHDCLONE - LOG_ADD_ENTRY | Main class for cloning of shd system | ||
| 128 | CL_UPG_SHDCLONE - LOG_ADD_ENTRY | Main class for cloning of shd system | ||
| 129 | CL_UPG_SHDCLONE - LOG_FLUSH | Main class for cloning of shd system | ||
| 130 | CL_UPG_SHDCLONE - LOG_FLUSH | Main class for cloning of shd system | ||
| 131 | CL_UPG_SHDCLONE - LOG_FLUSH | Main class for cloning of shd system | ||
| 132 | CL_UPG_SHDCLONE - LOG_FLUSH | Main class for cloning of shd system | ||
| 133 | CL_UPG_SHDCLONE - LOG_FLUSH | Main class for cloning of shd system | ||
| 134 | CL_UPG_SHDCLONE - LOG_FLUSH | Main class for cloning of shd system | ||
| 135 | CL_UPG_SHDCLONE - LOG_FLUSH | Main class for cloning of shd system | ||
| 136 | CL_UPG_SHDCLONE - LOG_FLUSH | Main class for cloning of shd system | ||
| 137 | CL_UPG_SHDCLONE - LOG_FLUSH | Main class for cloning of shd system | ||
| 138 | CL_UPG_SHDCLONE - LOG_FLUSH | Main class for cloning of shd system | ||
| 139 | CL_UPG_SHDCLONE - LOG_FLUSH | Main class for cloning of shd system | ||
| 140 | CL_UPG_SHDCLONE - MAKE_DELIMITED | Main class for cloning of shd system | ||
| 141 | CL_UPG_SHDCLONE - MAKE_DELIMITED | Main class for cloning of shd system | ||
| 142 | CL_UPG_SHDCLONE - MAKE_DELIMITED | Main class for cloning of shd system | ||
| 143 | CL_UPG_SHDCLONE - MAKE_DELIMITED | Main class for cloning of shd system | ||
| 144 | CL_UPG_SHDCLONE - MOD_DATA_STM | Main class for cloning of shd system | ||
| 145 | CL_UPG_SHDCLONE - MOD_DDL_LINE | Main class for cloning of shd system | ||
| 146 | CL_UPG_SHDCLONE - MOD_DDL_STM | Main class for cloning of shd system | ||
| 147 | CL_UPG_SHDCLONE - MOD_DDL_STM | Main class for cloning of shd system | ||
| 148 | CL_UPG_SHDCLONE - MOD_DDL_STM | Main class for cloning of shd system | ||
| 149 | CL_UPG_SHDCLONE - MOD_DDL_STM | Main class for cloning of shd system | ||
| 150 | CL_UPG_SHDCLONE - MOD_DDL_STM | Main class for cloning of shd system | ||
| 151 | CL_UPG_SHDCLONE - MOD_DDL_STM | Main class for cloning of shd system | ||
| 152 | CL_UPG_SHDCLONE - MOD_DDL_STM | Main class for cloning of shd system | ||
| 153 | CL_UPG_SHDCLONE - MOD_VIEW_STM | Main class for cloning of shd system | ||
| 154 | CL_UPG_SHDCLONE - REPLACE_WORD | Main class for cloning of shd system | ||
| 155 | CL_UPG_SHDCLONE - SET_BRIDGE_FUNCTIONALITY | Main class for cloning of shd system | ||
| 156 | CL_UPG_SHDCLONE - SET_DDNTF_HIST_FIELDS | Main class for cloning of shd system | SOURCE CALL METHOD set_ddntf_hist_fields EXPORTING tabname = tabname CHANGING rt_x031l = lt_x031l_tab. |
|
| 157 | CL_UPG_SHDCLONE - SET_DDNTT_HIST_FIELDS | Main class for cloning of shd system | SOURCE CALL METHOD set_ddntt_hist_fields EXPORTING tabname = tabname CHANGING rt_x031l = lt_x031l_tab. |
|
| 158 | CL_UPG_SHDCLONE - UPDATE_STORAGE | Main class for cloning of shd system | ||
| 159 | CL_UPG_SHDCLONE - UPDATE_STORAGE | Main class for cloning of shd system | ||
| 160 | CL_UPG_SHDCLONE - UPDATE_STORAGE | Main class for cloning of shd system | ||
| 161 | CL_UPG_SHDCLONE - UPDATE_STORAGE | Main class for cloning of shd system | ||
| 162 | CL_UPG_SHDCLONE - UPDATE_STORAGE | Main class for cloning of shd system |