원클릭으로
adt-rununit
Run ABAP Unit tests on the remote SAP system via ADT.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run ABAP Unit tests on the remote SAP system via ADT.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | adt-rununit |
| description | Run ABAP Unit tests on the remote SAP system via ADT. |
Use the built-in adt_rununit custom tool.
| Parameter | Description |
|---|---|
objectType | CLAS (class) or DEVC (package). Defaults to DEVC when omitted. |
objectName | ABAP object name (e.g. ZASIS_CL_INTERPRETER or ZASIS). If omitted, uses SAP_ROOT_PACKAGE from .env. |
adt_rununit() (no args)adt_rununit(objectType="CLAS", objectName="ZASIS_CL_INTERPRETER")adt_rununit(objectType="DEVC", objectName="ZASIS")Only when the user explicitly requests running unit tests on SAP. Typical scenarios:
adt_gitpull, user says "run tests" or "run unit tests"Never call autonomously. Always wait for user trigger.
Run ATC syntax check on the SAP system to detect syntax errors after git pull.
Trigger an abapGit repository pull on the SAP system to sync the current codebase.
Prompt and workflow for generating conventional commit messages using a structured XML format. Guides users to create standardized, descriptive commit messages in line with the Conventional Commits specification, including instructions, examples, and validation.
Detailed guidance on which test layer(s) to update and how to write tests for different kinds of changes in the ZASIS project.
Reference guide for the ZASIS exception handling pattern — class hierarchy, message class, T100 integration, how to raise exceptions, and rules for adding new exceptions.
Create a session summary file in docs/sessions/ before merging a PR. Captures date, PR number, title, and concise summary of work done.