2009 Jan 02 5:49 AM
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.
2009 Jan 02 7:20 AM
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
2009 Jan 02 5:53 AM
2009 Jan 02 5:56 AM
Hi,
I hope the below link will help you.
http://help.sap.com/saphelp_nw04/helpdata/en/dc/6b815e43d711d1893e0000e8323c4f/content.htm
Thanks & Regards,
Khushboo.
2009 Jan 02 5:57 AM
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
2009 Jan 02 6:12 AM
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
2009 Jan 02 6:28 AM
Hi,
You can try these transaactions to monitor inbound idocs:
WE07
EMFOR
BD87
BDMONIC3
For futher details
Check this link.
2009 Jan 02 7:20 AM
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
2009 Jan 02 9:46 AM
2009 Mar 12 12:41 PM