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

ACH file creation

Former Member
0 Likes
1,216

Hi Gurus,

Please help!

How ACH file is created using F110? I see following programs in printout/data medium tab in F110 screen.

RFFOAVIS_FPAYM

RFFOEDI1

I want to debug the ACH file creation. How can I do this?

Best regards,

Pavan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,060

Hi,

Maybe consider using SAPFPAYM program to download ACH file. You can specify file path and file name.

Regards.

Hi,

Maybe consider using SAPFPAYM program to download ACH file. You can specify file path and file name.

Regards.

6 REPLIES 6
Read only

mvoros
Active Contributor
0 Likes
1,060

Hi,

you can launch program RFFOEDI1 directly from SA38/SE38. You don't have to call it from F110. As far as I remember F110 schedule it as a background job. You just need to set up same variant as is used in F110.

Cheers

Read only

Former Member
0 Likes
1,060

Thank you so much for your time and answer, I will try it today.

Best regards,

Pavan

Read only

Former Member
0 Likes
1,060

Hi Pavan,

If you know the payment run id and payment date of F110, then you can debug as below:

Put external breakpoint in your code.

Run RFFOEDI2 with IDOC status radio button (in selection screen) as .. 'Successfully sent ' to 'Not yet sent'

Then run RFFOEDI1 with payment run id and date , and give your local printer(in selection screen).

Regards,

Nisha Vengal.

Read only

0 Likes
1,060

Thank you so much for your time and answer, I will try it today.

Best regards,

Pavan

Read only

Former Member
0 Likes
1,061

Hi,

Maybe consider using SAPFPAYM program to download ACH file. You can specify file path and file name.

Regards.

Read only

0 Likes
1,060

Thank you so much for the information.

Best regards,

Pavan