cancel
Showing results for 
Search instead for 
Did you mean: 

BADI HRPAD00INFTYDB

Former Member
0 Kudos

Hello,

We want to raise an error message from the BADI HRPAD00INFTYDB.

Do anyone of you know how we can achieve this.

There is no parameter related to messages imported into the class interface.

when we raise the exception for the class, its not sending the required message.

Is there any way, we can update the common messages table so that the system will automatically handle afterwards.

Kind Regards,

Anil

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The BADI HRPAD00INFTYBL has message handling.

Check out example implementation CL_EXM_IM_HRPAD00INFTYBL.

Regards, Robert

Former Member
0 Kudos

We tried passing back the message filling in the message_tab. the problem we faced is, its showing a short dump from ESS when we pass an error message. We have used a different BADI PT_ABS_REQ to overcome this.

Thanks for your reply.

Anil