Application Delivery Management
Application Modernization & Connectivity
CyberRes by OpenText
IT Operations Management
Q: When examining an iDoc using a text editor it's very hard to read the data. Is there any way for format the information so it's easier to read?
A: You can use the iDoc decoder written by Novell engineering. If your Java environment variables are set correctly. You can enter 'java HRIDocDecode' from a command prompt in the directory where you have place the iDoc Decoder. The name is case-sensitive.
You will be prompted for the IDoc type (default HRMD_A05), IDoc file name, Character-Set encoding, and output file name. Additionally you may specify which infotypes you would like to see, or specify 'all' to get everything decoded. The IDoc meta map file (HRMD_A0X) that being used by the SAP HR driver should be present in the same location as the iDoc decoder.
The output file, if selected, will be placed in the current working directory. If the IDoc is large and/or contains large numbers of objects, this program can take a while to run.
Instructions: