karlovac
18th October 2002, 11:28
In tdpur tables 040/041 we have purchase orders on which items has wrong item groups: field tdpur041.citg.
In tiitm we entered new groups for all items:
field tiitm001.citg
How to make update of tables ...
to change all purchase orders to have
in table field tdpur041.citg new groups we need.
Some concept is:
update tdpur041.citg as
select tiitm001.citg
where tdpur041.item = tiitm001.item
How to do it in Baan?
I see it is one-way relationship and this changes shouldn't cause any problem in other modules.!?
(correct me if I am wrong)
Thanks
In tiitm we entered new groups for all items:
field tiitm001.citg
How to make update of tables ...
to change all purchase orders to have
in table field tdpur041.citg new groups we need.
Some concept is:
update tdpur041.citg as
select tiitm001.citg
where tdpur041.item = tiitm001.item
How to do it in Baan?
I see it is one-way relationship and this changes shouldn't cause any problem in other modules.!?
(correct me if I am wrong)
Thanks