cancel
Showing results for 
Search instead for 
Did you mean: 

How we can debug the CIF at PO, when the data is sent from APO to ECC?

sandeep_gvv2
Participant
0 Kudos

Hello Everyone,

I am working on one of APO Objects so my requirement is i need to send purchase order info from SAP APO to SAP AFS(ECC) system through CIF i have written the code for same I want to know how to debug and check whether data is passing between APO and AFS Can you Pls explain me in detail.

Accepted Solutions (0)

Answers (1)

Answers (1)

rupesh_brahmankar3
Active Contributor
0 Kudos

Hello,

There are two options available to get the queues in SMQ1/2 with status NOEXEC

  1. Deregister the queue - It can be done in SMQR transaction. Use button „deregistration” then enter queue name in the popup,Here you can specify queues name CF* or you can stop all.
  2. Record the queues created during the retransfer to ERP for debugging - call transaction /SAPAPO/C4 at your SCM system and change the settings of the field Debugging for your user to 'Debug On, Recording of t/qRFCs (NOSENDS)'.

Form outbound queue SMQ1 and Inbound from SMQ2 you can debug the CIF queue by checking the LUW (Logical Unit of Work)

Please refer this old discussion too.

How to Debug CIF Queue

Best Regards,

R.Brahmankar