‎2006 Jul 20 5:48 AM
Hi,
can anybody help me to find in which table I can get offset account data for example for a glaccount , I want to find its corresponding offset account.
thanks
bobby
‎2006 Jul 20 5:54 AM
‎2006 Jul 20 6:01 AM
The Offsetting Account Number(<b>GKONT)</b> & Offsetting Account Type (GKOAR) are stored in the table <b>COEP</b> (CO Object: Line Items (by Period)). This table is a monster & never attempt a direct SELECT on it. Go yo <b>COBK</b> first, grab the relvent document number for the Period in Question and then read<b> COEP</b>. You can also try the database View <b>COVP.</b>
‎2006 Jul 20 7:43 AM