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

table name

Former Member
0 Likes
694

Please use a more meaningful subject in future

Hi Gurus,

FAGLB03 Tcode one i enter the account number , company code , year .

i will get the Cumulative Balance for each period .

that amount i want to pick , can u just guide me in wish table can i get.

Regards,

Hari.

Edited by: Matt on Jul 13, 2009 1:02 PM

5 REPLIES 5
Read only

Former Member
0 Likes
659

HI,

Trace the transaction FAGLB03 via ST05.

Display the trace and from menu choose combined table accesses.

You will get all the tables accessed.

Regards,

Ankur Parab

Read only

Former Member
0 Likes
659

Hi Hari,

As Ankur said, try through Trace. Sometimes you may not get total amount from the table ie., you may get line items then you need to incorporate logic to calculate the total.

Regards

Sajid

Read only

Former Member
0 Likes
659

Hi,

If you want to know which all tables goto system-utilities and get the main program name.Now go to SE80 and give that main program name.. You will get the lsit of databae used in this tarnsaction..

Read only

matt
Active Contributor
0 Likes
659

Please use a more meaningful subject in future

Read only

Former Member
0 Likes
659

I don't think it is in any table, it is a calculated value and you will have to basically compute yourself based on posting date.