Multicompany

stevenjde

Member
Hi all,
As all of us know, standard JDE OW can only print the default (00000 in company setup) company title in all report. The problem that we are having is we are going for multi-company setup. We need to choose various company title for our reports. We had ask Jde Support about this but they had confirm that standard JDE is not capable of it.

We believe World Software do cater for this. Any suggestion ??



Steven Looi
Oracle Win 2000
B7332 SP 10
 
Hi Steven,

I worked on that subject on a previous project.
I ended up customizing the business function "Get Company and Report
Description" B9800190. (a C function)
Problem is that this function is not used by all standard JDE reports, some
still use the runtime fields for Company and report title.
So we also had to change the JDE reports (and existing versions...) to use
the business function rather than the runtime fileds.
In B9800190, I added a statement that checks to which company the user is
attached. This information was maintained in a custom table. This way, the
same employee can change the company he is working for just before running a
report (that happens in Shared Service Centers...).

Hope this helps

Regards

Philippe

----- Original Message -----
From: "stevenjde" <[email protected]>
To: <[email protected]>
Sent: Friday, February 16, 2001 2:29 AM
Subject: Multicompany


> Hi all,
> As all of us know, standard JDE OW can only print the default
(00000 in company setup) company title in all report. The problem that we
are having is we are going for multi-company setup. We need to choose
various company title for our reports. We had ask Jde Support about this but
they had confirm that standard JDE is not capable of it.
>
> We believe World Software do cater for this. Any suggestion ??
>
>
>
> Steven Looi
> Oracle Win 2000
> B7332 SP 10
>
>
>
> --------------------------
> Visit the forum to view this thread at:
>
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=&Board=OWDEV&Numbe
r=5729
> *************************************************************
> This is the JDEList One World / XE Developers Mailing List.
> Archives and information on how to SUBSCRIBE, and
> UNSUBSCRIBE can be found at http://www.JDELIST.com
> *************************************************************
>



One World B733 Oracle 8.1 RS6000
 
HI Steven

World software used to cater for it in FASTR by changing the data sequencing
so that company was the first sequence....

I have manage to get round this for custom reports by using event rules to
read from the F0010 file and get the right value by company

Regards

Marco Riccomini
 
Back
Top