cancel
Showing results for 
Search instead for 
Did you mean: 

Ability to Change Data Manager Messages

former_member234894
Participant
0 Kudos

Hi Experts,

  I would like to know if anyone has successfully changed the Data Manager (DM) messages.

We have a DM package that runs a BAdI calculation.  We successfully linked the BAdI message to the DM so that on the detailed section of the DM results we can see our custom message. However, on the first page I see there’s a WARNING only.  I’d like to show the user the message on the first tab so prevent him from having to scroll through the various results of the log to get to our custom message.

Didn’t see any functions on Script logic or DM to generate messages.

Any ideas?

Thanks in advance.

Eyal

Accepted Solutions (1)

Accepted Solutions (1)

former_member200327
Active Contributor
0 Kudos

Hi Eyal,

DM log that runs logic script is stored in memory until Package is not finished, hence you can read it, change and write back. Take a look at Class CL_UJK_LOGGER and try using it's Methods to manipulate the log.

Regards,

Gersh

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Kudos

Hi Eyal,

Please read

Vadim

former_member234894
Participant
0 Kudos

Thank you for your replies. 

I will check it out.

Regards

Eyal