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

Help with T-Code FCKR

Former Member
0 Likes
499

I have been asked to leverage t-code FCKR to processed a cashed checks file from our bank.

I have a copy of a sample cashed checks file - and in reviewing the on-line help of FCKR, it looks like I need to write a "pre-processor" program to "explain" the formatting of the banks data into structs CHECK_HEAD and CHECK_REC.

I am very confused on my next steps. What exactly does this pre-processor need to do? Is it a one-time execution of the new custom program? Or does it need to be run each time the bank provides a new cashed check file?

Any help beyond the on-line help exposed in FCKR itself would be GREATLY appreciated.

1 REPLY 1
Read only

Former Member
0 Likes
416

I have a very similar requirement. What I think you need to do is if this is coming in through EDI, you can have them map it to the exact field. If its a list, you are going to have to manually do it.