cancel
Showing results for 
Search instead for 
Did you mean: 

Send file sequentially with BPM

Former Member
0 Kudos

Dear,

in my scenario that I'm developing I need to read txt files and send them to SAP ECC through Abap Proxy. I need to send file by file to SAP ECC sequentially. That is, I need to read the file "file1.txt" and send to SAP, then read the file "file2.txt" and send it to the ECC and so on.

How can I do this?

You can use BPM?

What are the steps to implement the BPM?

Regards,

Sérgio Salomã

Accepted Solutions (1)

Accepted Solutions (1)

sunil_singh13
Active Contributor
0 Kudos

Hi,

No need to use BPM, can be easly achieved using file adapter, there is an option to read the file like in Alphabatical order.

Thanks,

Sunil Singh

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi sergio

Just for this functionality no need to use BPM , it will degrade performance

rather you can use simple file adapter with quqlity of service EOIO. for EOIO it will use seperate queue and files will be in oredr

thanks

sandeep