hello gurus ,
Sir i m generating a program in FI ,I have faceied a problem regarding to get the opening balance
CALL FUNCTION 'Z_GET_OPENING_BALANCE1'
EXPORTING
KUNNR = ITAB-KUNNR
GJAHR = GJAHR
MONTH = MONTH
IMPORTING
OPBAL = OPBAL
EXCEPTIONS
OTHERS = 1.
is there any prdefined function module in sap like above .
plz rply its urjent .
Thanks in advance .