SAP for Banking Discussions
Join the conversation about navigating compliance, enhancing customer experience, and driving growth in the banking industry with SAP.
cancel
Showing results for 
Search instead for 
Did you mean: 

Adding custom error in Standard Screen

Former Member
0 Kudos
271

Hi,

I would like to add an custom error message in a SAP standard Pop-up screen based on the input given. Could anyone please suggest me the idea? The T-code is BCA_CN_ACCT_01

3 REPLIES 3

0 Kudos
183

Hi Raja,

Please provide some more details.

1) Is this error message required only for the GUI channel?

2) Are you intending to replace the text of a existing SAP standard error message?

Regards,

Joshy.

0 Kudos
183

Hi Joshy,

Yes, error message required only in GUI and I am not replacing any existing error message. Need to include additional error message based on the validation check on the input field.

Which BDT event i should use for this?

Thanks

Raja

Former Member
0 Kudos
183

If the error is on the verification of the account use BDT event DCHCK, is the error is on the subscreen use PAI module of the subscreen or use the function module customized in the BDT customizing.

Always use class CL_BCA_MESSAGE_SRV method ADD_MESSAGE.

Regards

Patricio