What problem does it solve?
This Skill converts process-text specifications into ABAP source code, reducing manual translation work and ensuring consistency with project briefs and naming rules.
Core Features & Use Cases
- Reads customer brief and naming rules to drive ABAP release decisions, OOP scaffolding, and unit-test planning.
- Parses {doc_name}_process.txt to identify program type (Dialog/Module Pool, Report, Function Module) and to assemble ABAP artifacts.
- Pre-fetches FM signatures and injects them into generated code to avoid parameter-name hallucinations.
- Generates ABAP sources with modern syntax, performance considerations, and authorization checks, then writes {doc_name}.abap to the work folder.
Quick Start
Invoke the skill with the path to the {doc_name}_process.txt file, for example: /sap-gen-abap C:\sap_dev_work\Spec_20260501\Spec_process.txt