Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

offset account data

Former Member
0 Likes
648

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

3 REPLIES 3
Read only

Former Member
0 Likes
566

Hi ,

check tables GLPCT for G/L account data.

Regards

Prabhu

Read only

0 Likes
566

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>

Read only

0 Likes
566

hi,

table t004 - look to my remarks from

Andreas