MSPADF32 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter MSPADF32 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Print Requests for Devices
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSPO_POPUP_STATE_DESCRIPTION CALL FUNCTION 'RSPO_POPUP_JOB_INFO' * call function 'RSPO_POPUP_STATE_DESCRIPTION' EXPORTING PJIDENT = SPRQ PJNUMBER = SPNM EXCEPTIONS OTHERS = 1.
RSPO_CHECK_JOB_ID_PERMISSION CALL FUNCTION 'RSPO_CHECK_JOB_ID_PERMISSION' EXPORTING RQIDENT = TSP02-PJIDENT ACCESS = 'BASE' EXCEPTIONS NO_SUCH_JOB = 1 NO_PERMISSION = 2 OTHERS = 3.
RSPO_DESCRIBE_JOBSTATE CALL FUNCTION 'RSPO_DESCRIBE_JOBSTATE' EXPORTING JOB = TSP02 IMPORTING DESCRIPTION = PJ_STATE_DESC PROBLEM = PROBLEM EXCEPTIONS OTHERS = 1.
RSPO_SET_PROBLEM_COLOR CALL FUNCTION 'RSPO_SET_PROBLEM_COLOR' EXPORTING PROBLEM = PROBLEM EXCEPTIONS OTHERS = 1.
RSPO_CHECK_JOB_PERMISSION CALL FUNCTION 'RSPO_CHECK_JOB_PERMISSION' EXPORTING ACCESS = 'BASE' SPOOLREQ = TSP01 EXCEPTIONS NO_PERMISSION = 2 OTHERS = 3.
RSPO_RID_SPOOLREQ_ATTR CALL FUNCTION 'RSPO_RID_SPOOLREQ_ATTR' EXPORTING ID_LIST = ID_LIST START = SY-TABIX SUMMARY = 'X' EXCEPTIONS OTHERS = 1.
RSPO_RID_SPOOLREQ_ATTR CALL FUNCTION 'RSPO_RID_SPOOLREQ_ATTR' EXPORTING ID_LIST = ID_LIST[] SUMMARY = 'X' EXCEPTIONS OTHERS = 1.
RSPO_RID_OUTREQ_ATTR CALL FUNCTION 'RSPO_RID_OUTREQ_ATTR' EXPORTING ID_LIST = PJID_LIST START = SY-TABIX SUMMARY = 'X' EXCEPTIONS OTHERS = 1.
RSPO_RID_OUTREQ_ATTR CALL FUNCTION 'RSPO_RID_OUTREQ_ATTR' EXPORTING ID_LIST = ID_LIST[] SUMMARY = 'X' EXCEPTIONS OTHERS = 1.
Contribute (Add Comments)
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name MSPADF32 or its description.