project QadFinancials > class BMfgGLCalendar > method ProcessRow

function returns logical

Description

Function that is used to determine whether or not the current row from the financial table should be processed and assigned to MFG/PRO or not.


Parameters


ihFinancialDataBufferinputhandle


Internal usage


QadFinancials
method BMfgGLCalendar.ProcessDomainToMfg


program code (program1/bmfgglcalendar.p)

if ihFinancialDataBuffer:buffer-field('GLCalendarTypeCode':U):buffer-value = {&PERIODTYPECODE-NORMAL}
then assign vlProcessRow = true.
else vlProcessRow = false.
  
return vlProcessRow.