‎2010 Nov 29 12:48 AM
Hi,
I have a requitrement to changes the chage spool request status using ABAP code.
I cehck the table TSP02 has a status field PJSTATUS, but can't get value help on this field.
Where can I find list of values for the spool status ?
Cheers
Sam
‎2010 Nov 29 2:37 AM
Hi Sam,
I guess, below status information will be helpful to you.
8 --> Error
9 --> Completed
5 --> Processing
2 --> waiting
Regards,
SaiRam
‎2010 Nov 29 3:34 AM
Hi,
The spool request status has been maintained somewhere in the IMG.
The status may not be same in every system.
Cheers
Sam
‎2010 Nov 29 4:26 AM
Hi,
I do not thing it is maintained in some table, but coded in the standard program. You can do the where-used list on the dataelement and see where it is changing.
I found FM RSPO_RSPOOLREQ_TO_VIEW and RSPO_RSTATUS_FOR_SPOOLREQ which looks like it is changing the spool status