cancel
Showing results for 
Search instead for 
Did you mean: 

How to review DRFLog contents for a failed run

joseph_demoya1
Explorer
0 Kudos
870

Hello Experts,

I would like to understand how can I look at a failed replication within DRFLOG or DRFRSD and see what are the contents of the log that failed. The system only allows me to restart for Errorneous Objects. Again my ask is how to do I see what is the object - Material Number or Business Partner that is in the particular replication that has failed.

Thank you,

Joseph

View Entire Topic
bpawanchand
Active Contributor
0 Kudos

Hi Joseph,

I think there is no standard report which can fetch you the details of the master data object directly. I would prefer to write or build an in house report, where I would input the message ID of the DRF message and read the message by using the standard reports. The standard SAP DRFLOG transaction also does the same.

You can try to build by using some the below function modules

  1. BAL_DSP_LOG_DISPLAY
  2. BAL_LOG_MSG_READ

If in case the result is an XML message from the SXMB or SRT then probably it could be an XML message and in this case, you get a chance to parse and read the attributes by querying parsed XML message.

Regards

Pavan