cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Queue Display not supported for function /SCWM/QDECIDED_FUP_PROCESS

RaghavanKathamuthu
Active Contributor
0 Kudos
300

Getting the issue 'Queue Display not supported for function /SCWM/QDECIDED_FUP_PROCESS and registered program /SPE/QUEUE_DISPLAY_TOOLS' While displaying logs in SMQ2.

RaghavanKathamuthu_0-1760354681419.png

After doing quality UD getting this issue. Error during follow-up action; See application log

RaghavanKathamuthu_1-1760354767216.png

Checked the notes 36182503392556 But still no solution.
Maintained the below in /n/SCWM/ACTLOG
RaghavanKathamuthu_2-1760354875175.png
Is anything else missing.

 

Accepted Solutions (0)

Answers (1)

Answers (1)

MOHAMMED_BASER
Participant

Hi Raghavan,
I understand you have try to analyze the error but still you don't know what is missing.
You can do some additional checks as suggested below.


1. Check if the queue is stuck or inactive: Go to SMQ2 and verify the status of the LUW (Logical Unit of Work). If it's in "Ready" or "Error" state, try manually reprocessing it.

2. Use transaction SLG1: Look for logs under object /SCWM/QDECIDED_FUP_PROCESS to get more detailed error messages. This might reveal missing configuration or data inconsistencies.

3. Verify QIE configuration: Ensure that the Quality Inspection Engine (QIE) settings are correctly maintained, especially the follow-up action mapping.

4. Confirm RFC destination setup: The registered program /SPE/QUEUE_DISPLAY_TOOLS might not be correctly linked to the RFC destination. Check SM59 and transaction RZ70 to ensure the RFC destination is active and correctly configured.

5. Debug the queue manually: If the queue cannot be displayed, you may need to debug the function module /SCWM/QDECIDED_FUP_PROCESS directly to trace where it's failing.

Let me know if the issue still exist