2007 Nov 09 1:30 PM
Hi Gurus,
I just want to ask on what's the use or purpose of LIST - JUST and LIST - DO_SUM and LIST - OUTPUTLEN on the following codes below.Hope you can help me with this.
list-fieldname = 'VKGRP'.
list-just = 'C'.
list-seltext_l = 'Sales Group'.
append list to t_list.
list-fieldname = 'KWERT'.
list-seltext_l = 'Condition Value'.
list-do_sum = 'X'.
list-outputlen = 20.
append list to t_list.
Thank you in advance.
Truly yours,
gerald
2007 Nov 09 1:40 PM
JUST is justification, whether the value is to be right-justified, or left justified, if C is a valid value, then I would assume that this would mean, centered. DO_SUM is used to allow subtotalling and totalling for that column. OUTPUTLEN is used to make the length of the column as desired.
Regards,
Rich Heilman
JUST is justification, whether the value is to be right-justified, or left justified, if C is a valid value, then I would assume that this would mean, centered. DO_SUM is used to allow subtotalling and totalling for that column. OUTPUTLEN is used to make the length of the column as desired.
Regards,
Rich Heilman
2007 Nov 09 1:40 PM
JUST is justification, whether the value is to be right-justified, or left justified, if C is a valid value, then I would assume that this would mean, centered. DO_SUM is used to allow subtotalling and totalling for that column. OUTPUTLEN is used to make the length of the column as desired.
Regards,
Rich Heilman
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |