| { | |
| "task_id": "T37", | |
| "max_score": 20, | |
| "scoring_type": "regex_match", | |
| "rules": { | |
| "released_api_name": { | |
| "points": 5, | |
| "patterns": [ | |
| "I_Product", | |
| "API_PRODUCT", | |
| "ProductMDM", | |
| "I_ProductTP" | |
| ] | |
| }, | |
| "eml_syntax": { | |
| "points": 5, | |
| "patterns": [ | |
| "MODIFY ENTITIES", | |
| "EML", | |
| "ENTITY.*CREATE", | |
| "ENTITY.*FIELDS" | |
| ] | |
| }, | |
| "commit_entities": { | |
| "points": 4, | |
| "patterns": [ | |
| "COMMIT ENTITIES", | |
| "SAVE_MODIFIED" | |
| ] | |
| }, | |
| "response_handling": { | |
| "points": 3, | |
| "patterns": [ | |
| "MAPPED", | |
| "FAILED", | |
| "REPORTED", | |
| "mapped-", | |
| "failed-", | |
| "reported-" | |
| ] | |
| }, | |
| "no_bapi_commit": { | |
| "points": 3, | |
| "patterns_absent": [ | |
| "BAPI_TRANSACTION_COMMIT", | |
| "CALL FUNCTION 'BAPI_MATERIAL_SAVEDATA'" | |
| ] | |
| } | |
| } | |
| } | |