cancel
Showing results for 
Search instead for 
Did you mean: 

Fetching Data From Spool

Former Member
0 Kudos

Hello Experts,

I need to do the following:-

There are certain list of transactions that gives ALV List as output and reading data directly from that list is not possible.

So we need to run transactions like IW58 in background and generate a spool job. Then we need to pick the spool via spool number and read the data in it.

How do we pick data from our spool and process that through XI and update the data base.

Regards

Saras Jain

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

1) use the ABAP proxy for fecthing the data from pool.

2) use XI adapter and send it to XI system.

3) use JDBC adapter for updatiing teh data.

Thanks

sudhir sharma