2010 Sep 03 10:44 AM
Dear colleagues,
I use in my program the standard ABAP rftbff00 for posting the new currency exchanges. I want to get the error log file on the server but the batch protocol gives me an error: file xy could not be opened. Why ? The standard ABAP will be started in batch with SUBMIT ... VIA JOB. How can I find out in a program that an error log was created ?
Thanks a lot and kind regards
Peter
Dear colleagues,
I use in my program the standard ABAP rftbff00 for posting the new currency exchanges. I want to get the error log file on the server but the batch protocol gives me an error: file xy could not be opened. Why ? The standard ABAP will be started in batch with SUBMIT ... VIA JOB. How can I find out in a program that an error log was created ?
Thanks a lot and kind regards
Peter
2010 Sep 03 10:48 AM
Hi,
You might be missing access to the unix server for that particular path.
Please check with your BASIS team about access of read write etc. on that path.
Regards,
Gaurav
2010 Sep 03 1:24 PM
Hi Gaurav,
if I start it online, the error log will be created. If I start rftbff00 in batch, the error log will be created too. If I want to start it via SUBMIT ... VIA JOB , I get the above error message. I don't know why.
Regards Peter
2010 Sep 03 1:55 PM
Hi Peter,
If you want the file to be placed in the application server ( which is required when you run in batch ), you should uncheck the upload and download check boxes.
Hope it helps.
Sujay