difference between Update report and No update report?

ned

Active Member
Dear all:
I am learning report design in E0ne 8.10. when I create a report I need to choose if the report is Update report or No Update report. My question is what is the difference??
Thank you
confused.gif
 
Hi,

I am also learning Reports in JDE, to my knowledge

" if your report inserts or changes the values in any jde table you select Update report otherwise use the No Update report. "

I donno the internal processing details for update and non update reports. one small info, F9860.SIOMIT(F9860.SIOBNM is your object name) determines whether the object is in update or non update mode.

This is based on my knowledge, but i would like an experienced pro to reconfirm my reply and correct me if i am wrong.......

Thanks
Kiran
 
Hi Ned,

Kiran is right.

If your report changes any table (insert, delete, update) directly or indirectly (e.g. via BSFN call), then choose Update Report, otherwise your changes won't work, though you can enter Insert, Update, Delete Table I/O-s into your Non-Update Report too.

I already had a case with Non-Update feature.
My report required a Next Number via X0010 BSFN call.
My Report was a Non-Update report (accidentally) and X0010 returned always with 0.

If you start with Non-Update report and later your report requires to be an Update report, then you can simply change F9860.SIOMIT field to blank from SQL, Access, custom APPL or other tool.

Regards,

Zoltán
 
If it is a non-update report - it won't perform any database updates. It
will let you put code for updates in your ER, but will skip the statements
when processing.



I forget which service pack introduced this, but we found this out through
trial and error.



Ellen Deak

Senior Analyst/Programmer

Cooper-Standard Automotive

OneWorld Xe Update 7 SP22_T, AS400 DB2 V5R2M0





_____

From: [email protected] [mailto:[email protected]] On
Behalf Of kiran4hari
Sent: Tuesday, March 01, 2005 2:31 AM
To: [email protected]
Subject: Re: difference between Update report and No update report?



Hi,

I am also learning Reports in JDE, to my knowledge

" if your report inserts or changes the values in any jde table you select
Update report otherwise use the No Update report. "

I donno the internal processing details for update and non update reports.
one small info, F9860.SIOMIT(F9860.SIOBNM is your object name) determines
whether the object is in update or non update mode.

This is based on my knowledge, but i would like an experienced pro to
reconfirm my reply and correct me if i am wrong.......

Thanks
Kiran

_____


The entire <http://www.jdelist.com/ubb/showflat.php?Cat=3D&Board=3D> JDELIST
thread is available for viewing.


Looking for a job? Check out the Job
Opportunites
forum


This is the JDELIST EnterpriseOne Developers Mailing List.
The instructions on how to unsubscribe from any JDELIST mailing list are
available here <http://www.jdelist.com/unsubscr.shtml> .
JDELIST is not affiliated with JDEdwards=AE.
 
Re: RE: difference between Update report and No update report?

Thanks a lot, every one. I got it.
 
Back
Top