Programming : Data Sequencing and Set Up and S002

mnarewec

Well Known Member
I am writing a sales report program according to JDE standard. Report
columns are as fellows

How can I capture the Lowest Total Level Field name or description and the
Highest Total level Field name or description. I want to use this
information so that I could move the total values into correct columns.


Marsh
_________________________________
Marsh Rei Narewec
JDE400 Development, Training & Support
Steamships Computer Services
Papua New Guinea
Ph: (675) 322 0245

--------------------------------------------------------------
CAUTION:
1. This message may contain privileged and confidential information
intended only for the use of the addressee named above. If you are not the
intended recipient of this message; you are hereby notified that any use,
distribution or reproduction of this message is prohibited
2. If you have received this message in error, we apologise. Please notify
us immediately at [email protected]
3. Any views expressed in this message are those of the individual author
and may not necessarily reflect the views of Steamships Trading Company.
4. The sender disclaims liability for any errors, omissions, viruses, loss
and/or damages arising from using, opening or transmitting this e-mail.



------------------------
JDE/400 7.3 00009
Papua New Guinea
Opinions or Post I express are not from my employer
 
If you use the Quick Start Application Tool on menu G93 to create your Dream Writer report and you said Y for Report Totals it gets the totalling breaks and descriptions from the data sequence of the version. It does everything for you, you do not have to do any programming for totalling.

Just make sure on the Additional Parameters of your version that Type Report Totaling . . . . is set to 2
 
I studied C81DRPT and able to come up with an answere.




vanzylik
<vanzylik@hotmail. To: [email protected]
com> cc:
Sent by: Subject: Re: Programming : Data Sequencing and
jdeworld-bounces@j Set Up and S002
delist.com


20/05/2004 20:07
Please respond to
JDELIST World
Discussions






If you use the Quick Start Application Tool on menu G93 to create your
Dream Writer report and you said Y for Report Totals it gets the totalling
breaks and descriptions from the data sequence of the version. It does
everything for you, you do not have to do any programming for totalling.

Just make sure on the Additional Parameters of your version that Type
Report Totaling . . . . is set to 2
--------------------------
To view this thread, go to: http://www.jdelist.com/ubb/showthreaded.php?Cat
=&Board=W&Number=72704

This is the JDELIST World* Mailing List. To stop receiving these messages,
login to http://www.jdelist.com/forums, click Control Panel, then click
Edit by "Subscribe / Unsubscribe from receiving board posts by email,
change message notifications, etc." and adjust your subscription
preferences. JDEList is not affiliated with JDEdwards®




--------------------------------------------------------------
CAUTION:
1. This message may contain privileged and confidential information
intended only for the use of the addressee named above. If you are not the
intended recipient of this message; you are hereby notified that any use,
distribution or reproduction of this message is prohibited
2. If you have received this message in error, we apologise. Please notify
us immediately at [email protected]
3. Any views expressed in this message are those of the individual author
and may not necessarily reflect the views of Steamships Trading Company.
4. The sender disclaims liability for any errors, omissions, viruses, loss
and/or damages arising from using, opening or transmitting this e-mail.



------------------------
JDE/400 7.3 00009
Papua New Guinea
Opinions or Post I express are not from my employer
 
U can specify the field names in the data sequence in the reverse order to get the break level total.
 
Back
Top