Changeset 7745113 for sap-budget


Ignore:
Timestamp:
Sep 18, 2011, 3:36:32 PM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Instructions on SAPGUI and the accounts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sap-budget/README

    r4cc9c2c r7745113  
    99
    1010parser.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
     12To use SAPGUI to get the summary:
     131) Run "add sapgui; saplogon" from an Athena machine
     142) Type "ZSTM" into the box at the top and hit enter to load the summary report settings page
     153) Fill in the appropriate fiscal period (probably 12/YYYY) and cost center (into the "cost object (unknown type)" box)
     164) Run the report (hit the clock with the checkmark) and click through the warnings
     175) Select the "download" option and save the file somewhere relevant
     18
     19To 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
     21from that to replace all the "Misc" categories with useful names, and then
     22rerun with that as your accounts file.
Note: See TracChangeset for help on using the changeset viewer.