Application Development 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: 

Downloading the file through transaction F110.

Former Member
0 Kudos

Hi all,

My requirement is to generate a payment file in EFT format(comma separated format) and to download that file to a PC location using the transaction F110. The EFT file needs to generated automatically after the payment run. So I am copying the standard program RFFONZ_T which is the payment medium program and adding my code to generate the EFT file there. After the program execution, the file needs to displayed in the F110 transaction. But it is not coming in F110.

3 REPLIES 3

Former Member
0 Kudos

What I want to know is how to link my program and F110 so that the generated EFT file will be displayed in F110?

Any pointers to this will be appreciated...

Thanks in advance....

SuhaSaha
Advisor
Advisor
0 Kudos

Hello,

Can you please confirm that the program name is maintained in FBZP?

Goto FBZP --> Pymt Methods in Country --> Give the Payment Method name --> In the Pymt Medium tab, Select the "Use Classic pymt medium programs" & give your program name there.

In F110, you can view the EFT through:

Environment --> Pymt Medium --> DME Administration

BR,

Suhas

Edited by: Suhas Saha on Feb 17, 2009 12:48 PM

Former Member
0 Kudos

My program name is maintained in transaction FBZP.

But I am not able to see EFT in F110