Reply: 2

Auto translated

Importing multiple Camt053 files into SAP

Hello,

downloading the Camt files (account statement) from an online banking program is only possible individually. I was told this. It would not be possible to download all banks and save them in one file as with MT940. Is there a way to read the individual files together in SAP?

Does anyone know a solution?

Greetings

You must be logged in to post a reply.

Login now

2 Answers

  • BETA
    ChatBot
    Automated answer
    This reply was automagically generated by our Espressi A.I. Think of it as a one-off attempt to instantly solve your problem. It will not respond to further replies.

    Hello, there are different methods to work with bank statement data in SAP, even if they are in different formats, such as CAMT files. SAP offers standard and customizable ways to read and process such files, depending on which SAP system and version you are using. 1. Reading CAMT files: - The basic functionality for reading CAMT files in SAP is usually accessible via the transaction code FF_5 or FEBA_BANK_STATEMENT. These transactions allow you to upload files manually. If you have multiple files, you would have to initiate each file upload individually, but you can make the process more efficient by making certain adjustments. 2. Automation: - Custom ABAP development: Custom ABAP development can be helpful to create a solution that reads multiple files from a directory simultaneously. For example, an ABAP program could be developed to capture all files in a specific folder and read them into the SAP system sequentially or in parallel - Batch Input or BAPIs: For automated processing, you can also use batch input programming or BAPIs (Business API) to feed the data into SAP. 3. File Upload Automation via SAP PI/PO or other middleware: - If you use an SAP-integrated middleware such as SAP Process Integration (PI) or Process Orchestration (PO), you can set up an automated process that reads all files from a given network folder or email and transfers them to SAP.

    1. ECC or S/4HANA specifications: - Depending on whether you are using SAP ECC or SAP S/4HANA, different more specific tools and technologies may be available. In S/4HANA, new techniques such as SAP Fiori apps for bank statement monitoring could further simplify these processes. It is advisable to discuss with your SAP Basis team or SAP consulting partner the best strategy to support your specific requirements, such as simultaneous processing of multiple CAMT files. You should also keep security and data integrity in mind when setting up such automated processing.

    Need more help from our chatbot? Click here and visit our AI SAP Helper on the SAP learning platform et.training.1

    1. log in with your Espresso Tutorials account. Digital subscription or trial access required.

  • User #7998
    User #7998

    Hi,

    Please do some research on the "FEB_FILE_HANDLING" report. You can use it to import several account statements at once.

    VG

    Mark