Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

rftbff00

Former Member
0 Likes
936

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

3 REPLIES 3
Read only

Former Member
0 Likes
796

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

Read only

0 Likes
796

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

Read only

Former Member
0 Likes
796

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