‎2008 Feb 06 8:00 PM
Hi Friends,
I am using SUBMIT RFEBKA00.....
The above standard programs internally submits 3 other programs and creates 3 spools
After the SUBMIT i am sending an email with those generated spool numbers
So my problem is,
The third program is taking lot of time and so only 2 spools are sent in the mail and the third spool is generated after 1 hour
So is there any work around to do , after SUBMIT statement so that ONLY after 3 spools are generated , the control will come to my program and send mail with the 3 spools
I have used WAIT 20 seconds after SUBMIT but still the same problem as the data is huge
‎2008 Feb 06 8:06 PM
‎2008 Feb 07 11:36 AM
‎2008 Feb 07 3:35 PM
Then try:
exporting list to memory
and return.
Then you have to use FM LIST_FROM_MEMORY to retrieve the lists. You can decide what to do with the lists at that time.
Rob
‎2015 Apr 30 1:29 PM
Hello,
we are in 2015, long after 2008 ...
Anyway , I like to know how did you collect the spool numbers from the main program
"RFEBKA00" and the sub program "RFEBBU00" . Both of them have a spool , but
I can't find any information about a link between the 2 programs . Did you issue any enhancement
on the original program , to get the spool numbers ?
I too neet to send the spools , on a single mail.
Koby