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

Post cleared checks

Former Member
0 Likes
406

Hi! All,

I am working on an inbound interface to post cleared checks in SAP from Bank via XI. I am using RFEBCK00 which uploads flat file in a specific format.

I am told that XI works with internal tables and not flat files. I have to copy and modify RFEBCK00 to do that. Instead, I am planning to create a wrapper RFC enabled FM that takes the internal table as input, then converts the internal table to the SAP required file format and download it to application server. Then submit RFEBCK00 unaltered to use the file in application server. That way we would also have the incoming file for future referrence.

Will this design work. Please let me know if there is any flaw.

Thank You very much,

-Priyanka

2 REPLIES 2
Read only

Former Member
0 Likes
375

Hi Priyanka,

Yes this design will work.

Only thing you need to make sure is removing the file from Application server once it is processed as otherwise it may get processed twice.

Regards,

Atish

Read only

0 Likes
375

Thank You very much,

I noted your point.

-Priyanka