{
public static void main(Args _args)
{
GeneralJournalAccountEntry genralJournalAccountEntry, genralJournalAccountEntryprev;
GeneralJournalEntry generalJounralEntry;
MainAccount mainAccount;
Date fromDate, toDate;
fromdate =str2Date(/1/21/2015/,213);
toDate = str2Date(/1/21/2015/,213);
DataAreaId dataAreaId;
// List journallist = new List(Types::Class);
;
where generalJounralEntry.DataAreaId == /USMF/
&& generalJounralEntry.AccountingDate >= fromdate
&& generalJounralEntry.AccountingDate <= toDate;
Info(generalJounralEntry.DataAreaId);
Info(generalJounralEntry.JournalNumber);
}
}