Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
Reply from lpinco on Jun 23 at 1:23 PM Dear If your database is Oracle, then you can using this code: ************************************************************************************************* declare p_file utl_file.file_type; l_table sapsr3.kna1%ROWTYPE; l_delimited varchar2(1) := '|'; begin p_file:= utl_file.fopen('EXT_DIR_DBAC_ALERT','kna1.txt','W' ); for l_table in (select MANDT,KUNNR,KTOKD,STCD1 from sapsr3.kna1) loop utl_file.put_line(p_file,l_table.mandt||l_delimite d||l_table.kunnr||l_delimited||l_table.ktokd||l_del imited||l_table.stcd1); end loop; utl_file.fclose_all(); end; *************************************************************************************************
| | | ---------------Original Message--------------- From: David Caddick Sent: Monday, June 23, 2014 1:15 PM Subject: SCHEDULER_WATCH and MAX.RUNTIME parameters Hi Sergio, I trust you have managed to solve the issue. It is a pleasure to assist. Regards | | Reply to this email to post your response. __.____._ | _.____.__ |