Dear all,
How to find opening balance for G/ L on a date?
Is FAGLFLEXT / FAGLFLEXA table helpful for this ? How to use that ?
Or I have to use some Z function module for this like
CALL FUNCTION 'ZGL_OPENING_CLOSING_BAL_KEYDAT'
EXPORTING
comp = lv_bukrs1
date = lv_date1
acct = lv_acct1
IMPORTING
BALANCE = lv_bal1
This will works?
Or any other way for this?
Thanks
Gourav.