We have added search box. Key in SAP issue keyword to search
TopBottom

Announcement: wanna exchange links? contact me at sapchatroom@gmail.com.

RE: RE:[sap-basis] SCHEDULER_WATCH and MAX.RUNTIME parameters

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

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.
 
__.____._
Manage Settings | Unsubscribe | Create FAQ | Send Feedback
  
Copyright © 2014 Ziff Davis, LLC. and message author.
Ziff Davis, LLC. 28 E 28th Street New York, NY 10016
lpinco  

IT/IS Manager
achievements
 
Mark as helpful
View this online
Ask a new question
 
In the Spotlight
Earn Recognition for Your Contributions at Toolbox for IT. Gain Points for Community Achievements

_.____.__

0 comments:

Post a Comment

T r a n s l a t e to your language