adsworth / rdiviewer
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
tree ba473a2584d281727d4d68b2043b97f0313ba5fe
parent 93e72627cd2d6188bd7029884437c906a79386b0
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
CHANGELOG | ||
| |
COPYING | ||
| |
RDIViewer.exe.manifest | ||
| |
README.markdown | ||
| |
build.bat | ||
| |
rdiviewer.ico | ||
| |
rdiviewer.py | ||
| |
rdiviewer/ | ||
| |
setup.py |
RDIViewer
An application to view SAP RDI data files. It supports RDI and Simple RDI data files.
When opening a RDI file, the file is scanned and a list of documents is displayed. This allows you to open data files of any size. A double click on a document in the document list will build a tree of SAPScript-Texts and their variables. A second tab is provided to display the raw contents of the document.
Currently new nodes in the tree are created when a new SAP-Scripttext is found. I know this doesn't work very well for normal print reports/programs, but I nearly always work with the Printer Workbench which uses lot of different texts and doesn't use elements. Support for elements is on my todo list, but if someone beats me to it and sends in a patch I'll be glad to submit it.

