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

table tsp02l cannot be found

Former Member
0 Likes
400

hi all,i've been trying to run a background job which the list displayed is more than 255.I've tried to search in the forum,from previous post by others,it seems that i need to run this program zrsposhowlist.I've try to copy and compiled this program,but it is giving me error that The Dictionary structure or table "TSP02L" is either not active or does not exist.

Can anybody help me with this? what's the structure in TSP02L? probably i can try to declare one by my own? thanks

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
368

What SAP release are you working on. If you are referrig to this program....

http://www.sap-img.com/abap/spool-output-greater-than-255.htm

It appears that this was written specifically for 4.6d kernal, although the table does exits in my Netweaver 2004s system. So i think that your release may be older than 4.6d kernal. So the table is simply not there. This program will not work for you, but you may be able to get the required imformation from another table, check out ones that start with TSP*

Regards,

RIch Heilman

Read only

Former Member
0 Likes
368

i guess it is 40B

any other way that i can haf my report fully displayed in a background job? thank you