metropoj
26th April 2012, 15:01
Hi.
With LN we have a CI table 245 in 620 financial company and a logistic company of 600
So, in 620 I want to query the 600 level pci table:
select tipcf530.*
from tipcf530 ( of company level 600 )
where tipcf530._index1= {:cisli245.cpva}
Of course it is trying to retrieve ( I think ) from tipcf530620instead of 600 because i dont know how to change my query that access diferent tables in LN :) ....
CISLI contains the index field SLCP which states the "source company" of the transaction ... in this case SLCP is '600'
How to query the tipcf530 "600" level table via code based on this SLCP value ?
I am having trouble jumping the gap ... Thanks !!!!
With LN we have a CI table 245 in 620 financial company and a logistic company of 600
So, in 620 I want to query the 600 level pci table:
select tipcf530.*
from tipcf530 ( of company level 600 )
where tipcf530._index1= {:cisli245.cpva}
Of course it is trying to retrieve ( I think ) from tipcf530620instead of 600 because i dont know how to change my query that access diferent tables in LN :) ....
CISLI contains the index field SLCP which states the "source company" of the transaction ... in this case SLCP is '600'
How to query the tipcf530 "600" level table via code based on this SLCP value ?
I am having trouble jumping the gap ... Thanks !!!!