‎2009 Jul 13 11:18 AM
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
‎2009 Jul 13 11:25 AM
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
‎2009 Jul 13 11:27 AM
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
‎2009 Jul 13 11:34 AM
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..
‎2009 Jul 13 12:03 PM
‎2009 Jul 13 10:51 PM
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.