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

Spool Request

Former Member
0 Likes
441

HI all,

I Used the FM RSPO_RETURN_ABAP_SPOOLJOB , From this I am getting the the data's of the spool Request , But I need to display the data of the Spool Request into an ALV GRID can Anyone help for this

REGARDS,

S.JANANI.

3 REPLIES 3
Read only

Former Member
0 Likes
417

Hi ,

Is that function module returns a table? if it is then ur problem solved.

U can store all tose data in one internal table and pass it to ALV.

Regards,

R.P.Sastry

Read only

Former Member
0 Likes
417

U will get the data from the spool into an internal table say itab.

now use this itab data to be displayed in ALV report.

Read only

Former Member
0 Likes
417

Hi Janani,

In this BUFFER is getting populated from the spool data so you can use this table data and display your ALV GRID.

Mukesh Kumar