Lawson Standard Reports

 2 Replies
 0 Subscribed to this topic
 68 Subscribed to this forum
Sort:
Author
Messages
SkaddenCourtney
Basic Member Send Private Message
Posts: 7
Basic Member
I'm looking for a list of standard reports Lawson comes with. Anyone know where I could get this. I searched the knowledge base on Lawson support and came up with nothing.
wilcoxmad
Veteran Member Send Private Message
Posts: 87
Veteran Member
1) Here is the syntax for the dmptitle utility:
Usage: To Dump Titles To a Flat file
Syntax: dmptitle [-l Language [-t]] ProductLine SystemCode dumpfile
-l Dump Titles in this Language.
-t Dump non-translated Titles for this Language
OR
Syntax: dmptitle -m [-l Language [-t]] ProductLine dumpfile
-l Dump Titles in this Language.
-t Dump non-translated Titles for this Language
-m Dump menu and menu options

(Example: dmptitle prod802 if if.dmp)

2. You can also create a csv file of program names and descriptions. To create this file, enter the following command at a command prompt:

rngdbdump -c gen PROGRAM -f programcode programname > .csv

To obtain a csv listing of all tokens, use the following command:
rngdbdump -c gen TITLE -f Token Title > .csv


The following syntax will give you a list of the programs and program name by productline. Use
the syntax exactly as shown with no substitutions except YOUR-PRODUCTLINE-NAME.

rngdbdump gen program -f productline programcode programname -v productline='YOUR-PRODUCTLINE-NAME' | lashow

You can send the lashow output to a file OR instead of '| lashow', use '> file.out' to send the
output directly to a file.

If you want the output in a csv format to pull into a spreadsheet, use the rngdbdump -c option.

stephanie
New Member Send Private Message
Posts: 0
New Member
If you don't have access to the command line, feel free to send me an email at stephanie.harris@mail.house.gov. I created a sheet with all of the information (based on 8.1 apps)