‎2009 May 26 9:19 PM
Hi All,
Sorry for not being specific earlier.
I'm trying to read the settlement data from TCCLG table.
Can I read directly from TCCLG table or Do I need to select the data from other tables and link them to TCCLG for an efficient data retrieval?
Please advise.
Meghna
‎2009 May 26 9:29 PM
If you know the settlement number, that would be the fastest way; otherwise, you have to find the settlement number form some other table and then use it in the SELECT.
Rob
‎2009 May 26 9:38 PM
Thanks Rob.
I don't have the settlement number information.Could you please advise the most efficient way to get the settlement number data and from which table?
Meghna
‎2009 May 26 9:46 PM
I don't know that.
However, if you can get a functional person to show you how a settlement is created, you can run transaction ST05 in parallel wit that and see what tables are updated.
Rob