Application Development 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: 

How to read spool data and it's fieldcat

former_member189009
Active Participant
0 Kudos

Dear all,

    When we run an ALV report in background job, we will have spool data, now I want to get spool data and it's output data fieldcat base on the spool no. I found a FM to read spool data:  RSPO_RETURN_ABAP_SPOOLJOB , but I still want to get it's fieldcat , so is there any FM or method can be used ?

thank you for your sincerely answer!

4 REPLIES 4

former_member249399
Active Participant
0 Kudos

HI Zhang,

Why are you looking for fieldcatlog? Data will be available in Spool.

0 Kudos

Hi Ranjana,

    I want to compare two spool data.

0 Kudos

Hi,

I don't know for sure if ALV does write the information to determine the field catalog to spool, but I believe it would not. If I had to attach any custom information information to spool request, I'd be looking at the use of "Dynamic spool attributes" (table TSP02A, and the related function modules).

cheers

Jānis

former_member189009
Active Participant
0 Kudos

Thsi can get the ALV runtime information (the layout, field catalog, key fields, filters, etc. plus the data table) .

But if the AVL report is run as an background job, how do we get it's ALV runtime information ?