cancel
Showing results for 
Search instead for 
Did you mean: 

during initial load unable to stop the queue for debugging purpose.

Former Member
0 Kudos

Hi experts,

Before strtaing the initial download of equipment i have de registered all the queues in SMQR transaction and kept a break point in PERFORM_LOAD method of badi CRM_EQUI_LOAD.

Now i go to R3AS and start the initial download i expected that the queue will stop so that i can debug and go to the perform_load method.

but as soon as i start the initial download the queus are getting registered automatically so i am not bale to stop the queue.

could you please guid me how to prevent the automatic registration of queues.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

your answer is helpful

rohit_sharma2
Active Contributor
0 Kudos

Hi Rajini,

You can deregister queues via txn. SMQR in both ECC and CRM. And also limit the flow of outbound queues from CRM to ECC by doing these steps :

1. Goto SMQS and deregister the ECC destination so that data doesn't flow automatically there.

2. Start Initial load in Debug mode(by using /h) and while in the debug mode goto Settings -> Change Debugger settings ->

Check TRFC : Block Sending.

Henceforth , all your queues would not get processed automatiically.

Thanks,

Rohit