Hi Faizal, Maybe you can try to use the core routine EB.ACCT.ENTRY.LIST if this is available in your release to get stmt entry id list?
You just have to pass, the accountno, begin date, end date and it will return the list of statement entry ids and the opening balance. CALL EB.ACCT.ENTRY.LIST(ACCTNO,BEGIN.DATE,END.DATE,STMTIDLIST,OPENINGBAL,ER) Regards Helen On 9/17/09, FAISAL FAYYAZ <[email protected]> wrote: > Hi All, > > Can anyone help me with this. > > I want to fetch STMT ENTRIES from a specified range of Date. Someone told me > i could use E.GET.STMT.ID.LIST. Can anyone provide me its description and > parameter list. > > Regards, > > Faisal > > > > --~--~---------~--~----~------------~-------~--~----~ Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en -~----------~----~----~----~------~----~------~--~---
