cancel
Showing results for 
Search instead for 
Did you mean: 

custom message in a field routine

Former Member
0 Kudos

HI peers,

I have a field routine where i called a custom function module.In that function module i have a error messsage.While the DTP process ends it dont show the cuomize error message.BUt just after i click the debugging button it shows me the custom message.But we want it do display without pressing the debug button.

Any one plz share..

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

solved

shanthi_bhaskar
Active Contributor
0 Kudos

its not possible as whole thing will happen in background only...apparently job log will get that message

Former Member
0 Kudos

Shanthi,

Yes job log has that message.Process termination message is over writting that.

I have tried the dtp monitor process but that's also not working.Iis there any way to do this.Can we just take that message from job log and throw it?

Former Member
0 Kudos

Thanx all.Problem solved

Former Member
0 Kudos

Hi

We can pass the custom message to the DTP monitor using a standard internal table rsmonitor.

Refer below link for sample code.

http://help.sap.com/saphelp_nw70/helpdata/de/43/bcdb7801344defe10000000a422035/frameset.htm

Thanks