cancel
Showing results for 
Search instead for 
Did you mean: 

Reg: CIF

Former Member
0 Kudos

Hi Experts,

Am sending data from ECC to APO through an integration model.

The data is being successfully updated.

I hav implemented an exit(APOCF011) at APO end to change the data before getting updated in APO.

But as per the data, that exit is not being executed. How can i chk whether its executed or not?

Can I debug that?

Please some one help me.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Mytri,

Yes, you can debug that.

Execute transaction /sapapo/c4 and switch on the 'debugging mode' against your user iD. Any data that you now transfer will result in a queue which can be debugged and then executed by you.

Hope this helps.

Abhi

Former Member
0 Kudos

Hi Abhi,

Thanks alot for the reply.

Can u bit elaborate the steps to debug it. please.

Thanks in advance.

Former Member
0 Kudos

Hi Mytri,

You have take the help of an ABAPer .

Regards,

Srinivas.S

Former Member
0 Kudos

Mytri,

Please refer to the following article. It has step by step instructions with screen Shots on ho to debig queues

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0d1265d-db32-2b10-79ba-ccf6fe2c1...

Let me know if it helps.

Abhi

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Mytri,

Set the following parameters in /sapapo/c4 txn. in APO for your user:

User: <your user>

Debug: Debugging on, Recording of t/qrfc.

Recording: Default.

Now, the data which you transferring from ECC to APO will be stoped as a queue in smq2 txn. in APO. You can debug the queue to find out whether the exit is getting called or not.

Also if you are aware of the type of queue which you want to debug, you can deregister those queues in smqr txn. in APO. This will also cause the queue to be stopped.

Hope this helps.

Regards,

Chirag