abap-bench / data /rubrics /T24.json
Xiaoping's picture
Upload ABAP-Bench v4.0 data (60 tasks, rubrics, golden answers)
5ad194d verified
raw
history blame contribute delete
855 Bytes
{
"task_id": "T24",
"max_score": 20,
"scoring_type": "keyword_group",
"rules": {
"async_rfc": [
"starting new task",
"in background task",
"receive results",
"wait until",
"异步.*rfc"
],
"cl_parallel": [
"cl_abap_parallel",
"if_abap_parallel_op",
"run_method",
"cl_abap_parallel=>new"
],
"data_split": [
"分片",
"分批",
"partition",
"modulo",
"取模",
"公司代码.*分割",
"bukrs.*分割",
"按.*拆分"
],
"sync": [
"race condition",
"竞争",
"mutex",
"semaphore",
"信号量",
"serialization",
"cl_abap_mutex",
"独占",
"write.*lock"
],
"monitor_tc": [
"sm37",
"sm50",
"sm66",
"rz20",
"作业监控"
]
}
}