GildedRose-Refactoring-Kata/abap/README.md
2016-03-18 14:56:22 -05:00

17 lines
591 B
Markdown

# Gilded Rose Refactoring Kata in [ABAP](http://scn.sap.com/community/abap/)
## Prerequisite
Access to SAP NetWeaver server with at least ABAP 7.40
## Installation
Assuming you have a proper developer key set up, run SE38
* create a new Module Pool (type M) program as a Local Object
* paste the raw code from [YY_PAO_GILDED_ROSE.abap](https://raw.githubusercontent.com/brehberg/GildedRose-Refactoring-Kata/master/abap/YY_PAO_GILDED_ROSE.abap)
* save (Ctrl-S) and activate (Ctrl-F3) the program
## Running Tests
From the menus choose Program -> Execute -> Unit Tests (Ctrl+Shift+F10)