f$ABAS_LogFile
f$ABAS_LogFile
With this function, a log file is opened for the interface, and is closed again if used with an empty name.
Syntax: | f$ABAS_LogFile () |
Example: | In this example, all articles that have a designation beginning with G are read. Status = f$abas_login(’linux’,6550,’erp’,’sy’) f$abas_logfile(’c:\\temp\\abas’ + f$date(’yyyyMMdd_hh_mm_ss’) +’.log’) Article_s.Designation =’G’ Status = f$abas_getpart ( ’Article_s’, ’Articlelist’, ’Count’, ’’) f$abas_logfile(’’) Status = f$abas_logout() |