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 requests

Former Member
0 Likes
591

Hi,

thru my program, I am generating multiple spool requests.

how to caputure them in same program?

in which table spool information will stored? is there any table contains time stamp of spool requests?

Plz help me

1 ACCEPTED SOLUTION
Read only

former_member585060
Active Contributor
0 Likes
561

check TSP01, TSP02L and TSP03A

4 REPLIES 4
Read only

bpawanchand
Active Contributor
0 Likes
561

Hi

regards

pavan

Read only

former_member585060
Active Contributor
0 Likes
562

check TSP01, TSP02L and TSP03A

Read only

Former Member
Read only

Former Member
0 Likes
561

Hi,

CALL FUNCTION 'END_FORM'.

After END_FORM you call the CLOSE_FORM like below code.

DATA : st_result1 TYPE itcpp.

CALL FUNCTION 'CLOSE_FORM'

IMPORTING

RESULT = st_result1.

st_result1-tdspoolid --> here u get the spool request number.

Thanks,

Durai.V