@mcp-abap-adt/core 2.5.0 → 2.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +27 -0
- package/dist/handlers/compact/high/compactSchemas.d.ts +218 -9
- package/dist/handlers/compact/high/compactSchemas.d.ts.map +1 -1
- package/dist/handlers/compact/high/compactSchemas.js +410 -134
- package/dist/handlers/compact/high/compactSchemas.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerActivate.d.ts +7 -1
- package/dist/handlers/compact/high/handleHandlerActivate.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerActivate.js +1 -1
- package/dist/handlers/compact/high/handleHandlerActivate.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.d.ts +4 -1
- package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.js +1 -1
- package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.d.ts +3 -1
- package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.js +1 -1
- package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerCheckRun.d.ts +7 -1
- package/dist/handlers/compact/high/handleHandlerCheckRun.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerCheckRun.js +1 -1
- package/dist/handlers/compact/high/handleHandlerCheckRun.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerCreate.d.ts +23 -1
- package/dist/handlers/compact/high/handleHandlerCreate.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerCreate.js +1 -1
- package/dist/handlers/compact/high/handleHandlerCreate.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerDelete.d.ts +7 -1
- package/dist/handlers/compact/high/handleHandlerDelete.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerDelete.js +1 -1
- package/dist/handlers/compact/high/handleHandlerDelete.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerDumpList.d.ts +6 -1
- package/dist/handlers/compact/high/handleHandlerDumpList.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerDumpList.js +1 -1
- package/dist/handlers/compact/high/handleHandlerDumpList.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerDumpView.d.ts +3 -1
- package/dist/handlers/compact/high/handleHandlerDumpView.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerDumpView.js +1 -1
- package/dist/handlers/compact/high/handleHandlerDumpView.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerGet.d.ts +60 -1
- package/dist/handlers/compact/high/handleHandlerGet.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerGet.js +1 -1
- package/dist/handlers/compact/high/handleHandlerGet.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerLock.d.ts +7 -1
- package/dist/handlers/compact/high/handleHandlerLock.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerLock.js +1 -1
- package/dist/handlers/compact/high/handleHandlerLock.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerProfileList.d.ts +1 -1
- package/dist/handlers/compact/high/handleHandlerProfileList.js +1 -1
- package/dist/handlers/compact/high/handleHandlerProfileList.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerProfileRun.d.ts +17 -1
- package/dist/handlers/compact/high/handleHandlerProfileRun.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerProfileRun.js +1 -1
- package/dist/handlers/compact/high/handleHandlerProfileRun.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerProfileView.d.ts +7 -1
- package/dist/handlers/compact/high/handleHandlerProfileView.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerProfileView.js +1 -1
- package/dist/handlers/compact/high/handleHandlerProfileView.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.d.ts +2 -1
- package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.js +1 -1
- package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.d.ts +6 -1
- package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.js +1 -1
- package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerTransportCreate.d.ts +5 -1
- package/dist/handlers/compact/high/handleHandlerTransportCreate.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerTransportCreate.js +1 -1
- package/dist/handlers/compact/high/handleHandlerTransportCreate.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerUnitTestResult.d.ts +4 -1
- package/dist/handlers/compact/high/handleHandlerUnitTestResult.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerUnitTestResult.js +1 -1
- package/dist/handlers/compact/high/handleHandlerUnitTestResult.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerUnitTestRun.d.ts +18 -1
- package/dist/handlers/compact/high/handleHandlerUnitTestRun.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerUnitTestRun.js +1 -1
- package/dist/handlers/compact/high/handleHandlerUnitTestRun.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerUnitTestStatus.d.ts +3 -1
- package/dist/handlers/compact/high/handleHandlerUnitTestStatus.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerUnitTestStatus.js +1 -1
- package/dist/handlers/compact/high/handleHandlerUnitTestStatus.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerUnlock.d.ts +7 -1
- package/dist/handlers/compact/high/handleHandlerUnlock.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerUnlock.js +1 -1
- package/dist/handlers/compact/high/handleHandlerUnlock.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerUpdate.d.ts +21 -1
- package/dist/handlers/compact/high/handleHandlerUpdate.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerUpdate.js +1 -1
- package/dist/handlers/compact/high/handleHandlerUpdate.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerValidate.d.ts +22 -10
- package/dist/handlers/compact/high/handleHandlerValidate.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerValidate.js +1 -1
- package/dist/handlers/compact/high/handleHandlerValidate.js.map +1 -1
- package/docs/user-guide/AVAILABLE_TOOLS.md +189 -174
- package/docs/user-guide/AVAILABLE_TOOLS_COMPACT.md +189 -174
- package/docs/user-guide/AVAILABLE_TOOLS_HIGH.md +189 -174
- package/package.json +1 -1
|
@@ -1260,194 +1260,207 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
1260
1260
|
|
|
1261
1261
|
<a id="handleractivate-high-level-compact"></a>
|
|
1262
1262
|
#### HandlerActivate (High-Level / Compact)
|
|
1263
|
-
**Description:**
|
|
1263
|
+
**Description:** Activate operation. Single mode(object_name*, object_adt_type*). Batch mode(objects[].name*, objects[].type*).
|
|
1264
1264
|
|
|
1265
1265
|
**Source:** `src/handlers/compact/high/handleHandlerActivate.ts`
|
|
1266
1266
|
|
|
1267
1267
|
**Parameters:**
|
|
1268
1268
|
- `object_adt_type` (string, optional) - ADT object type code (e.g. CLAS/OC, PROG/P). Required for single-object activation form.
|
|
1269
|
-
- `object_name` (string, optional) -
|
|
1269
|
+
- `object_name` (string, optional) - Object name for single-object activation form.
|
|
1270
1270
|
- `object_type` (any, optional) -
|
|
1271
|
-
- `objects` (array, optional) -
|
|
1272
|
-
- `preaudit` (boolean, optional) -
|
|
1271
|
+
- `objects` (array, optional) - Explicit objects list for batch activation.
|
|
1272
|
+
- `preaudit` (boolean, optional) - Run pre-audit checks before activation.
|
|
1273
1273
|
|
|
1274
1274
|
---
|
|
1275
1275
|
|
|
1276
1276
|
<a id="handlercdsunittestresult-high-level-compact"></a>
|
|
1277
1277
|
#### HandlerCdsUnitTestResult (High-Level / Compact)
|
|
1278
|
-
**Description:**
|
|
1278
|
+
**Description:** CDS unit test result. object_type: not used. Required: run_id*. Optional: with_navigation_uris, format(abapunit|junit). Response: JSON.
|
|
1279
1279
|
|
|
1280
1280
|
**Source:** `src/handlers/compact/high/handleHandlerCdsUnitTestResult.ts`
|
|
1281
1281
|
|
|
1282
1282
|
**Parameters:**
|
|
1283
|
-
- `aggregate` (boolean, optional) -
|
|
1284
|
-
- `all_db_events` (boolean, optional) -
|
|
1285
|
-
- `all_dynpro_events` (boolean, optional) -
|
|
1286
|
-
- `all_internal_table_events` (boolean, optional) -
|
|
1287
|
-
- `all_misc_abap_statements` (boolean, optional) -
|
|
1288
|
-
- `all_procedural_units` (boolean, optional) -
|
|
1289
|
-
- `all_system_kernel_events` (boolean, optional) -
|
|
1290
|
-
- `amdp_trace` (boolean, optional) -
|
|
1291
|
-
- `class_name` (string, optional) -
|
|
1292
|
-
- `description` (string, optional) -
|
|
1293
|
-
- `explicit_on_off` (boolean, optional) -
|
|
1294
|
-
- `max_size_for_trace_file` (number, optional) -
|
|
1295
|
-
- `max_time_for_tracing` (number, optional) -
|
|
1296
|
-
- `program_name` (string, optional) -
|
|
1297
|
-
- `sql_trace` (boolean, optional) -
|
|
1283
|
+
- `aggregate` (boolean, optional) - Aggregate profiling data.
|
|
1284
|
+
- `all_db_events` (boolean, optional) - Trace all DB events.
|
|
1285
|
+
- `all_dynpro_events` (boolean, optional) - Trace dynpro events.
|
|
1286
|
+
- `all_internal_table_events` (boolean, optional) - Trace internal table events.
|
|
1287
|
+
- `all_misc_abap_statements` (boolean, optional) - Trace miscellaneous ABAP statements.
|
|
1288
|
+
- `all_procedural_units` (boolean, optional) - Trace all procedural units.
|
|
1289
|
+
- `all_system_kernel_events` (boolean, optional) - Trace system kernel events.
|
|
1290
|
+
- `amdp_trace` (boolean, optional) - Enable AMDP tracing.
|
|
1291
|
+
- `class_name` (string, optional) - Class name for profiling.
|
|
1292
|
+
- `description` (string, optional) - Profiler run description.
|
|
1293
|
+
- `explicit_on_off` (boolean, optional) - Use explicit on/off trace sections.
|
|
1294
|
+
- `max_size_for_trace_file` (number, optional) - Maximum trace file size.
|
|
1295
|
+
- `max_time_for_tracing` (number, optional) - Maximum tracing time.
|
|
1296
|
+
- `program_name` (string, optional) - Program name for profiling.
|
|
1297
|
+
- `sql_trace` (boolean, optional) - Enable SQL trace.
|
|
1298
1298
|
- `target_type` (string, required) - Profile execution target kind.
|
|
1299
|
-
- `with_rfc_tracing` (boolean, optional) -
|
|
1299
|
+
- `with_rfc_tracing` (boolean, optional) - Enable RFC tracing.
|
|
1300
1300
|
|
|
1301
1301
|
---
|
|
1302
1302
|
|
|
1303
1303
|
<a id="handlercdsunitteststatus-high-level-compact"></a>
|
|
1304
1304
|
#### HandlerCdsUnitTestStatus (High-Level / Compact)
|
|
1305
|
-
**Description:**
|
|
1305
|
+
**Description:** CDS unit test status. object_type: not used. Required: run_id*. Optional: with_long_polling. Response: JSON.
|
|
1306
1306
|
|
|
1307
1307
|
**Source:** `src/handlers/compact/high/handleHandlerCdsUnitTestStatus.ts`
|
|
1308
1308
|
|
|
1309
1309
|
**Parameters:**
|
|
1310
|
-
- `aggregate` (boolean, optional) -
|
|
1311
|
-
- `all_db_events` (boolean, optional) -
|
|
1312
|
-
- `all_dynpro_events` (boolean, optional) -
|
|
1313
|
-
- `all_internal_table_events` (boolean, optional) -
|
|
1314
|
-
- `all_misc_abap_statements` (boolean, optional) -
|
|
1315
|
-
- `all_procedural_units` (boolean, optional) -
|
|
1316
|
-
- `all_system_kernel_events` (boolean, optional) -
|
|
1317
|
-
- `amdp_trace` (boolean, optional) -
|
|
1318
|
-
- `class_name` (string, optional) -
|
|
1319
|
-
- `description` (string, optional) -
|
|
1320
|
-
- `explicit_on_off` (boolean, optional) -
|
|
1321
|
-
- `max_size_for_trace_file` (number, optional) -
|
|
1322
|
-
- `max_time_for_tracing` (number, optional) -
|
|
1323
|
-
- `program_name` (string, optional) -
|
|
1324
|
-
- `sql_trace` (boolean, optional) -
|
|
1310
|
+
- `aggregate` (boolean, optional) - Aggregate profiling data.
|
|
1311
|
+
- `all_db_events` (boolean, optional) - Trace all DB events.
|
|
1312
|
+
- `all_dynpro_events` (boolean, optional) - Trace dynpro events.
|
|
1313
|
+
- `all_internal_table_events` (boolean, optional) - Trace internal table events.
|
|
1314
|
+
- `all_misc_abap_statements` (boolean, optional) - Trace miscellaneous ABAP statements.
|
|
1315
|
+
- `all_procedural_units` (boolean, optional) - Trace all procedural units.
|
|
1316
|
+
- `all_system_kernel_events` (boolean, optional) - Trace system kernel events.
|
|
1317
|
+
- `amdp_trace` (boolean, optional) - Enable AMDP tracing.
|
|
1318
|
+
- `class_name` (string, optional) - Class name for profiling.
|
|
1319
|
+
- `description` (string, optional) - Profiler run description.
|
|
1320
|
+
- `explicit_on_off` (boolean, optional) - Use explicit on/off trace sections.
|
|
1321
|
+
- `max_size_for_trace_file` (number, optional) - Maximum trace file size.
|
|
1322
|
+
- `max_time_for_tracing` (number, optional) - Maximum tracing time.
|
|
1323
|
+
- `program_name` (string, optional) - Program name for profiling.
|
|
1324
|
+
- `sql_trace` (boolean, optional) - Enable SQL trace.
|
|
1325
1325
|
- `target_type` (string, required) - Profile execution target kind.
|
|
1326
|
-
- `with_rfc_tracing` (boolean, optional) -
|
|
1326
|
+
- `with_rfc_tracing` (boolean, optional) - Enable RFC tracing.
|
|
1327
1327
|
|
|
1328
1328
|
---
|
|
1329
1329
|
|
|
1330
1330
|
<a id="handlercheckrun-high-level-compact"></a>
|
|
1331
1331
|
#### HandlerCheckRun (High-Level / Compact)
|
|
1332
|
-
**Description:**
|
|
1332
|
+
**Description:** CheckRun operation (syntax, no activation). object_type required: CLASS(object_name*), PROGRAM(object_name*), INTERFACE(object_name*), FUNCTION_GROUP(object_name*), FUNCTION_MODULE(object_name*), TABLE(object_name*), STRUCTURE(object_name*), VIEW(object_name*), DOMAIN(object_name*), DATA_ELEMENT(object_name*), PACKAGE(object_name*), BEHAVIOR_DEFINITION(object_name*), BEHAVIOR_IMPLEMENTATION(object_name*), METADATA_EXTENSION(object_name*).
|
|
1333
1333
|
|
|
1334
1334
|
**Source:** `src/handlers/compact/high/handleHandlerCheckRun.ts`
|
|
1335
1335
|
|
|
1336
1336
|
**Parameters:**
|
|
1337
|
-
- `session_id` (string, optional) -
|
|
1338
|
-
- `session_state` (object, optional) -
|
|
1339
|
-
- `version` (string, optional (default: active)) -
|
|
1337
|
+
- `session_id` (string, optional) - Optional ADT session id for stateful check flow.
|
|
1338
|
+
- `session_state` (object, optional) - Optional ADT session state container (cookies/CSRF) for stateful check flow.
|
|
1339
|
+
- `version` (string, optional (default: active)) - Version to syntax-check.
|
|
1340
1340
|
|
|
1341
1341
|
---
|
|
1342
1342
|
|
|
1343
1343
|
<a id="handlercreate-high-level-compact"></a>
|
|
1344
1344
|
#### HandlerCreate (High-Level / Compact)
|
|
1345
|
-
**Description:**
|
|
1345
|
+
**Description:** Create operation. object_type required: PACKAGE(package_name*), DOMAIN(domain_name*), DATA_ELEMENT(data_element_name*), TABLE(table_name*), STRUCTURE(structure_name*), VIEW(view_name*), SERVICE_DEFINITION(service_definition_name*), SERVICE_BINDING(service_binding_name*), CLASS(class_name*), LOCAL_TEST_CLASS(class_name*), LOCAL_TYPES(class_name*), LOCAL_DEFINITIONS(class_name*), LOCAL_MACROS(class_name*), PROGRAM(program_name*), INTERFACE(interface_name*), FUNCTION_GROUP(function_group_name*), FUNCTION_MODULE(function_module_name*, function_group_name*), BEHAVIOR_DEFINITION(behavior_definition_name*), BEHAVIOR_IMPLEMENTATION(behavior_implementation_name*), METADATA_EXTENSION(metadata_extension_name*), UNIT_TEST(run_id*), CDS_UNIT_TEST(run_id*).
|
|
1346
1346
|
|
|
1347
1347
|
**Source:** `src/handlers/compact/high/handleHandlerCreate.ts`
|
|
1348
1348
|
|
|
1349
1349
|
**Parameters:**
|
|
1350
|
-
- `activate` (boolean, optional) -
|
|
1351
|
-
- `application` (string, optional) -
|
|
1352
|
-
- `class_name` (string, optional) -
|
|
1353
|
-
- `conversion_exit` (string, optional) -
|
|
1354
|
-
- `datatype` (string, optional) -
|
|
1355
|
-
- `decimals` (number, optional) -
|
|
1356
|
-
- `description` (string, optional) -
|
|
1357
|
-
- `domain_name` (string, optional) -
|
|
1358
|
-
- `fixed_values` (array, optional) -
|
|
1359
|
-
- `function_group_name` (string, optional) -
|
|
1360
|
-
- `function_module_name` (string, optional) -
|
|
1361
|
-
- `length` (number, optional) -
|
|
1362
|
-
- `lowercase` (boolean, optional) -
|
|
1350
|
+
- `activate` (boolean, optional) - Activate object after create.
|
|
1351
|
+
- `application` (string, optional) - Domain application area.
|
|
1352
|
+
- `class_name` (string, optional) - ABAP class name.
|
|
1353
|
+
- `conversion_exit` (string, optional) - Conversion exit name.
|
|
1354
|
+
- `datatype` (string, optional) - ABAP data type.
|
|
1355
|
+
- `decimals` (number, optional) - Decimal places.
|
|
1356
|
+
- `description` (string, optional) - Human-readable object description.
|
|
1357
|
+
- `domain_name` (string, optional) - ABAP domain name.
|
|
1358
|
+
- `fixed_values` (array, optional) - Domain fixed values list.
|
|
1359
|
+
- `function_group_name` (string, optional) - ABAP function group name.
|
|
1360
|
+
- `function_module_name` (string, optional) - ABAP function module name.
|
|
1361
|
+
- `length` (number, optional) - Length for typed artifacts.
|
|
1362
|
+
- `lowercase` (boolean, optional) - Allow lowercase values (domain setting).
|
|
1363
1363
|
- `object_type` (any, required) -
|
|
1364
|
-
- `package_name` (string, optional) -
|
|
1365
|
-
- `program_name` (string, optional) -
|
|
1366
|
-
- `program_type` (string, optional) -
|
|
1367
|
-
- `sign_exists` (boolean, optional) -
|
|
1368
|
-
- `source_code` (string, optional) -
|
|
1369
|
-
- `transport_request` (string, optional) -
|
|
1370
|
-
- `value_table` (string, optional) -
|
|
1364
|
+
- `package_name` (string, optional) - ABAP package name.
|
|
1365
|
+
- `program_name` (string, optional) - ABAP program name.
|
|
1366
|
+
- `program_type` (string, optional) - ABAP program type.
|
|
1367
|
+
- `sign_exists` (boolean, optional) - Allow signed values (domain setting).
|
|
1368
|
+
- `source_code` (string, optional) - ABAP source code payload.
|
|
1369
|
+
- `transport_request` (string, optional) - Transport request id (if required by system).
|
|
1370
|
+
- `value_table` (string, optional) - Foreign key value table.
|
|
1371
1371
|
|
|
1372
1372
|
---
|
|
1373
1373
|
|
|
1374
1374
|
<a id="handlerdelete-high-level-compact"></a>
|
|
1375
1375
|
#### HandlerDelete (High-Level / Compact)
|
|
1376
|
-
**Description:**
|
|
1376
|
+
**Description:** Delete operation. object_type required: PACKAGE(package_name*), DOMAIN(domain_name*), DATA_ELEMENT(data_element_name*), TABLE(table_name*), STRUCTURE(structure_name*), VIEW(view_name*), SERVICE_DEFINITION(service_definition_name*), SERVICE_BINDING(service_binding_name*), CLASS(class_name*), LOCAL_TEST_CLASS(class_name*), LOCAL_TYPES(class_name*), LOCAL_DEFINITIONS(class_name*), LOCAL_MACROS(class_name*), PROGRAM(program_name*), INTERFACE(interface_name*), FUNCTION_GROUP(function_group_name*), FUNCTION_MODULE(function_module_name*, function_group_name*), BEHAVIOR_DEFINITION(behavior_definition_name*), BEHAVIOR_IMPLEMENTATION(behavior_implementation_name*), METADATA_EXTENSION(metadata_extension_name*), UNIT_TEST(run_id*), CDS_UNIT_TEST(run_id*).
|
|
1377
1377
|
|
|
1378
1378
|
**Source:** `src/handlers/compact/high/handleHandlerDelete.ts`
|
|
1379
1379
|
|
|
1380
1380
|
**Parameters:**
|
|
1381
|
-
- `class_name` (string, optional) -
|
|
1382
|
-
- `domain_name` (string, optional) -
|
|
1383
|
-
- `function_group_name` (string, optional) -
|
|
1384
|
-
- `function_module_name` (string, optional) -
|
|
1381
|
+
- `class_name` (string, optional) - ABAP class name.
|
|
1382
|
+
- `domain_name` (string, optional) - ABAP domain name.
|
|
1383
|
+
- `function_group_name` (string, optional) - ABAP function group name.
|
|
1384
|
+
- `function_module_name` (string, optional) - ABAP function module name.
|
|
1385
1385
|
- `object_type` (any, required) -
|
|
1386
|
-
- `program_name` (string, optional) -
|
|
1387
|
-
- `transport_request` (string, optional) -
|
|
1386
|
+
- `program_name` (string, optional) - ABAP program name.
|
|
1387
|
+
- `transport_request` (string, optional) - Transport request id (if required by system).
|
|
1388
1388
|
|
|
1389
1389
|
---
|
|
1390
1390
|
|
|
1391
1391
|
<a id="handlerdumplist-high-level-compact"></a>
|
|
1392
1392
|
#### HandlerDumpList (High-Level / Compact)
|
|
1393
|
-
**Description:**
|
|
1393
|
+
**Description:** Runtime dump list. object_type: not used. Required: none. Optional: user, inlinecount, top, skip, orderby. Response: JSON.
|
|
1394
1394
|
|
|
1395
1395
|
**Source:** `src/handlers/compact/high/handleHandlerDumpList.ts`
|
|
1396
1396
|
|
|
1397
1397
|
**Parameters:**
|
|
1398
|
-
- `inlinecount` (string, optional) -
|
|
1399
|
-
- `orderby` (string, optional) -
|
|
1400
|
-
- `skip` (number, optional) -
|
|
1401
|
-
- `top` (number, optional) -
|
|
1402
|
-
- `user` (string, optional) -
|
|
1398
|
+
- `inlinecount` (string, optional) - Include total count in response.
|
|
1399
|
+
- `orderby` (string, optional) - Sort expression.
|
|
1400
|
+
- `skip` (number, optional) - Offset for pagination.
|
|
1401
|
+
- `top` (number, optional) - Limit number of returned dumps.
|
|
1402
|
+
- `user` (string, optional) - Filter dumps by user.
|
|
1403
1403
|
|
|
1404
1404
|
---
|
|
1405
1405
|
|
|
1406
1406
|
<a id="handlerdumpview-high-level-compact"></a>
|
|
1407
1407
|
#### HandlerDumpView (High-Level / Compact)
|
|
1408
|
-
**Description:**
|
|
1408
|
+
**Description:** Runtime dump view. object_type: not used. Required: dump_id*. Optional: view(default|summary|formatted). Response: JSON.
|
|
1409
1409
|
|
|
1410
1410
|
**Source:** `src/handlers/compact/high/handleHandlerDumpView.ts`
|
|
1411
1411
|
|
|
1412
1412
|
**Parameters:**
|
|
1413
|
-
- `dump_id` (string, required) -
|
|
1414
|
-
- `view` (string, optional (default: default)) -
|
|
1413
|
+
- `dump_id` (string, required) - Runtime dump id.
|
|
1414
|
+
- `view` (string, optional (default: default)) - Dump rendering mode.
|
|
1415
1415
|
|
|
1416
1416
|
---
|
|
1417
1417
|
|
|
1418
1418
|
<a id="handlerget-high-level-compact"></a>
|
|
1419
1419
|
#### HandlerGet (High-Level / Compact)
|
|
1420
|
-
**Description:**
|
|
1420
|
+
**Description:** Read operation. object_type required: PACKAGE(package_name*), DOMAIN(domain_name*), DATA_ELEMENT(data_element_name*), TABLE(table_name*), STRUCTURE(structure_name*), VIEW(view_name*), SERVICE_DEFINITION(service_definition_name*), SERVICE_BINDING(service_binding_name*), CLASS(class_name*), LOCAL_TEST_CLASS(class_name*), LOCAL_TYPES(class_name*), LOCAL_DEFINITIONS(class_name*), LOCAL_MACROS(class_name*), PROGRAM(program_name*), INTERFACE(interface_name*), FUNCTION_GROUP(function_group_name*), FUNCTION_MODULE(function_module_name*, function_group_name*), BEHAVIOR_DEFINITION(behavior_definition_name*), BEHAVIOR_IMPLEMENTATION(behavior_implementation_name*), METADATA_EXTENSION(metadata_extension_name*), UNIT_TEST(run_id*), CDS_UNIT_TEST(run_id*).
|
|
1421
1421
|
|
|
1422
1422
|
**Source:** `src/handlers/compact/high/handleHandlerGet.ts`
|
|
1423
1423
|
|
|
1424
1424
|
**Parameters:**
|
|
1425
|
-
- `
|
|
1426
|
-
- `
|
|
1427
|
-
- `
|
|
1428
|
-
- `
|
|
1425
|
+
- `behavior_definition_name` (string, optional) - Behavior definition name.
|
|
1426
|
+
- `behavior_implementation_name` (string, optional) - Behavior implementation name.
|
|
1427
|
+
- `class_name` (string, optional) - Class name.
|
|
1428
|
+
- `data_element_name` (string, optional) - Data element name.
|
|
1429
|
+
- `domain_name` (string, optional) - Domain name.
|
|
1430
|
+
- `function_group_name` (string, optional) - Function group name.
|
|
1431
|
+
- `function_module_name` (string, optional) - Function module name.
|
|
1432
|
+
- `interface_name` (string, optional) - Interface name.
|
|
1433
|
+
- `metadata_extension_name` (string, optional) - Metadata extension name.
|
|
1429
1434
|
- `object_type` (any, required) -
|
|
1430
|
-
- `
|
|
1435
|
+
- `package_name` (string, optional) - Package name.
|
|
1436
|
+
- `program_name` (string, optional) - Program name.
|
|
1437
|
+
- `response_format` (string, optional) - Response format for SERVICE_BINDING reads.
|
|
1438
|
+
- `run_id` (string, optional) - Unit test run id.
|
|
1439
|
+
- `service_binding_name` (string, optional) - Service binding name.
|
|
1440
|
+
- `service_definition_name` (string, optional) - Service definition name.
|
|
1441
|
+
- `structure_name` (string, optional) - Structure name.
|
|
1442
|
+
- `table_name` (string, optional) - Table name.
|
|
1431
1443
|
- `version` (any, optional) -
|
|
1444
|
+
- `view_name` (string, optional) - View name.
|
|
1432
1445
|
|
|
1433
1446
|
---
|
|
1434
1447
|
|
|
1435
1448
|
<a id="handlerlock-high-level-compact"></a>
|
|
1436
1449
|
#### HandlerLock (High-Level / Compact)
|
|
1437
|
-
**Description:**
|
|
1450
|
+
**Description:** Lock operation. object_type required: CLASS(object_name*), PROGRAM(object_name*), INTERFACE(object_name*), FUNCTION_GROUP(object_name*), FUNCTION_MODULE(object_name*), TABLE(object_name*), STRUCTURE(object_name*), VIEW(object_name*), DOMAIN(object_name*), DATA_ELEMENT(object_name*), PACKAGE(object_name*), BEHAVIOR_DEFINITION(object_name*), BEHAVIOR_IMPLEMENTATION(object_name*), METADATA_EXTENSION(object_name*).
|
|
1438
1451
|
|
|
1439
1452
|
**Source:** `src/handlers/compact/high/handleHandlerLock.ts`
|
|
1440
1453
|
|
|
1441
1454
|
**Parameters:**
|
|
1442
|
-
- `session_id` (string, optional) -
|
|
1443
|
-
- `session_state` (object, optional) -
|
|
1444
|
-
- `super_package` (string, optional) -
|
|
1455
|
+
- `session_id` (string, optional) - Optional ADT session id for stateful lock flow.
|
|
1456
|
+
- `session_state` (object, optional) - Optional ADT session state container (cookies/CSRF) for stateful lock flow.
|
|
1457
|
+
- `super_package` (string, optional) - Super package context when relevant.
|
|
1445
1458
|
|
|
1446
1459
|
---
|
|
1447
1460
|
|
|
1448
1461
|
<a id="handlerprofilelist-high-level-compact"></a>
|
|
1449
1462
|
#### HandlerProfileList (High-Level / Compact)
|
|
1450
|
-
**Description:**
|
|
1463
|
+
**Description:** Runtime profiling list. object_type: not used. Required: none. Response: JSON.
|
|
1451
1464
|
|
|
1452
1465
|
**Source:** `src/handlers/compact/high/handleHandlerProfileList.ts`
|
|
1453
1466
|
|
|
@@ -1458,186 +1471,188 @@ Generated from code in `src/handlers/**` (not from docs).
|
|
|
1458
1471
|
|
|
1459
1472
|
<a id="handlerprofilerun-high-level-compact"></a>
|
|
1460
1473
|
#### HandlerProfileRun (High-Level / Compact)
|
|
1461
|
-
**Description:**
|
|
1474
|
+
**Description:** Runtime profiling run. object_type: not used. Required: target_type*(CLASS|PROGRAM) + class_name* for CLASS or program_name* for PROGRAM. Optional profiling flags and description. Response: JSON.
|
|
1462
1475
|
|
|
1463
1476
|
**Source:** `src/handlers/compact/high/handleHandlerProfileRun.ts`
|
|
1464
1477
|
|
|
1465
1478
|
**Parameters:**
|
|
1466
|
-
- `aggregate` (boolean, optional) -
|
|
1467
|
-
- `all_db_events` (boolean, optional) -
|
|
1468
|
-
- `all_dynpro_events` (boolean, optional) -
|
|
1469
|
-
- `all_internal_table_events` (boolean, optional) -
|
|
1470
|
-
- `all_misc_abap_statements` (boolean, optional) -
|
|
1471
|
-
- `all_procedural_units` (boolean, optional) -
|
|
1472
|
-
- `all_system_kernel_events` (boolean, optional) -
|
|
1473
|
-
- `amdp_trace` (boolean, optional) -
|
|
1474
|
-
- `class_name` (string, optional) -
|
|
1475
|
-
- `description` (string, optional) -
|
|
1476
|
-
- `explicit_on_off` (boolean, optional) -
|
|
1477
|
-
- `max_size_for_trace_file` (number, optional) -
|
|
1478
|
-
- `max_time_for_tracing` (number, optional) -
|
|
1479
|
-
- `program_name` (string, optional) -
|
|
1480
|
-
- `sql_trace` (boolean, optional) -
|
|
1479
|
+
- `aggregate` (boolean, optional) - Aggregate profiling data.
|
|
1480
|
+
- `all_db_events` (boolean, optional) - Trace all DB events.
|
|
1481
|
+
- `all_dynpro_events` (boolean, optional) - Trace dynpro events.
|
|
1482
|
+
- `all_internal_table_events` (boolean, optional) - Trace internal table events.
|
|
1483
|
+
- `all_misc_abap_statements` (boolean, optional) - Trace miscellaneous ABAP statements.
|
|
1484
|
+
- `all_procedural_units` (boolean, optional) - Trace all procedural units.
|
|
1485
|
+
- `all_system_kernel_events` (boolean, optional) - Trace system kernel events.
|
|
1486
|
+
- `amdp_trace` (boolean, optional) - Enable AMDP tracing.
|
|
1487
|
+
- `class_name` (string, optional) - Class name for profiling.
|
|
1488
|
+
- `description` (string, optional) - Profiler run description.
|
|
1489
|
+
- `explicit_on_off` (boolean, optional) - Use explicit on/off trace sections.
|
|
1490
|
+
- `max_size_for_trace_file` (number, optional) - Maximum trace file size.
|
|
1491
|
+
- `max_time_for_tracing` (number, optional) - Maximum tracing time.
|
|
1492
|
+
- `program_name` (string, optional) - Program name for profiling.
|
|
1493
|
+
- `sql_trace` (boolean, optional) - Enable SQL trace.
|
|
1481
1494
|
- `target_type` (string, required) - Profile execution target kind.
|
|
1482
|
-
- `with_rfc_tracing` (boolean, optional) -
|
|
1495
|
+
- `with_rfc_tracing` (boolean, optional) - Enable RFC tracing.
|
|
1483
1496
|
|
|
1484
1497
|
---
|
|
1485
1498
|
|
|
1486
1499
|
<a id="handlerprofileview-high-level-compact"></a>
|
|
1487
1500
|
#### HandlerProfileView (High-Level / Compact)
|
|
1488
|
-
**Description:**
|
|
1501
|
+
**Description:** Runtime profiling view. object_type: not used. Required: trace_id_or_uri*, view*(hitlist|statements|db_accesses). Optional: with_system_events, id, with_details, auto_drill_down_threshold. Response: JSON.
|
|
1489
1502
|
|
|
1490
1503
|
**Source:** `src/handlers/compact/high/handleHandlerProfileView.ts`
|
|
1491
1504
|
|
|
1492
1505
|
**Parameters:**
|
|
1493
|
-
- `auto_drill_down_threshold` (number, optional) -
|
|
1494
|
-
- `id` (number, optional) -
|
|
1495
|
-
- `trace_id_or_uri` (string, required) -
|
|
1496
|
-
- `view` (string, required) -
|
|
1497
|
-
- `with_details` (boolean, optional) -
|
|
1498
|
-
- `with_system_events` (boolean, optional) -
|
|
1506
|
+
- `auto_drill_down_threshold` (number, optional) - Auto drill-down threshold.
|
|
1507
|
+
- `id` (number, optional) - Optional statement/access id.
|
|
1508
|
+
- `trace_id_or_uri` (string, required) - Profiler trace id or URI.
|
|
1509
|
+
- `view` (string, required) - Profiler trace view kind.
|
|
1510
|
+
- `with_details` (boolean, optional) - Include detailed payload.
|
|
1511
|
+
- `with_system_events` (boolean, optional) - Include system events in analysis.
|
|
1499
1512
|
|
|
1500
1513
|
---
|
|
1501
1514
|
|
|
1502
1515
|
<a id="handlerservicebindinglisttypes-high-level-compact"></a>
|
|
1503
1516
|
#### HandlerServiceBindingListTypes (High-Level / Compact)
|
|
1504
|
-
**Description:**
|
|
1517
|
+
**Description:** Service binding types list. object_type: not used. Required: none. Optional: response_format(xml|json|plain). Response: XML/JSON/plain by response_format.
|
|
1505
1518
|
|
|
1506
1519
|
**Source:** `src/handlers/compact/high/handleHandlerServiceBindingListTypes.ts`
|
|
1507
1520
|
|
|
1508
1521
|
**Parameters:**
|
|
1509
|
-
- `response_format` (string, optional (default: xml)) -
|
|
1522
|
+
- `response_format` (string, optional (default: xml)) - Response format for protocol types list.
|
|
1510
1523
|
|
|
1511
1524
|
---
|
|
1512
1525
|
|
|
1513
1526
|
<a id="handlerservicebindingvalidate-high-level-compact"></a>
|
|
1514
1527
|
#### HandlerServiceBindingValidate (High-Level / Compact)
|
|
1515
|
-
**Description:**
|
|
1528
|
+
**Description:** Service binding validate before create. object_type: not used. Required: service_binding_name*, service_definition_name*. Optional: service_binding_version, package_name, description. Response: JSON.
|
|
1516
1529
|
|
|
1517
1530
|
**Source:** `src/handlers/compact/high/handleHandlerServiceBindingValidate.ts`
|
|
1518
1531
|
|
|
1519
1532
|
**Parameters:**
|
|
1520
|
-
- `description` (string, optional) -
|
|
1521
|
-
- `package_name` (string, optional) -
|
|
1522
|
-
- `service_binding_name` (string, required) -
|
|
1523
|
-
- `service_binding_version` (string, optional) -
|
|
1524
|
-
- `service_definition_name` (string, required) -
|
|
1533
|
+
- `description` (string, optional) - Binding description.
|
|
1534
|
+
- `package_name` (string, optional) - Target package name.
|
|
1535
|
+
- `service_binding_name` (string, required) - Service binding name to validate.
|
|
1536
|
+
- `service_binding_version` (string, optional) - Service binding version.
|
|
1537
|
+
- `service_definition_name` (string, required) - Service definition name to pair with binding.
|
|
1525
1538
|
|
|
1526
1539
|
---
|
|
1527
1540
|
|
|
1528
1541
|
<a id="handlertransportcreate-high-level-compact"></a>
|
|
1529
1542
|
#### HandlerTransportCreate (High-Level / Compact)
|
|
1530
|
-
**Description:**
|
|
1543
|
+
**Description:** Transport create. object_type: not used. Required: description*. Optional: transport_type(workbench|customizing), target_system, owner. Response: JSON.
|
|
1531
1544
|
|
|
1532
1545
|
**Source:** `src/handlers/compact/high/handleHandlerTransportCreate.ts`
|
|
1533
1546
|
|
|
1534
1547
|
**Parameters:**
|
|
1535
|
-
- `description` (string, required) -
|
|
1536
|
-
- `owner` (string, optional) -
|
|
1537
|
-
- `target_system` (string, optional) -
|
|
1538
|
-
- `transport_type` (string, optional (default: workbench)) -
|
|
1548
|
+
- `description` (string, required) - Transport description.
|
|
1549
|
+
- `owner` (string, optional) - Transport owner user.
|
|
1550
|
+
- `target_system` (string, optional) - Target system id.
|
|
1551
|
+
- `transport_type` (string, optional (default: workbench)) - Transport type.
|
|
1539
1552
|
|
|
1540
1553
|
---
|
|
1541
1554
|
|
|
1542
1555
|
<a id="handlerunittestresult-high-level-compact"></a>
|
|
1543
1556
|
#### HandlerUnitTestResult (High-Level / Compact)
|
|
1544
|
-
**Description:**
|
|
1557
|
+
**Description:** ABAP Unit result. object_type: not used. Required: run_id*. Optional: with_navigation_uris, format(abapunit|junit). Response: JSON.
|
|
1545
1558
|
|
|
1546
1559
|
**Source:** `src/handlers/compact/high/handleHandlerUnitTestResult.ts`
|
|
1547
1560
|
|
|
1548
1561
|
**Parameters:**
|
|
1549
|
-
- `format` (string, optional) -
|
|
1550
|
-
- `run_id` (string, required) -
|
|
1551
|
-
- `with_navigation_uris` (boolean, optional (default: false)) -
|
|
1562
|
+
- `format` (string, optional) - Result format.
|
|
1563
|
+
- `run_id` (string, required) - Unit test run id.
|
|
1564
|
+
- `with_navigation_uris` (boolean, optional (default: false)) - Include ADT navigation URIs in the result payload.
|
|
1552
1565
|
|
|
1553
1566
|
---
|
|
1554
1567
|
|
|
1555
1568
|
<a id="handlerunittestrun-high-level-compact"></a>
|
|
1556
1569
|
#### HandlerUnitTestRun (High-Level / Compact)
|
|
1557
|
-
**Description:**
|
|
1570
|
+
**Description:** ABAP Unit run. object_type: not used. Required: tests[]{container_class*, test_class*}. Optional: title, context, scope, risk_level, duration. Response: JSON.
|
|
1558
1571
|
|
|
1559
1572
|
**Source:** `src/handlers/compact/high/handleHandlerUnitTestRun.ts`
|
|
1560
1573
|
|
|
1561
1574
|
**Parameters:**
|
|
1562
|
-
- `context` (string, optional) -
|
|
1563
|
-
- `duration` (object, optional) -
|
|
1564
|
-
- `risk_level` (object, optional) -
|
|
1565
|
-
- `scope` (object, optional) -
|
|
1566
|
-
- `tests` (array, required) -
|
|
1567
|
-
- `title` (string, optional) -
|
|
1575
|
+
- `context` (string, optional) - Run context label.
|
|
1576
|
+
- `duration` (object, optional) - Allowed duration classes.
|
|
1577
|
+
- `risk_level` (object, optional) - Allowed risk levels.
|
|
1578
|
+
- `scope` (object, optional) - ABAP Unit scope flags.
|
|
1579
|
+
- `tests` (array, required) - List of test classes to run.
|
|
1580
|
+
- `title` (string, optional) - Run title shown in ABAP Unit logs.
|
|
1568
1581
|
|
|
1569
1582
|
---
|
|
1570
1583
|
|
|
1571
1584
|
<a id="handlerunitteststatus-high-level-compact"></a>
|
|
1572
1585
|
#### HandlerUnitTestStatus (High-Level / Compact)
|
|
1573
|
-
**Description:**
|
|
1586
|
+
**Description:** ABAP Unit status. object_type: not used. Required: run_id*. Optional: with_long_polling. Response: JSON.
|
|
1574
1587
|
|
|
1575
1588
|
**Source:** `src/handlers/compact/high/handleHandlerUnitTestStatus.ts`
|
|
1576
1589
|
|
|
1577
1590
|
**Parameters:**
|
|
1578
|
-
- `run_id` (string, required) -
|
|
1579
|
-
- `with_long_polling` (boolean, optional (default: true)) -
|
|
1591
|
+
- `run_id` (string, required) - Unit test run id.
|
|
1592
|
+
- `with_long_polling` (boolean, optional (default: true)) - Use long polling while waiting for completion.
|
|
1580
1593
|
|
|
1581
1594
|
---
|
|
1582
1595
|
|
|
1583
1596
|
<a id="handlerunlock-high-level-compact"></a>
|
|
1584
1597
|
#### HandlerUnlock (High-Level / Compact)
|
|
1585
|
-
**Description:**
|
|
1598
|
+
**Description:** Unlock operation. object_type required: CLASS(object_name*, lock_handle*, session_id*), PROGRAM(object_name*, lock_handle*, session_id*), INTERFACE(object_name*, lock_handle*, session_id*), FUNCTION_GROUP(object_name*, lock_handle*, session_id*), FUNCTION_MODULE(object_name*, lock_handle*, session_id*), TABLE(object_name*, lock_handle*, session_id*), STRUCTURE(object_name*, lock_handle*, session_id*), VIEW(object_name*, lock_handle*, session_id*), DOMAIN(object_name*, lock_handle*, session_id*), DATA_ELEMENT(object_name*, lock_handle*, session_id*), PACKAGE(object_name*, lock_handle*, session_id*), BEHAVIOR_DEFINITION(object_name*, lock_handle*, session_id*), BEHAVIOR_IMPLEMENTATION(object_name*, lock_handle*, session_id*), METADATA_EXTENSION(object_name*, lock_handle*, session_id*).
|
|
1586
1599
|
|
|
1587
1600
|
**Source:** `src/handlers/compact/high/handleHandlerUnlock.ts`
|
|
1588
1601
|
|
|
1589
1602
|
**Parameters:**
|
|
1590
|
-
- `lock_handle` (string, required) -
|
|
1591
|
-
- `session_id` (string, required) -
|
|
1592
|
-
- `session_state` (object, optional) -
|
|
1603
|
+
- `lock_handle` (string, required) - Lock handle returned by lock.
|
|
1604
|
+
- `session_id` (string, required) - ADT session id used during lock.
|
|
1605
|
+
- `session_state` (object, optional) - Optional ADT session state container (cookies/CSRF) for stateful unlock flow.
|
|
1593
1606
|
|
|
1594
1607
|
---
|
|
1595
1608
|
|
|
1596
1609
|
<a id="handlerupdate-high-level-compact"></a>
|
|
1597
1610
|
#### HandlerUpdate (High-Level / Compact)
|
|
1598
|
-
**Description:**
|
|
1611
|
+
**Description:** Update operation. object_type required: PACKAGE(package_name*), DOMAIN(domain_name*), DATA_ELEMENT(data_element_name*), TABLE(table_name*), STRUCTURE(structure_name*), VIEW(view_name*), SERVICE_DEFINITION(service_definition_name*), SERVICE_BINDING(service_binding_name*), CLASS(class_name*), LOCAL_TEST_CLASS(class_name*), LOCAL_TYPES(class_name*), LOCAL_DEFINITIONS(class_name*), LOCAL_MACROS(class_name*), PROGRAM(program_name*), INTERFACE(interface_name*), FUNCTION_GROUP(function_group_name*), FUNCTION_MODULE(function_module_name*, function_group_name*), BEHAVIOR_DEFINITION(behavior_definition_name*), BEHAVIOR_IMPLEMENTATION(behavior_implementation_name*), METADATA_EXTENSION(metadata_extension_name*), UNIT_TEST(run_id*), CDS_UNIT_TEST(run_id*).
|
|
1599
1612
|
|
|
1600
1613
|
**Source:** `src/handlers/compact/high/handleHandlerUpdate.ts`
|
|
1601
1614
|
|
|
1602
1615
|
**Parameters:**
|
|
1603
|
-
- `activate` (boolean, optional) -
|
|
1604
|
-
- `class_name` (string, optional) -
|
|
1605
|
-
- `conversion_exit` (string, optional) -
|
|
1606
|
-
- `datatype` (string, optional) -
|
|
1607
|
-
- `decimals` (number, optional) -
|
|
1608
|
-
- `description` (string, optional) -
|
|
1609
|
-
- `domain_name` (string, optional) -
|
|
1610
|
-
- `fixed_values` (array, optional) -
|
|
1611
|
-
- `function_group_name` (string, optional) -
|
|
1612
|
-
- `function_module_name` (string, optional) -
|
|
1613
|
-
- `length` (number, optional) -
|
|
1614
|
-
- `lowercase` (boolean, optional) -
|
|
1616
|
+
- `activate` (boolean, optional) - Activate object after update.
|
|
1617
|
+
- `class_name` (string, optional) - ABAP class name.
|
|
1618
|
+
- `conversion_exit` (string, optional) - Conversion exit name.
|
|
1619
|
+
- `datatype` (string, optional) - ABAP data type.
|
|
1620
|
+
- `decimals` (number, optional) - Decimal places.
|
|
1621
|
+
- `description` (string, optional) - Human-readable object description.
|
|
1622
|
+
- `domain_name` (string, optional) - ABAP domain name.
|
|
1623
|
+
- `fixed_values` (array, optional) - Domain fixed values list.
|
|
1624
|
+
- `function_group_name` (string, optional) - ABAP function group name.
|
|
1625
|
+
- `function_module_name` (string, optional) - ABAP function module name.
|
|
1626
|
+
- `length` (number, optional) - Length for typed artifacts.
|
|
1627
|
+
- `lowercase` (boolean, optional) - Allow lowercase values (domain setting).
|
|
1615
1628
|
- `object_type` (any, required) -
|
|
1616
|
-
- `package_name` (string, optional) -
|
|
1617
|
-
- `program_name` (string, optional) -
|
|
1618
|
-
- `sign_exists` (boolean, optional) -
|
|
1619
|
-
- `source_code` (string, optional) -
|
|
1620
|
-
- `transport_request` (string, optional) -
|
|
1621
|
-
- `value_table` (string, optional) -
|
|
1629
|
+
- `package_name` (string, optional) - ABAP package name.
|
|
1630
|
+
- `program_name` (string, optional) - ABAP program name.
|
|
1631
|
+
- `sign_exists` (boolean, optional) - Allow signed values (domain setting).
|
|
1632
|
+
- `source_code` (string, optional) - ABAP source code payload.
|
|
1633
|
+
- `transport_request` (string, optional) - Transport request id (if required by system).
|
|
1634
|
+
- `value_table` (string, optional) - Foreign key value table.
|
|
1622
1635
|
|
|
1623
1636
|
---
|
|
1624
1637
|
|
|
1625
1638
|
<a id="handlervalidate-high-level-compact"></a>
|
|
1626
1639
|
#### HandlerValidate (High-Level / Compact)
|
|
1627
|
-
**Description:**
|
|
1640
|
+
**Description:** Validate before create only. object_type required: CLASS(object_name*), PROGRAM(object_name*), INTERFACE(object_name*), FUNCTION_GROUP(object_name*), FUNCTION_MODULE(object_name*), TABLE(object_name*), STRUCTURE(object_name*), VIEW(object_name*), DOMAIN(object_name*), DATA_ELEMENT(object_name*), PACKAGE(object_name*), BEHAVIOR_DEFINITION(object_name*), BEHAVIOR_IMPLEMENTATION(object_name*), METADATA_EXTENSION(object_name*), SERVICE_BINDING(object_name*=service_binding_name*, service_definition_name*).
|
|
1628
1641
|
|
|
1629
1642
|
**Source:** `src/handlers/compact/high/handleHandlerValidate.ts`
|
|
1630
1643
|
|
|
1631
1644
|
**Parameters:**
|
|
1632
|
-
- `behavior_definition` (string, optional) -
|
|
1633
|
-
- `description` (string, optional) -
|
|
1634
|
-
- `implementation_type` (string, optional) -
|
|
1635
|
-
- `
|
|
1636
|
-
- `
|
|
1637
|
-
- `
|
|
1638
|
-
- `
|
|
1639
|
-
- `
|
|
1640
|
-
- `
|
|
1645
|
+
- `behavior_definition` (string, optional) - Optional behavior definition name, used when validating behavior implementation.
|
|
1646
|
+
- `description` (string, optional) - Optional object description used during validation.
|
|
1647
|
+
- `implementation_type` (string, optional) - Optional implementation type, used for behavior implementation validation.
|
|
1648
|
+
- `object_name` (string, required) - Required object name. For SERVICE_BINDING this is the service binding name.
|
|
1649
|
+
- `object_type` (string, required) - Object type to validate before create. Supported: CLASS, PROGRAM, INTERFACE, FUNCTION_GROUP, FUNCTION_MODULE, TABLE, STRUCTURE, VIEW, DOMAIN, DATA_ELEMENT, PACKAGE, BEHAVIOR_DEFINITION, BEHAVIOR_IMPLEMENTATION, METADATA_EXTENSION, SERVICE_BINDING.
|
|
1650
|
+
- `package_name` (string, optional) - Optional package context for validation (especially for create scenarios).
|
|
1651
|
+
- `root_entity` (string, optional) - Optional CDS root entity name, used for behavior-related validation.
|
|
1652
|
+
- `service_binding_version` (string, optional) - Optional service binding version for SERVICE_BINDING.
|
|
1653
|
+
- `service_definition_name` (string, optional) - Required when object_type=SERVICE_BINDING. Service definition paired with the binding.
|
|
1654
|
+
- `session_id` (string, optional) - Optional ADT session id for stateful validation flow.
|
|
1655
|
+
- `session_state` (object, optional) - Optional ADT session state container (cookies/CSRF) for stateful validation flow.
|
|
1641
1656
|
|
|
1642
1657
|
---
|
|
1643
1658
|
|