Changeset 7745113 for sap-budget
- Timestamp:
- Sep 18, 2011, 3:36:32 PM (14 years ago)
- Branches:
- master, client
- Children:
- 836a0a3
- Parents:
- 4cc9c2c
- git-author:
- Alex Dehnert <adehnert@…> (09/18/11 15:36:32)
- git-committer:
- Alex Dehnert <adehnert@…> (09/18/11 15:36:32)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sap-budget/README
r4cc9c2c r7745113 9 9 10 10 parser.py will read the first two files, write CSV output into the output file, and save some notes (e.g., summary rows that don't look like they have relevant info, accounts without a category, etc.) to stdout. 11 12 To use SAPGUI to get the summary: 13 1) Run "add sapgui; saplogon" from an Athena machine 14 2) Type "ZSTM" into the box at the top and hit enter to load the summary report settings page 15 3) Fill in the appropriate fiscal period (probably 12/YYYY) and cost center (into the "cost object (unknown type)" box) 16 4) Run the report (hit the clock with the checkmark) and click through the warnings 17 5) Select the "download" option and save the file somewhere relevant 18 19 To create the accounts file, you can run the program with an empty one (e.g., 20 /dev/null) and grep for lines starting with "Misc". Modify the text you get 21 from that to replace all the "Misc" categories with useful names, and then 22 rerun with that as your accounts file.
Note: See TracChangeset
for help on using the changeset viewer.