Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

GLM : EHS : finding a badi which can popuplate a message

kanishakgupta1
Contributor
0 Kudos

Hi,

I need one help in one of EHS POC. We have added a new field on GLM transaction(CBGL_MP01). We need to give an info message ( in case there is any entry made in that field. We need to find BADIs/User Exits to implement that.

please help in finding the badi/user exit which can populate the message if this field is changed

regards

Kanishak

2 REPLIES 2

0 Kudos

Hi Kanishak

If your customer uses GLM with ECC6.0 EhP3 then you have the posibility to implement a function module of each user entry field to format or check the data and you may use this to implement your message.

If you have a lower version then you can implement your message in the methods CBGL_MP10_PRINT and CBGL_MP10_PREVIEW of GLM BADI 001. These exits will be called when a user press the print or preview button.

Regards

Michael

gokul_radhakrishnan3
Active Participant
0 Kudos

Apart from the options listed by Michael, try BADI "EHS_GLM_BADI_005' also and see whether that is useful.

Regards,

Gokul