Human Capital Management Blogs by Members
Gain valuable knowledge and tips on SAP SuccessFactors HCM suite and human capital management market from member blog posts. Share your insights with a post of your own.
cancel
Showing results for 
Search instead for 
Did you mean: 
sameergovekar
Explorer
Objective:-

To track and email Replication related errors and send it to the end users / support team members on a periodic basis. This feature is a nice to have feature where the users have a comfort not to go to the slg1 transaction or to open the data replication monitor in EC frequently. This feature comes in handy when the errors occurs in data replication and the team wants it to flow to their inbox.


 

Approach :-

This can be done in following ways:-

  1. Build an application using BTP or ABAP with some dashboard for having a good visual flavor.

  2. Build an abap application to tap the SLG1 log and email it to the users


In this blog we will cover the point number 2 sated above.

The approach is as below.

Create an Aabap Program to read the SLG1 logs using built in function modules.

  1. Below screen or some more options can be added.

    1. Here you will need to do a selection for the object and sub object that appears on the SLG1 screen

    2. In our example the object ECPAO_IN and sub-object EE has been selected





The screen also has time restriction as to how much back in time the user wants the log to be retrieved.

The last section of the screen is the email related parameter.

Here we have enhanced two things

  1. The body text we have added a selection from the SO10 text

  2. Recipients of this email can be added in the selection for Recipients, this can be utilized as the system limits.


This program can be scheduled in the background for any frequency or can be also linked with some event that occurs post replication program run.

 

Below function modules can be referred and used

 

BAL_DB_LOAD

BAL_LOG_MSG_READ

The message type "E" can be filtered and then those selected messages can be formatted as per need and sent to the email body.

 

 

Conclusion: -

This is a small but very useful utility for error monitoring for employee / org replication. This can be further enhanced for the email body or email attachment formatting as needed.

 

 

 

 

 
Labels in this area