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

Debug inbound queue in ECC from APO

Former Member
0 Likes
10,009

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.

11 REPLIES 11
Read only

Former Member
0 Likes
4,852

Hi Team,

Can you please someone advise.

Regards,

A Vadamalai

Read only

ArcherZhang
Product and Topic Expert
Product and Topic Expert
0 Likes
4,852

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.

Read only

0 Likes
4,852

Hi Zhang,

Without stopping the queue how to debug? Please advise step by step.

Regards,

A Vadamalai.

Read only

ArcherZhang
Product and Topic Expert
Product and Topic Expert
0 Likes
4,852

First, you need find out 'Output type determination' program`s name from there.

Set a external break point at there.

Regards,
Archer

Read only

ThangaPrakash
Active Contributor
4,852

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

Read only

0 Likes
4,852

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

Read only

0 Likes
4,852

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

Read only

0 Likes
4,852

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

Read only

0 Likes
4,852

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

Read only

0 Likes
4,852

Hi Prakash,

Kindly advise how to de register queue with step by step.

Regards,

A Vadamalai.

Read only

0 Likes
4,852

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