‎2016 Jan 21 3:29 AM
Hi Team,
Issue is creating PO in ECC and output type determinations are wrong.
I am trying to debug inbound queue in ECC from APO.
APO is pushing PO to ECC by using queue. I need to understand below my queries.
1. How to find the queue(ECC) name
2. How to stop the queue(ECC)
3. Tell me the step by step to debug in ECC.
Can you please help me out and this is but urgent and I am new to debug queue or from other SAP system.
Regards,
A Vadamalai.
‎2016 Jan 21 4:36 AM
‎2016 Jan 21 5:52 AM
Hi Vadamalai
Tcode SMQ2 in ECC, in generally, the queen name consist of system id and client number. The queen name list in there.
Stop the queen? i do not think you can stop it. As i know, if there is an error, you could restart it. or delete it.
To set a external break point in processing abap code.
Regards,
Archer.
‎2016 Jan 21 6:05 AM
Hi Zhang,
Without stopping the queue how to debug? Please advise step by step.
Regards,
A Vadamalai.
‎2016 Jan 21 6:19 AM
First, you need find out 'Output type determination' program`s name from there.
Set a external break point at there.
Regards,
Archer
‎2016 Jan 21 6:40 AM
Hello A Vadamalai,
Go to transaction SMQ2, double click on the queue name, and again double click on the queue name, you will get screen with User, Function module, Queue name,..etc.. like below. Now place the cursor on the queue which you want to debug and click on the button "Debug LUW (F8)"
Regards,
TP
‎2016 Jan 21 6:59 AM
Thanks a lot Prakash,
However the queue will be coming to ECC and it will be processed so in this case we cant see the queue. Before processing the queue we have to stop right? please advise.
Regards,
A Vadamalai
‎2016 Jan 21 7:14 AM
If this is the case, then try debugging the outbound queue from APO. Use transaction /SAPAPO/C4 to set the debugging settings and try debugging from APO side.
Regards,
TP
‎2016 Jan 21 8:42 AM
Hi Prakash,
Do you mean debugging not possible from ECC(inbound queue)? can we try with de registering queue and debugging?
Since the team(APO and ECC) is different and we cant debug from APO system and I am from ECC system. Please help me.
Regards,
A Vadamalai
‎2016 Jan 21 9:43 AM
Yes Vadamalai, we can de register the queue and debug from ECC Inbound. If you want to debug from APO then follow the above steps which I have mentioned.
Regards,
Thanga
‎2016 Jan 21 11:10 AM
Hi Prakash,
Kindly advise how to de register queue with step by step.
Regards,
A Vadamalai.
‎2016 Jan 21 12:01 PM
1) Go to transaction SMQR and de-register the queue CF*.
2) Then trigger the PO process in APO system which will create a Queue entry in ECC inbound.
3) Go to transaction SMQ2 in ECC system, you will find the CIF queue, then double click on it twice and debug using the Debug LUW button.
Regards,
Thanga