Application Development 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: 

Reg : IDOC Monitoring

Former Member
0 Kudos
570

Hi All,

Could any one please let me know abt the IDOC Monitoring technique?

What are all the things we need to take care in idoc monitoring?

Any inputs will be of gr8 use.

Thanks in advance.

Regards

Abhilash.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
186

HI,

The ALE/IDOC interface provides several tools for IDOC monitoring. The transactions mainly used for IDOC monitoring are :

WE02 - List IDOC by date and Time

WE05 - List IDoc by direction and status

WE07 - Shows IDOC statistics

BD87 - To bail out IDOCs that are in error.

WE09 - Used to search on IDOC content.

IDOC monitoring is based on the concept of status transitions, i.e an IDOC is changes its status from a given value to another value.

IDOC in 53 status - Successfully posted (Green status)

IDOC in 02 status - Error passing data to port (Red Status)

IDOC in 29 status - Error in ALE service (Red status). etc.

Some programs also using in this process.

RSEOUT00 - Processes outbound IDOC(Status 30) that have been buffered to process mass

processing.

RBDAPP01 - Process Inbound IDOC(status 64)

RBDMANIN - Reprocess Inbound Idoc that failed bcause of application error (Status 51).

RBDMOIND - Updates the status of IDOCs that have been successfully postedto a receiving system.etc.

Regards,

Sathish

8 REPLIES 8

Former Member
0 Kudos
186

hi,

Refer to this link...

Former Member
0 Kudos
186

Hi,

I hope the below link will help you.

http://help.sap.com/saphelp_nw04/helpdata/en/dc/6b815e43d711d1893e0000e8323c4f/content.htm

Thanks & Regards,

Khushboo.

former_member209217
Active Contributor
0 Kudos
186

Hi Abilash,

Chk this blog.

Its about idoc monitoring and queing.

/people/vasanthakumar.balasubramani2/blog/2005/12/21/complete-reference-for-idoc-queuing-and-monitoring

Hope it will be useful.

Regards,

Lakshman.

Edited by: Lakshman N on Jan 2, 2009 6:57 AM

Former Member
0 Kudos
186

Hi Abhilash,

In Idoc monitoring we monitor the idocs in MMS system. Depending upon the type of data ( Master or Transactional) we need to take action .

For master data in error status, you need to replicate the data, if it still fails then you will create a ticket and assign it to your next level support.

Fror Transactional data in error status ( for eg 51 status you will first reprocess the data through RBDMANI2 program) u need to reprocess, if it still fails then create a ticket and assignit to properresolution group which will take care of issue.

Remember For master data you should always replicate the data first and for transaction reprocess the data.

we monitor the idocs in red status and yellow status.

Red status - 02,26, 29, 51

Yellow status - 30, 64 , 52

Depending on the status of idoc and type of data ( Master or Transactional) it contains you will take action.

refer link below for more info

http://help.sap.com/search/highlightContent.jsp

Regards

Vinod

Former Member
0 Kudos
186

Hi,

You can try these transaactions to monitor inbound idocs:

WE07

EMFOR

BD87

BDMONIC3

For futher details

Check this link.

http://www.erphome.net/pdf/tech/M01.pdf

Former Member
0 Kudos
187

HI,

The ALE/IDOC interface provides several tools for IDOC monitoring. The transactions mainly used for IDOC monitoring are :

WE02 - List IDOC by date and Time

WE05 - List IDoc by direction and status

WE07 - Shows IDOC statistics

BD87 - To bail out IDOCs that are in error.

WE09 - Used to search on IDOC content.

IDOC monitoring is based on the concept of status transitions, i.e an IDOC is changes its status from a given value to another value.

IDOC in 53 status - Successfully posted (Green status)

IDOC in 02 status - Error passing data to port (Red Status)

IDOC in 29 status - Error in ALE service (Red status). etc.

Some programs also using in this process.

RSEOUT00 - Processes outbound IDOC(Status 30) that have been buffered to process mass

processing.

RBDAPP01 - Process Inbound IDOC(status 64)

RBDMANIN - Reprocess Inbound Idoc that failed bcause of application error (Status 51).

RBDMOIND - Updates the status of IDOCs that have been successfully postedto a receiving system.etc.

Regards,

Sathish

Former Member
0 Kudos
186

Hi,

Refer these below links

Regards,

Jyothi CH.

Former Member
0 Kudos
186

Thanks for the replies.

Regards

Abhilash.