cancel
Showing results for 
Search instead for 
Did you mean: 

A PO not appearing

gurudatta
Participant
0 Kudos

Hi ,

A Purchasing document is created in ECC and it is sent to PI via PROXY.This document is missing and when we checked in SXMB_MONI itv does not appear.

Question:How to check whether it is successful from ECC and reached PI.Is there any trnsaction code to check in ECC whether it is sucessful from ECC and if it has not reached PI then how do we investigate this further

Regards,

Guru

Accepted Solutions (0)

Answers (3)

Answers (3)

abranjan
Active Participant
0 Kudos

Hi Gurudatta,

As you said you cannot see the message in SXMB_MONI (ideally you should see the message here no matter which status it is in - success/error), there is a possibility that the proxy was unable to call the outbound interface in ECC because of some coding error or SYSTEM/APPLICATION exception.

If your PO's are scheduled as batch jobs, check the status of related job in SM37 and see if it was successful or not. Otherwise, if the underlying custom program (or FM) was triggered standalone to send the PO, then see (or retrigger) if it got executed successfully. Also check ST22 for any possible dumps. Verify if application logs are being written in ECC in case exceptions are faced and based on that, check application logs (SLG, custom logs) in ECC as well.

You will have to start the analysis from ABAP code level if you are unable to see the message in SXMB_MONI. Let's say if you can see the outbound interface call successful (using debugger in the code), then let us know. We will try to find the reason of failure at that level.

Regards,

Abhishek

Former Member
0 Kudos

Try to check SM58 on both sides.

Former Member
0 Kudos

Hi Guru,

SXMB_MONI is a good start. Also check the message monitoring on PI. If there is no entry, the message did not reach the PI system.

BR

Harald

gurudatta
Participant
0 Kudos

HI Harald,

Thank you from the reply,

Do you have any idea how do we check from ECC side.

Regards,

Guru

Former Member
0 Kudos

Hi Guru

Execute transaction SXMB_MONI in ECC  to search the message.

If you know the interface name , then provide the interface name and select the appropriate date and then click on search.

If the program for purchasing document executed successfully, then you will see the message in MONI.

If it's successful in ECC, then it will come in PI.

Also if you do not found the message in ECC MONI, then you need to check the program and find out the job name which is executing the program.

You need to see the status of JOB using T-code SM37.