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: 

Exporting flat file after paying check (tx: F110)

BTP_Architect
Participant
0 Kudos

Hello Experts,

I have an issue with transaction F110.

In fact the user want to generate a flat file after payment run.

- I changed the printing program to ZRFFOUS_C in Tx: FBZP

- Then I added my print file form in ZRFFOUS_C in the END-OF-SELECTION part.

But no file is generated...

Since all is handled by background jobs I didn't arrive to debug ZRFFOUS_C.

Is it technically possible to export flat file to local drive when executing F110 (and jobs)?

Should I insert this part of code in ZRFFOUS_C or in one of the includes ?

How could I debug ZRFFOUS_C when executing F110 ?

Thank you in advance for your help.

Regards,

Moez.

1 REPLY 1

Former Member
0 Kudos

Hi,

Since you are executing the job in background it is not possible to export the file to local c drive. But if required you can export the fiel to application server using open dataset.

Thanks,

Rakesh